mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-22 11:24:24 +00:00
fix: Restart the server instead of reloading the window when config changes
This commit is contained in:
parent
fd298b3994
commit
2a8ea089bf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue