We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6667061 + 2a8ea08 commit d471d92Copy full SHA for d471d92
editors/code/src/config.ts
@@ -66,7 +66,7 @@ export class Config {
66
);
67
68
if (userResponse === "Reload now") {
69
- await vscode.commands.executeCommand("workbench.action.reloadWindow");
+ await vscode.commands.executeCommand("rust-analyzer.reload");
70
}
71
72
0 commit comments