vscode-rust
vscode-rust copied to clipboard
Rust extension for Visual Studio Code
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Looks like this extension was more-or-less replaced by https://github.com/rust-lang/rust-analyzer several years ago and hasn't been updated since. I understand that #812 is showing an intention to (possibly) merge `rust-analyzer` back...
Warning for unused import while the type is used (`cargo clippy` doesn't yell this warning)   This were this example came from: https://github.com/RedisJSON/RedisJSON/blob/master/src/lib.rs
So, as of today rust-analyzer is available via rustup, which probably is a good place to start actively meting TypeScript code bases. This is the meta issue to discuss this....
relevant information is not available in the following image when I use Chinese name of variable  relevant information is displayed in the following image I use English name of...
I believe the cargo build is failing on one particular package, and vscode is unable to show that the error belongs to a single line? This was very confusing, as...
I was following chapter 12.3 of the Rust book [0]. Particularly this snippet from Listing 12-14: ```rust use std::env; use std::process; use minigrep; use minigrep::Config; fn main() { // --snip--...
Here are the steps to reproduce: 1. Clone [gdal](https://github.com/georust/gdal) 2. Create a new Rust project next to the gdal folder 3. Edit the new project's `Cargo.toml` file to include this...
When navigating the cursor through the type annotations with the vscode vim extension, it skips the character directly to the right of the type annotations: https://user-images.githubusercontent.com/25965706/162584601-25f1d00d-6373-4d08-97be-8fc4e6e06b08.mov Is this something that...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...