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

Visual studio 1.14 arrived and [supports extensions to define their own tasks dynamically](https://code.visualstudio.com/updates/v1_14#_new-task-api). Making cargo build, cargo test, etc. available as tasks through that API would allow for instance the...

Version of VSCode: 1.13.1 Version of the extension: 0.4.2 OS: Win10 Description: When RLS crashes window with its output appears. This is very annoying, is there a way to disable...

feedback wanted

Version of VSCode: 1.13.1 Version of the extension: 0.4.2 OS: Arch Linux Description: See the following snippet. After I've typed `sys` in line 7, what I get as a suggestion...

I think it would be great if we parsed the `cargo test` output to determine which tests failed and put them in the `problems` panel. It would be extremely useful...

As per #289, #315 introduces a new configuration parameter, `"rust.shell.kind.windows"` which can be used to specify what kind of terminal is used. If the user uses [WSL](https://msdn.microsoft.com/en-us/commandline/wsl/install_guide) and Cargo commands...

bug

Version of VSCode: 1.13 + Version of the extension: OS: Linux When hovering over a type mismatch error I used to see expected struct `Type`, found struct `TheTypeItShouldBe` like cargo...

Version of VSCode: 1.13.1 Version of the extension: 0.4.0 OS: Fedora 25 Description: RLS panics with latest extension version. On previous version it worked well. Output of the "Rust Language...

Version of VSCode: 1.13.1 Version of the extension: 0.4.2 OS: macOS 10.12.5 Description: When I work with VSCode Rust, sometimes `.fmt` files end up in my working copy (e.g. `src/foo.rs.fmt`),...

Version of VSCode: 1.13.1 (1.13.1) Version of the extension: Latest: 0.4.2 OS: macOS Sierra 10.12.5 (16F73) Description: RLS: Crashed Output of the "Rust logging" channel: ``` DEBUG:rls::server: response: "Content-Length: 62\r\n\r\n{\"jsonrpc\":\"2.0\",\"id\":8,\"result\":{\"contents\":[],\"range\":null}}"...

Version of VSCode: 1.13.1 Version of the extension: 0.4 OS: Windows 10 Description: (rls mode) so i have a project layout that looks like this - ``` a/ |- Cargo.toml...