rust-lang / rust-lang/rust-analyzer
Feature Request: auto-reveal problems pane when checkOnSave has problems to show
Open
Nobody has claimed this yet.
A-diagnostics
A-vscode
C-feature
- Dominant language
- Rust
- Stars
- 16.9k
- Forks
- 2.2k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 72
Description
My apologies if there's a way to do this in VSCode's config already, but I couldn't find it; you can turn revealProblems on in tasks (see https://github.com/microsoft/vscode/issues/44146 ), but as far as I can tell checkOnSave isn't a VSCode task.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing rust-analyzer's checkOnSave behavior with VS Code's revealProblems task setting, using the related VS Code issue #44146 as context. Confirm how checkOnSave problems are surfaced and define the change as complete when the Problems pane automatically reveals whenever checkOnSave produces problems.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust, vscode
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100