fix: Restart the server instead of reloading the window when config changes

This commit is contained in:
Lukas Wirth 2022-06-05 13:29:08 +02:00
parent fd298b3994
commit 2a8ea089bf

View File

@ -66,7 +66,7 @@ export class Config {
);
if (userResponse === "Reload now") {
await vscode.commands.executeCommand("workbench.action.reloadWindow");
await vscode.commands.executeCommand("rust-analyzer.reload");
}
}