vscode-rust
vscode-rust copied to clipboard
Rust for Visual Studio Code
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:  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...