mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Hints are not commands
This commit is contained in:
parent
3d008a78d0
commit
7b199f6a4b
3 changed files with 2 additions and 4 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue