rust-lang / rust-lang/rust-analyzer
Cannot trigger manual workspace reload in `VSCode`
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 16.9k
- Forks
- 2.2k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 72
Description
Don't know whether this is rust-analyzer or VSCode issue, but decided to write here.
My settings are:
"rust-analyzer.check.allTargets": false,
"rust-analyzer.checkOnSave": false,
"rust-analyzer.cargo.autoreload": false,
After rust-analyzer restart I see such message:
But nothing happens after clicking Reload Workspace button. And also after choosing rust-analyzer: Reload workspace in command palette nothing happens. No new logs in Rust Analyzer Client or Rust Analyzer Language Server.
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 reproducing the issue in VSCode with the listed rust-analyzer settings. Compare the Reload Workspace button with the rust-analyzer: Reload workspace command and inspect the Rust Analyzer Client and Rust Analyzer Language Server logs. Done means either workspace reload works or the issue is narrowed to the responsible component.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust, vscode
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100