Prettier
This commit is contained in:
parent
3bdd6973d1
commit
145ee9c3e9
@ -139,11 +139,10 @@ export function deactivate(): Thenable<void> {
|
||||
return Server.client.stop();
|
||||
}
|
||||
|
||||
|
||||
async function reloadServer(startServer: () => void) {
|
||||
if (Server.client != null) {
|
||||
vscode.window.showInformationMessage('Reloading rust-analyzer...');
|
||||
await Server.client.stop();
|
||||
startServer();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user