guillermooo / dart-sublime-bundle

Sublime Text 3 Dart Package
BSD 3-Clause "New" or "Revised" License
264 stars 42 forks source link

Ignore dart_linter_active if dart_enable_analysis_server is turned on? #470

Closed sethladd closed 9 years ago

sethladd commented 9 years ago

The new plugin version ships with "dart_enable_analysis_server": true, but I still had "dart_linter_active": true, in my User settings.

When I saved my file, it looks like the batch analyzer still ran.

If "dart_enable_analysis_server": true, then should we ignore "dart_linter_active": true, ?

guillermooo commented 9 years ago

Good catch. I'll make the fix and deprecate the linter's event-based operation.