Skip to content

Commit ce94044

Browse files
Don't add cargo to requiresServerReloadOpts
1 parent 38c4d80 commit ce94044

File tree

1 file changed

+1
-1
lines changed
  • src/tools/rust-analyzer/editors/code/src

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/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)