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

Rust for Visual Studio Code

Results 94 vscode-rust issues
Sort by recently updated
recently updated
newest added

Version of VSCode: 1.23.1 Version of the extension: 0.4.2 OS: OSX Description: I'm not sure if this particular to Visual studio code or the plugin itself. But whenever I start...

Version of VSCode: 1.19.3 Version of the extension: current master OS: Windows 10 Description: I want to install rust in wsl. I changed https://github.com/editor-rs/vscode-rust/blob/f78d23430af4a6429f7b686e6c5f7c3895e2052a/src/components/cargo/output_channel_task_manager.ts#L59-L65 to ```typescript this.runningTask = new Task(...

Version of VSCode: Version 1.18.1 (1.18.1) Version of the extension: 0.4.2 OS: macOS High Sierra #### User settings: ```json {... "rust.actionOnSave": "build", "rust.mode": "legacy" } ``` #### Binaries ``` MacBook-Pro:folder...

Version of VSCode: 1.21.0 Version of the extension: 0.4.2 OS: Pop!_OS 17.04 Description: It seems that paths are getting mangled when trying to open a file that is within a...

Version of VSCode: 1.22.2 Version of the extension: 0.4.2 OS: macOS 10.12.6 Description: I'd prefer setting up Rust toolchains via Docker and use VS Code on macOS. Is this possible?...

Version of VSCode: 1.2.1.1 Version of the extension: 0.4.2 OS: Windows 10 Description: After I installed the extension I always get this error `Extension host terminated unexpectedly. Code: 3221225477 Signal:...

Version of VSCode: 1.12.2 Version of the extension: 0.3.14 OS: macOs Sierra Description: In the following ```rust let pwd = path::Path::new("."); let output = pwd .read_dir() .unwrap() .map(|entry| entry.$) //...

Version of VSCode: Latest (1.20.1) Version of the extension: Latest (0.4.2) OS: Windows 10 x64 Description: Whenever I'm trying to create a new playground, in a directory, I receive a...

Version of VSCode: 1.20.1 Version of the extension: 0.4.2 OS: linux mageia6 Description: this example program: use std::collections::HashMap; fn main() { let text = "hello world wonderful world"; let mut...

Version of VSCode: 1.15.1 Version of the extension: 0.4.2 OS: Win 10 Description: I get this error in the editor but it runs and builds fine with cargo run "[rustc]...