vscode-rust icon indicating copy to clipboard operation
vscode-rust copied to clipboard

Change termination from SIGTERM to SIGINT

Open KalitaAlexey opened this issue 9 years ago • 0 comments

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.

KalitaAlexey avatar Dec 30 '16 05:12 KalitaAlexey