vscode-rust icon indicating copy to clipboard operation
vscode-rust copied to clipboard

Rust extension for Visual Studio Code

Results 116 vscode-rust issues
Sort by recently updated
recently updated
newest added

I am learning rust, and only beginning. My setup: OS: up-to-date 64-bit Archlinux with `rustup 1.20.2` and `code 1.39.2` installed from the software repositories. Commands run so far: ```bash $...

While I have installed vscode-rust extension to set the rls server. It doesn't work well. You could refer the Snapshot below ![image](https://user-images.githubusercontent.com/1206342/145969990-781c75b2-5c44-4870-94ab-31437d08d797.png)

When I try to start the plugin (0.4.10) I get three notifications: > Couldn't start client Rust Language Server > Rustup not available. Install from https://www.rustup.rs/ > RLS could not...

question

I'm having a minor annoyance. If I'm trying to use the less than operator it autocompletes to make a pair of angle brackets, and then I have to delete the...

I'm having issues with projects that include `diesel` and use environment variables for instance: ```rust pub fn establish_connection() -> SqliteConnection { dotenv().ok(); let database_url = env::var("DATABASE_URL").expect("DATABASE_URL must be set"); SqliteConnection::establish(&database_url)...

enhancement

Hi, I noticed when I create tests under the tests folder I am not allowed to see the helpful information that is in your extension. Can you add this feature?

By installing `oprofile`: ``` sudo apt-get install linux-tools-generic oprofile ``` and then running 2 commands: ``` operf ./path/to/binary opannotate --source ``` it's possible to generate a line-by-line profile of Rust...

From time time time RLS got stuck on indexing - see screenshot of status bar ![image](https://user-images.githubusercontent.com/2185733/76068603-b6cce780-5f91-11ea-84d0-5c4783a38eab.png) then action RUST: Restart RLS is not working, neitheir manual kill of rls. Only...

Is there a way to install this extension on an offline machine?