rust-analyzer
rust-analyzer copied to clipboard
Cannot trigger manual workspace reload in `VSCode`
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.