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.17.2 Version of the extension: 0.4.2 OS: Mac OS X Description: When trying to open the rust source for standard libs via `cmd + click` or `f12`,...

Version of VSCode: 1.20.0 Version of the extension: 0.42 OS: Arch Linux Description: Optional configuration option to change "Create Playground" tmp directory Output of the "Rust logging" channel: N/A Problem:...

Unrelated TypeScript errors when I try and compile though :(

Version of VSCode: 1.13.1 Version of the extension: 0.4.2 OS: Linux Mint 18 Description: RLS is not linting like it used to. Consider the following image: ![image](https://user-images.githubusercontent.com/20481088/27607120-09da59f2-5b40-11e7-9f29-058b08f4c450.png) Before, RLS would...

Version of VSCode: 1.72.2 Version of the extension: 0.4.2 OS: x86_64 Linux Description: If the build.rs file (or equivalent) has a compilation error in it, no errors are shown in...

Hi Version of VSCode: x64-1.17.2 Version of the extension: Latest: 0.4.2 OS: Win10x64 Description: When rust extension enabled Ctrl+Click not works. Disable your rust extension and it works fine either...

Version of VSCode: 1.15.1 Version of the extension: 0.4.2 OS: Elementary OS 0.4.1 Loki 64-bit (based on Ubuntu 16.04.2) Description: Racer crashes any time I try to use auto-completion. Output...

Fixes #283 I used to compile my own extension from the sources with that modification in order to be able to not run cargo in terminal using RLS. I think...

Version of VSCode: 1.17.1 Version of the extension: 0.3.1 OS: macOS Description: RLS crashed when I go to definition, error as follow: ``` thread '' panicked at 'called `Result::unwrap()` on...

I'm using VS Code Rust 0.4.2, so pardon me if the behavior has changed in the meantime: In one of my Rust projects, I have a `rust-toolchain` file, which instructs...