vscode-rust
vscode-rust copied to clipboard
Rust extension for Visual Studio Code
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
Angular brackets were added to `autoClosingPairs` in #720 on the premise that Rust developers write generics more than comparison logic. While this might be true, this causes issues when writing...
when writing a function call, its very helpful to be able to see what types the function takes. rust does this great when you hover over a completed function, but...
Created snippet for creating while loops. ```rust while statement { } ```
The Rust Analyzer server crashed 5 times in the last 3 minutes. The server will not be restarted.
There are open issues that discuss issue this but have already been closed, so I will re-open this one. I am running the following versions: ### Versions: - macOS: 11.2.3...
Hi I have Ubuntu desktop with Unity/Gnome and automatic proxy detection. Automatic proxy detection seem to work fine in VS Code, some Extensions work with proxy (like crates), RLS has...
Hi All, My MacBook Pro M1 keeps freezing and restarting once I install the rust extension in vs-code initiate the cargo build and the CPU hits 92%. Please give me...
Is anyone else having this problem?
Extension version: 0.7.8 VS Code version: 1.53.1 OS: Linux Ubuntu 20.04 When `settings.json` gets: ``` "rust.target_dir": "${workspaceFolder}/my-cache/rls" ``` then it looks like the variable name `${workspaceFolder}` is not resolved to...