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: Latest Version of the extension: Latest. Run in legacy mode. OS: Windows 10 1804 Description: I cannot autoformat code using Alt+Shift+F, though using `cargo fmt` or `rustfmt`...

Version of VSCode: 1.14.2 Version of the extension: 0.4.2 OS: Win 8.1 Description: When I press Ctrl-B, I get a popup that says: >command 'rust.cargo.build.debug' not found This is my...

Prompting the user for a toolchain when one only is present isn't the best solution in my opinion

Version of VSCode: 1.18 Version of the extension: 0.4.2 OS: MacOS Description: component rls renamed to rls-preview so extension does not work right now, Output of the "Rust logging" channel:...

This is fix for issue #369 Description: Component `rls` renamed to `rls-preview` so extension works as expected

Version of VSCode: 1.27.0 Version of the extension: 0.4.10 OS: Windows 10 1803 Description: I'm not getting the correct code completion, it should be a marked as a variable but...

In 1.26 we discovered that several extensions probably call the 'vscode.openFolder' command with invalid file URIs: ``` kalitaalexey.vscode-rust/out/src/components/cargo/cargo_manager.js `373,53: vscode.commands.executeCommand('vscode.openFolder', uri, true);` kalitaalexey.vscode-rust/out/src/components/cargo/CargoManager.js `192,55: vscode_1.commands.executeCommand('vscode.openFolder', uri, true);` ``` When creating...

Version of VSCode: 1.14.2 Version of the extension: 0.4.2 OS: Windows 10 Pro When I try to go to definition of some std code, for example String::new, I get "Unable...

Version of VSCode: 1.23.1 Version of the extension: 0.4.4 OS: Linux ## Description `fn foo() -> impl Bar { }` has no highlighting for `impl Bar` as shown in examples...