[VSCode] Allow to stop cargo on command #6895
Labels
A-diagnostics
diagnostics / error reporting
E-has-instructions
Issue has some instructions and pointers to code to get started
S-actionable
Someone could pick this issue up and work on it right now
Uh oh!
There was an error while loading. Please reload this page.
I've started developing some macros and recently I've hit a bug in my code which produced an infinite loop.
Once rust-analyzer starts running cargo the only way to stop it is to stop VSCode, this really hurts development, since VSCode now has the lock for the repo.
I should not need to stop the IDE to kill an external program from running, neither should I be expected to kill it with
kill
.And even if I do kill it with
kill
, VSCode just restarts it...A solution could be adding a button in the following dialog, which sends a SIGTERM signal to cargo?

The text was updated successfully, but these errors were encountered: