vscode-rust
vscode-rust copied to clipboard
Change termination from SIGTERM to SIGINT
Hi everybody.
It was changed from SIGINT to SIGTERM in the PR: https://github.com/KalitaAlexey/vscode-rust/pull/33 It was made because rustup had an issue with SIGINT: https://github.com/rust-lang-nursery/rustup.rs/issues/806 If the issue of rustup is fixed we need to change SIGTERM to SIGINT.