Skip to content

Commit 74bc012

Browse files
committed
Add missing importin roslynLanguageServer.ts
1 parent eaf8b3c commit 74bc012

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lsptoolshost/roslynLanguageServer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ import { getComponentPaths } from './builtInComponents';
6464
import { OnAutoInsertFeature } from './onAutoInsertFeature';
6565
import { registerLanguageStatusItems } from './languageStatusBar';
6666
import { ProjectContextService } from './services/projectContextService';
67+
import { ServerState } from './serverStateChange';
6768

6869
let _channel: vscode.OutputChannel;
6970
let _traceChannel: vscode.OutputChannel;

0 commit comments

Comments
 (0)