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

This is an attempt to support the new multi folder workspaces feature. I have completely changed my initial approach as described in #349 and instead opted for a far simpler...

Version of VSCode: 1.15.1 Version of the extension: 0.4.2 OS: Windows 10 Description: Chances are this is an upstream bug, but wanted to open here in case it is not....

Version of VSCode: 1.16.1 Version of the extension: 0.4.2 OS: Mac Os Description: Go to definition doesn't work in files inside crate. example: ``` extern crate chrono; extern crate time;...

Version of VSCode: Version 1.16.0-insider Version of the extension: 0.4.2 OS: MacOS Sierra 10.12.6 Description: New version of vscode is going to add support for workspaces with multiple root directories....

Version of VSCode: 1.14.1 Version of the extension: 0.4.2 OS: Arch Linux Description: When working with Rust code, legacy mode, racer sometimes appears as crashed. Output of the "Rust logging"...

Version of VSCode: 1.15.1 Version of the extension: 0.4.2 OS: Windows 10 Description: Hey there! First of all, congrats for the great work being put on this extension, it keeps...

Version of VSCode: 1.15.1 Version of the extension: 0.2.2 OS: macOS 10.12.6 Description: I ran into a problem where it seemed like formatting was broken – “Format Document” and formatOnSave...

Version of VSCode: 1.14.2 Version of the extension: 0.4.2 OS: Linux Description: Go to symbol in file shows empty search box, but when I switch to Rusty Code it works...

Hello everyone. Unfortunately, when I was adding some configuration properties (i.e., `"rust.rustup"`) I didn't truly understand how the configuration parameters mechanism of Visual Studio Code worked. As an example, `"rust.rustup"`...

breaking change

Version of VSCode: 1.14.2 Version of the extension: 0.4.2 OS: OSX, Linux, Windows Description: I use vscode and rust across multiple operating systems with a shared user configuration. My user...