With the update to Elm to 0.19, extensions in IDEs are going to start getting weird for 0.18. It's really hard to support to different versions of language. Because of this, I recently needed to figure out how to install a different version of an extension in VSCode (my IDE of choice). I am not quite ready to update all my code to Elm 0.19, so I want to make sure I still have the best experience in my IDE.
Some of the problems I was facing was no error/warning highlighting in the text editor, and no errors showing up in the output/problems panel.
Here are the steps to do that:
- Remove current installation of vscode-elm from VSCode