elm-tooling / elm-language-client-vscode

Improving your Elm experience since 2019
https://marketplace.visualstudio.com/items?itemName=Elmtooling.elm-ls-vscode
MIT License
231 stars 28 forks source link

The extension does not work when there is a file elm.js #722

Open amblafont opened 10 months ago

amblafont commented 10 months ago

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)

  1. Clone https://github.com/rtfeldman/elm-spa-example/
  2. Add an empty file elm.js at the root of the repository
  3. Open the repository with vscode
  4. Try e.g., ctrl-click

Context

I usually compile my elm code to generate a file named elm.js.

Your Environment

razzeee commented 10 months ago

See https://github.com/evancz/guide.elm-lang.org/pull/244

Unfortunately that's a windows bug