pragmagic / vscode-nim

An extension for VS Code which provides support for the Nim language.
Other
237 stars 37 forks source link

nim check often hangs and doesn't get killed #23

Closed endragor closed 7 years ago

endragor commented 7 years ago

It often happens that nim check, invoked by VSCode, hangs for whatever reason. This results in several hanging processes consuming lots of CPU (each fully occupies single core in my case): Nim processes consuming CPU

I think it would make sense for VSCode not to invoke more than one nim check at a time, and kill previous process when invoking a new one.