elm-language-client-vscode
elm-language-client-vscode copied to clipboard
The extension does not work when there is a file elm.js
The extension does not work if the workspace includes a file elm.js (tested on windows)
Expected Behavior
I should be able to use the extension features (e.g., ctrl+click on a symbol to jump to definition)
Current Behavior
ctrl+click does not work
Possible Solution
Steps to Reproduce (for bugs)
- Clone https://github.com/rtfeldman/elm-spa-example/
- Add an empty file elm.js at the root of the repository
- Open the repository with vscode
- Try e.g., ctrl-click
Context
I usually compile my elm code to generate a file named elm.js.
Your Environment
- Version used: 2.8.0
- Editor name and version (e.g. VSCode 1.85.1):
- Environment name and version (e.g. node.js 20.10.1):
- Operating System and version: Windows 11
See https://github.com/evancz/guide.elm-lang.org/pull/244
Unfortunately that's a windows bug