vscode-rust
vscode-rust copied to clipboard
Rust extension for Visual Studio Code
Version of VSCode: 1.28.1 Version of the extension: 0.4.10 OS: GNU/Linux x86_64 I tried to set the following in my workspace settings, but it seems to be ignored. I get...
Hello, I am currently trying to write an operating system in Rust. Obviously I can't link to the std lib and I need to write my own panic function. As...
Issue Type: Bug I get false positive compilation errors showing up in the "Problems" dropdown that seems to be an iterative real-time compile. Run/Debug works with no issue. Turning to...
Running on Win 10, VS Code 1.38, Extension version 0.6.3. This behavior seems to be consistent, but I haven't figured out when it does or doesn't occur. The auto formatter...
It would be nice if the discovered symbols would have a hierarchy so that tools like [Code Outline](https://marketplace.visualstudio.com/items?itemName=patrys.vscode-code-outline) can arrange them better for a better overview. Currently all symbols of...
I'v tried removing all extension expect vscode-rust and also cleared the setting file, while there is no error syntax error highlight still.  
I'm new to Rust. I created a new project with `cargo new`. I'm using VSCode without any files in root dir for `rustfmt` and no `.vscode` dir. VSCode on format...
Hej, currently trying to get the extension up and running. I already set `"rust-client.channel": "nightly"`, but appearently the extension could not compile. `Cargo.toml` ``` [package] name = "xxx" version =...
I'm currently working through _the book_ and found what seems to be a bug in the VS Code extension. I'm in [part 3 of building this cli-application](https://doc.rust-lang.org/book/ch12-03-improving-error-handling-and-modularity.html) and have just...
This is almost certainly related to #577 (now closed) but I'm getting > Couldn't start client Rust Language Server > Rustup not available. Install from https://www.rustup.rs/ errors on a clean...