deadfoxygrandpa / Elm.tmLanguage

Elm language syntax highlighting and tool integration for ST2/3
https://packagecontrol.io/packages/Elm%20Language%20Support
MIT License
122 stars 27 forks source link

`Elm Make - Run` doesn't work on Windows #32

Closed deadfoxygrandpa closed 9 years ago

deadfoxygrandpa commented 9 years ago

On Windows, it always executes the Elm Make command even if you select Elm Make - Run

deadfoxygrandpa commented 9 years ago

I tracked down the root cause of this issue, which appears to be weird behavior in Sublime Text's build configurations. Because we have a Windows specific cmd field, then on Windows it will always pick that cmd field, even in the Run variant.

It looks like we'll have to add an empty windows field to Run to trick Sublime Text into using that cmd on Windows.

deadfoxygrandpa commented 9 years ago

@dnalot And with that fix, I think it's ready to merge all everything up to now into master. This was the only real Windows-specific issue I have found so far.