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

Hello everyone. I'm going to revive the extension, but its focus will be on providing additional features. [Rust extension by Rust language team](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust) already provides all good features related to...

Hello. I can't get VSCode or Atom to work with Rust properly (in a productive way). This seems to be a very widespread issue: - Latest VSCode - Rust Beta...

Version of VSCode: 1.12.1 Version of the extension: 0.3.14 OS: Ubuntu 16.04 Description: "Format Document" does not work in RLS mode. Output of the "Rust logging" channel: ``` [Error -...

Version of VSCode: 1.32.1 Version of the extension: 0.5.4 OS: MacOS Description: my code is not formatted Output of the "Rust logging" channel: ``` [Trace - 9:06:07 PM] Sending request...

Currently vscode-rust does not support cargo workspaces properly. Have you yet thought about adding support for it?

My rust project is in a child directory of my main project. How can I specify the directory containing the Cargo.toml when using RLS mode? Did some searching on vscode-rust,...

Version of VSCode: 1.32.3 Version of the extension: 0.4.2 OS: macOS rustc 1.34.0-nightly (f6fac4225 2019-02-03) cargo 1.34.0-nightly (245818076 2019-01-27) Description: Output of the "Rust logging" channel: ``` DEBUG: Rustup: updateToolchains:...

I've tried several times to use this extension with rls-vscode, but have failed each time. Just now, when I enable it and restart, RLS starts and is building and I...

Let the message tell you to close the dialog to select a toolchain. Fixes #383

Version of VSCode: 1.24.0 Version of the extension: 0.4.2 OS: MacOS High Sierra **Description** As a newbie to Rust, I got confused about what I was supposed to do to...