We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf8b3c commit 74bc012Copy full SHA for 74bc012
src/lsptoolshost/roslynLanguageServer.ts
@@ -64,6 +64,7 @@ import { getComponentPaths } from './builtInComponents';
64
import { OnAutoInsertFeature } from './onAutoInsertFeature';
65
import { registerLanguageStatusItems } from './languageStatusBar';
66
import { ProjectContextService } from './services/projectContextService';
67
+import { ServerState } from './serverStateChange';
68
69
let _channel: vscode.OutputChannel;
70
let _traceChannel: vscode.OutputChannel;
0 commit comments