vscode-rust
vscode-rust copied to clipboard
Rust extension for Visual Studio Code
Our repo has multiple cargo workspaces. Each workspace has a different set of cargo features enabled. I don't know how to enable these features so that the VSCode editor correctly...
Please add it to Open VSIX, because I am using VSCodium, which cannot access the regular VSCode marketplace by default.
Something like: ```rust struct A {} #[derive(Debug)] struct B {} ``` With a space on line 2, line 2 gets removed, but without a space, it stays. I'm not entirely...
I have a project like this: ``` liborwell/ glium_orwell/ ``` where `liborwell` is a cargo project by itself, and also is `glium_orwell` Somehow, only `liborwell` works in VSCode. That is,...
fixed a little typo
Tested in VS Code 1.34.0, extension version 0.6.1, on Windows 10, with recent versions of both stable and nightly Rust. `rls`, `rust-analysis`, and `rust-src` components are all installed, and the...
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...
I have the issue that only one task is usable when you have multiple tasks of type cargo. Example tasks.json: ```JSON { "version": "2.0.0", "type": "shell", "presentation": { "echo": true,...