Skip to content

Commit 291aa7a

Browse files
Don't add cargo to requiresServerReloadOpts
1 parent c5893b7 commit 291aa7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export class Config {
3131
workspaceState: vscode.Memento;
3232

3333
private readonly rootSection = "rust-analyzer";
34-
private readonly requiresServerReloadOpts = ["cargo", "server", "files", "showSyntaxTree"].map(
34+
private readonly requiresServerReloadOpts = ["server", "files", "showSyntaxTree"].map(
3535
(opt) => `${this.rootSection}.${opt}`,
3636
);
3737

0 commit comments

Comments
 (0)