Hints are not commands

This commit is contained in:
Aleksey Kladov 2019-12-30 20:10:40 +01:00
parent 3d008a78d0
commit 7b199f6a4b
3 changed files with 2 additions and 4 deletions

View file

@ -2,7 +2,7 @@ import * as vscode from 'vscode';
import * as lc from 'vscode-languageclient';
import * as commands from './commands';
import { HintsUpdater } from './commands/inlay_hints';
import { HintsUpdater } from './inlay_hints';
import { StatusDisplay } from './commands/watch_status';
import * as events from './events';
import * as notifications from './notifications';