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
Hi everyone, any help would be much appreciated :)
I created a brand new phoenix app (https://github.com/SirFitz/new_app) and tried running with the VSCode extension, but the application never launches.
It stalls in the image below, which contains my config:
Editor Plugin/LSP Client name: ElixirLS: Elixir support and debugger
Troubleshooting
Restart your editor (which will restart ElixirLS) sometimes fixes issues
Stop your editor, remove the entire .elixir_ls directory, then restart your editor
NOTE: This will cause you to have to re-run the dialyzer build for your project
If you're experiencing high CPU usage, it is most likely Dialyzer building the PLTs; after it's done the CPU usage should go back to normal. You could also disable Dialyzer in the settings.
Not experiencing high CPU Usage
Logs
If using a client other than VS Code, please try VSCode's "ElixirLS: Elixir support and debugger" extension. Does it reproduce your failure?
I'm using ElixirLS: Elixir support and debugger v0.9.0
Create a new Mix project with mix new empty, then open that project with VS Code and open an Elixir file. Is your issue reproducible on the empty project? If not, please publish a repo on Github that does reproduce it.
Check the output log by opening View > Output and selecting "ElixirLS" in the dropdown. Please include any output that looks relevant. (If ElixirLS isn't in the dropdown, the server failed to launch.)
No relevant Output, ElixirLS isn't in the dropdown
Check the developer console by opening Help > Toggle Developer Tools and include any errors that look relevant.
No relevant errors in the console
The text was updated successfully, but these errors were encountered:
Issue
Phoenix servers fail to launch on VSCode.
Hi everyone, any help would be much appreciated :)
I created a brand new phoenix app (https://github.com/SirFitz/new_app) and tried running with the VSCode extension, but the application never launches.
It stalls in the image below, which contains my config:
All details about the environment are below
Environment
Troubleshooting
.elixir_ls
directory, then restart your editorIf you're experiencing high CPU usage, it is most likely Dialyzer building the PLTs; after it's done the CPU usage should go back to normal. You could also disable Dialyzer in the settings.
Logs
mix new empty
, then open that project with VS Code and open an Elixir file. Is your issue reproducible on the empty project? If not, please publish a repo on Github that does reproduce it.View > Output
and selecting "ElixirLS" in the dropdown. Please include any output that looks relevant. (If ElixirLS isn't in the dropdown, the server failed to launch.)Help > Toggle Developer Tools
and include any errors that look relevant.The text was updated successfully, but these errors were encountered: