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

Rust for Visual Studio Code

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

Version of VSCode: 1.12.2 Version of the extension: 0.3.14 OS: macOS Description: On a few small projects, I've noticed RLS takes a while to complete analysis, and I don't see...

Version of VSCode: 1.13.0 Version of the extension: 0.3.14 OS: Windows 10 Description: If I'm not mistaken, the RLS linting is called whenever a key is pressed in the editor....

I figured I'd file issues that would block me using RLS mode. RLS mode doesn't show any compile errors inline in the source. The justification for this is: > Executing...

Version of VSCode: 1.13.0 Version of the extension: 0.3.14 OS: Archlinux Description: feature request: auto save all files before execute `cargo run`

Hello everybody. I am opening this issue because I was asked in https://github.com/KalitaAlexey/vscode-rust/issues/66 I think that such feature may be very useful. One unresolved question is that which variables to...

enhancement

Version of VSCode: 1.12.2 Version of the extension: 0.3.14 OS: Antergos Linux Description: In this example code: ``` match chars.peek() { Some(&'a'...'f') => true, Some(_) => false, None => false...

Version of VSCode: vnext Version of the extension: ? OS: any Description: View cargo dependencies list using custom views. Look at VSCode docs: https://github.com/Microsoft/vscode-docs/blob/vnext/release-notes/v1_13.md#custom-views

For example, [rustup](https://github.com/rust-lang-nursery/rustup.rs) has a fairly complex structure: - Root library (`/rustup`) - Root binary (`/rustup-cli`) - Dependency libraries (`/rustup-dist`, `/rustup-mock`, `/rustup-utils`, `/download`, `/ca-loader`) - Dependent binary (`/rustup-win-installer`) Of these,...

They are very distracting. Yes, I know about `#![allow(dead_code)]`, but don't want to disable warnings, I just want to get rid of that green lint highlighting.

Version of the extension: 0.3.10 The `actionOnSave` configuration parameter works only when a file is saved and was also dirty. VS Code now allows you to [save manually](https://code.visualstudio.com/updates/v1_10#_manually-trigger-save-actions), even when...

feedback wanted