elm-language-client-vscode icon indicating copy to clipboard operation
elm-language-client-vscode copied to clipboard

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

Open amblafont opened this issue 1 year ago • 1 comments

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

  • 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

amblafont avatar Dec 29 '23 10:12 amblafont

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

Unfortunately that's a windows bug

razzeee avatar Dec 29 '23 10:12 razzeee