vscode-rust
vscode-rust copied to clipboard
Rust extension for Visual Studio Code
If you're working on a project that has a `.cargo/config` file, and that config file happens to set RUSTFLAGS, then currently, the vscode extension will compile the project with a...
Hi VSCode Rust Plugin Maintainers, Thanks for working on this tool. Because [rls doesn't work for tokio](https://github.com/rust-lang/vscode-rust/issues/637), I'm trying out rust-analyzer. I had difficulty getting the plugin to work with...
It's possible I have my project structure wrong here. I'm new to rust, and just starting on splitting my project up. I have a project `pylaunch` with 3 files, `src/lib.rs`...
This happens to me on a daily basis. The bigger the renaming should be the bigger the chance to not be able to rename it this way. I press f2...
How do you add arguments to the tasks that are automatically generated by this extension? Here's the default run task for reference ```JSON { "version": "2.0.0", "tasks": [ { "type":...
I just noticed that once I navigate ot any file within rustlib the navigation is not available anymore. The reason seem to be the [documentFilter in rls.ts](https://github.com/rust-lang/vscode-rust/blob/master/src/rls.ts#L94) that prevents the...
The language server is running tireless whenever you create a new workspace in `VS Code`. It never stops unless you add any depending relationships between `Crates`, but `Cargo` standards seem...
The integrated tasks seem very limited at the moment subcommand build only ever builds in debug configuration and more advanced commands arent possible either like run "--package foo --bin bar"
VSCode 1.52.1 Rust extension 0.7.8 rustfmt 1.4.24-stable (eb894d5 2020-11-05) Here's a screencast. [2020-12-23 15-25-25.zip](https://github.com/rust-lang/vscode-rust/files/5734078/2020-12-23.15-25-25.zip)
Whenever you type a < symbol with this installed, it inserts a >, even if it makes no sense. So if you type `x < 4`, you instead end up...