Every time I open an Elm file in Sublime Text after installing the Elm Language Support package, it generates a new elm-package.json
file in the file's directory, even though I already have an elm-package.json
file in the project's root. Behavior goes away if I uninstall the package. Created an issue here but I thought I would ask Stack Overflow as well in case it's something I need to do on my end.
Asked
Active
Viewed 65 times
1

neurodynamic
- 4,294
- 3
- 28
- 39
-
1This issue is with the Python code in the plugin, so it will have to be addressed by the author(s). From what I can tell, the plugin is attempting to search for an `elm-package.json` file before writing, but apparently it's failing for some reason. – MattDMo Oct 14 '16 at 15:15