vscode-rust
vscode-rust copied to clipboard
Rust for Visual Studio Code
Of course, three are some debugger extension for rust. but you have to install extensions each other. I think it will be great that vscode-rust includes debugger feature. I wonder...
Version of VSCode: 1.3.8 Some libraries don't show all the possible auto-completions. When trying the same crate in IntelliJ IDEA, all completions are shown. For example: Cargo.toml: ```toml [dependencies.sfml] path...
Version of VSCode: `1.9.1`, commit `f9d0c687ff2ea7aabd85fb9a43129117c0ecf519` Version of the extension: `0.3.7` OS: Linux 4.4.0-62-generic #83-Ubuntu SMP Wed Jan 18 14:10:15 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux Description: I can only...
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...