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

Make build warnings optional #50

Closed nikita-volkov closed 8 years ago

nikita-volkov commented 8 years ago

Evan's dismissed this as a Sublime Plugin issue: https://github.com/elm-lang/elm-make/issues/58

deadfoxygrandpa commented 8 years ago

OK, understood.

deadfoxygrandpa commented 8 years ago

@nikita-volkov Would you prefer to have optional build warnings globally, via a package setting, or additional build command variants with warnings enabled or disabled?

nikita-volkov commented 8 years ago

Having a global option would be useful IMO.

deadfoxygrandpa commented 8 years ago

Well, I've added two new build command variants to ignore warnings. I might change this to a global option later, but try it out and let me know if it works.