We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c4d80 commit ce94044Copy full SHA for ce94044
src/tools/rust-analyzer/editors/code/src/config.ts
@@ -31,7 +31,7 @@ export class Config {
31
workspaceState: vscode.Memento;
32
33
private readonly rootSection = "rust-analyzer";
34
- private readonly requiresServerReloadOpts = ["cargo", "server", "files", "showSyntaxTree"].map(
+ private readonly requiresServerReloadOpts = ["server", "files", "showSyntaxTree"].map(
35
(opt) => `${this.rootSection}.${opt}`,
36
);
37
0 commit comments