bradyt / dart-server

An Emacs minor mode for the Dart server
GNU General Public License v3.0
0 stars 0 forks source link

Simply using dart formatter causes runaway processes #10

Open bradyt opened 4 years ago

bradyt commented 4 years ago

I'm sometimes seeing Emacs using quite a bit of CPU. Appears to be the dart analysis server, started by dart-server.el when looking for the dartfmt executable. I don't think I'm using the dart-server analysis server for anything else.

bradyt commented 4 years ago

I don't see this consistently, not sure if I have to have a long running Emacs session, with repeated logins to desktop, etc. But the fact that dart-server.el starts a long running process just to get the path to dartfmt, seems like a candidate, and unnecessary anyways.