Couldn't start client Elm
JohnDowson opened this issue · 2 comments
JohnDowson commented
Expected Behaviour
LSP starts, provides linting and autocompletion.
Current Behaviour
Steps to Reproduce (for bugs)
- Create a folder and open it in VSCode
elm init
in that folder- Create and open a .elm file in the ./src folder
Installing elm-tooling and using it to generate an elm-tooling.json doesn't change anything.
Specifying full path to elm executable doesn't affect the behaviour.
Your Environment
- Extension version 1.5.3
- VSCode v1.52.1
- node.js 12.14.1
- Windows 10 1809
JohnDowson commented
Well, never fucking mind, it was because my project folder was named elm-stuff and apparently naming your project that breaks the extension for some reason.
razzeee commented
Yes, we don't look for elm.json
in folders that include elm-stuff
or node_modules
for performance reasons.