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

Cannot trigger manual workspace reload in `VSCode`

Open mhnap opened this issue 1 year ago • 0 comments

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: image

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.

mhnap avatar Mar 01 '24 14:03 mhnap