mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Add semicolons
This commit is contained in:
parent
cb41ffbbbd
commit
ff0ceb30a9
14 changed files with 160 additions and 38 deletions
|
@ -9,7 +9,7 @@ export function activateStatusDisplay(ctx: Ctx) {
|
|||
ctx.pushCleanup(statusDisplay);
|
||||
ctx.onDidRestart(client => {
|
||||
client.onNotification('$/progress', params => statusDisplay.handleProgressNotification(params));
|
||||
})
|
||||
});
|
||||
}
|
||||
|
||||
class StatusDisplay implements vscode.Disposable {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue