aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/status_display.ts
diff options
context:
space:
mode:
authorVeetaha <[email protected]>2020-02-17 20:09:44 +0000
committerVeetaha <[email protected]>2020-02-17 20:09:44 +0000
commit73799640481c269a5aad408c99a22592d914fb1b (patch)
tree34b52d00b37bf8ef00841ca955b1ba1b43403505 /editors/code/src/status_display.ts
parent64755b5e1f68290a2518b0bbc2f0007f95cd2632 (diff)
vscode: press ; to respect semicolons
Diffstat (limited to 'editors/code/src/status_display.ts')
-rw-r--r--editors/code/src/status_display.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/status_display.ts b/editors/code/src/status_display.ts
index ed0d82166..0f5f6ef99 100644
--- a/editors/code/src/status_display.ts
+++ b/editors/code/src/status_display.ts
@@ -15,7 +15,7 @@ export function activateStatusDisplay(ctx: Ctx) {
15 WorkDoneProgress.type, 15 WorkDoneProgress.type,
16 'rustAnalyzer/cargoWatcher', 16 'rustAnalyzer/cargoWatcher',
17 params => statusDisplay.handleProgressNotification(params) 17 params => statusDisplay.handleProgressNotification(params)
18 )) 18 ));
19 } 19 }
20} 20}
21 21