aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/commands/analyzer_status.ts
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-12-30 18:07:28 +0000
committerAleksey Kladov <[email protected]>2019-12-30 18:07:59 +0000
commit260df66b7742e76c76184388253552c5055b1945 (patch)
tree3879a92160f2313f54e738812d698d62e298f1a0 /editors/code/src/commands/analyzer_status.ts
parentca5c59507f76b8e30658d6c815b823c9636d786a (diff)
Cleanup imports
Diffstat (limited to 'editors/code/src/commands/analyzer_status.ts')
-rw-r--r--editors/code/src/commands/analyzer_status.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/code/src/commands/analyzer_status.ts b/editors/code/src/commands/analyzer_status.ts
index 830e40e8f..b2b624b75 100644
--- a/editors/code/src/commands/analyzer_status.ts
+++ b/editors/code/src/commands/analyzer_status.ts
@@ -1,4 +1,5 @@
1import * as vscode from 'vscode'; 1import * as vscode from 'vscode';
2
2import { Ctx, Cmd } from '../ctx'; 3import { Ctx, Cmd } from '../ctx';
3// Shows status of rust-analyzer (for debugging) 4// Shows status of rust-analyzer (for debugging)
4 5