dart-atom / dart

A Dart plugin for Atom.
http://dart-atom.github.io/dart/
BSD 3-Clause "New" or "Revised" License
154 stars 44 forks source link

Please provide a setting to disable the "run pub get" prompt #1128

Closed j9brown closed 6 years ago

j9brown commented 7 years ago

I frequently point Atom at a whole tree of code including many dozens of dart packages I am not actively working on. Each time I launch Atom it churns for a while then shows many dozens of notifications. For this reason, I eventually uninstalled the dartlang plugin. Now I've reinstalled it and am running into the same problem again.

I would like a setting to completely suppress prompting to "run pub get" or at least only ever do it once for a given project folder.