-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extension seems to not start in VSCode remote container (devcontainer) #97
Comments
this log is showing that it couldn't find a mix.exs file in the root of the project. there might be something related to the remote container extension that i'm not accounting for, will need some investigation |
Well.. This is true as my Elixir Project is not in the root directory.. So I guess there's no equivalent of Actually I may have introduced some XY problem and here is my real question (sorry).. My root folder is a poncho directory with a few apps, each within their own sub-directory... |
can you try and open each sub directory as a workspace folder? I think you can quickly test this with |
Okay because the way each VS Code windows is tied to a running container I had to still open my root directory as it contains the related files for the devcontainer settings.. So I removed as well that initial root workspace and with only one workspace dir (that has the mix.exs file at its root) the formatter was working without error... But I am still unable to get code completion, etc. Am I missing some other settings? |
You have to enable completions in the settings. Could you provide a repro project with the dev container config, etc ? |
Hello,
I am running my Elixir project within a container using VS Code remote container extension (devcontainer) with the ElixirLS extension.
I wanted to try NextLS... However, I can't get it working.
I checked in the troubleshooting section but was not able to find anything obvious..
The integrated terminal output I have for is not labeled
Next LS
butelixir-tools.vscode
(not sure if this is relevant)..And I only have the following log:
[info] files: undefined
..Also
epmd
is running..I can't find anything in there
~/.cache/elixir-tools/nextls/bin/
which is the default value of theInstallation Directory
setting..But it seems the extension is installed here
~/.vscode-server/extensions/elixir-tools.elixir-tools-0.15.1/bin
I tried to change the
Installation Directory
setting to this but without success..What do I do wrong?
I'm running in Alpine Linux fwiw..
The text was updated successfully, but these errors were encountered: