Setting up vscode

After looking at the content of:

  • elm-test
  • elm-format
  • elm-analyse

I noticed the following:

  • elm-test and elm-format link to a node file that refers in their code to a x.js file
  • elm-analyse links straight to the x.js node file
    I don’t know if this is important

What seemed to do the trick (ie a persistent solution hopefully): changing the user settings.

The workspace settings were set blank (as default):

These should override the user settings as in the documentation of vscode, but changing also the user settings to the above seemed to solve the problem.
In the original setup the user settings refererred to the location of the npm installed globally commands for elm, elm-format, elm-test. So i blanked these as well.