william4823
ElixirLS extension for VSCode isn't working in Windows 10
I’ve just installed Elixir on my desktop, and to start code in it I installed ElixirLS in VSCode, but the IntelliSence wasn’t working! And the ElixirLS logged this error:
Failed to run ‘elixir’ command. ElixirLS will probably fail to launch. Logged PATH to Development Console.
So i start to shource on internet, but i didn’t find anything to Windowns 10
I guess it can be my PATH enveronment varible! When I try code in terminal echo $PATH i get this:
… C:\Program Files (x86)\Elixir\bin …
How can i fix it??
Thanks in advance!
First Post!
dimitarvp
Seems pretty simple. Open cmd and run elixir -v. If it tells you it’s not found then the PATH is invalid. What’s the problem in troubleshooting this?
Last Post!
dimitarvp
You do not understand. I am asking you to first check if Elixir is indeed found in your $PATH. Don’t trust what you see, just test it.
Popular in Questions
Other popular topics
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #elixirconf-us
- #advent-of-code
- #distillery
- #processes
- #forms
- #api
- #metaprogramming
- #security
- #hex









