vscode-rust
vscode-rust copied to clipboard
Rust extension for Visual Studio Code
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 
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...
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)...
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  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?