You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a 'monorepo', a git repository containing multiple subdirectories, each with a project in a different programming language. One of them is an Elixir project.
LSP is complaining that it cannot find the mix-file in such a situation:
LSP :: No mixfile found in project. To use a subdirectory, set elixirLS.projectDir in your settings
The README talks about a settings.json but this seems to be VSCode-specific. I am using (Spac)emacs. Where should I create a settings.json? Or should this setting be set somewhere else when using Emacs?
The text was updated successfully, but these errors were encountered:
Are you using lsp-mode? If so then then I would remove teh top-level directory from lsp-mode's project list, and initialize lsp-mode with the specific subdirectory (by pressing I to choose it interactively). I wrote a little bit on partially similar issue here: #364 (comment)
I have a 'monorepo', a git repository containing multiple subdirectories, each with a project in a different programming language. One of them is an Elixir project.
LSP is complaining that it cannot find the mix-file in such a situation:
The README talks about a
settings.json
but this seems to be VSCode-specific. I am using (Spac)emacs. Where should I create asettings.json
? Or should this setting be set somewhere else when using Emacs?The text was updated successfully, but these errors were encountered: