guillermooo / dart-sublime-bundle

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

Dart analysis server wastes memory #581

Open dylanPowers opened 7 years ago

dylanPowers commented 7 years ago

It would be nice if the dart analysis server were to only start when a dart file has been opened and to stop when all dart files have been closed. The current behavior has the dart analysis server start when sublime starts and needlessly wastes memory in the background.