fix: Restart the server instead of reloading the window when config changes
This commit is contained in:
parent
fd298b3994
commit
2a8ea089bf
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user