aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/main.ts
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-12-30 19:10:40 +0000
committerAleksey Kladov <[email protected]>2019-12-30 19:10:40 +0000
commit7b199f6a4b7a947d1dad6a74b2b88758497d4efa (patch)
tree8fbc8dca5fc5171b179afe1c47f841895cb5b5c6 /editors/code/src/main.ts
parent3d008a78d0ab1d43629326d58d4b2a157303dd00 (diff)
Hints are not commands
Diffstat (limited to 'editors/code/src/main.ts')
-rw-r--r--editors/code/src/main.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/main.ts b/editors/code/src/main.ts
index 4a3e1ab7c..cf0ddfa16 100644
--- a/editors/code/src/main.ts
+++ b/editors/code/src/main.ts
@@ -2,7 +2,7 @@ import * as vscode from 'vscode';
2import * as lc from 'vscode-languageclient'; 2import * as lc from 'vscode-languageclient';
3 3
4import * as commands from './commands'; 4import * as commands from './commands';
5import { HintsUpdater } from './commands/inlay_hints'; 5import { HintsUpdater } from './inlay_hints';
6import { StatusDisplay } from './commands/watch_status'; 6import { StatusDisplay } from './commands/watch_status';
7import * as events from './events'; 7import * as events from './events';
8import * as notifications from './notifications'; 8import * as notifications from './notifications';