mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 15:15:24 +00:00
Prettier
This commit is contained in:
parent
3bdd6973d1
commit
145ee9c3e9
1 changed files with 1 additions and 2 deletions
|
@ -139,7 +139,6 @@ export function deactivate(): Thenable<void> {
|
||||||
return Server.client.stop();
|
return Server.client.stop();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
async function reloadServer(startServer: () => void) {
|
async function reloadServer(startServer: () => void) {
|
||||||
if (Server.client != null) {
|
if (Server.client != null) {
|
||||||
vscode.window.showInformationMessage('Reloading rust-analyzer...');
|
vscode.window.showInformationMessage('Reloading rust-analyzer...');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue