Skip to content

Commit

Permalink
Add missing importin roslynLanguageServer.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadsammy committed Jul 27, 2024
1 parent eaf8b3c commit 74bc012
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lsptoolshost/roslynLanguageServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ import { getComponentPaths } from './builtInComponents';
import { OnAutoInsertFeature } from './onAutoInsertFeature';
import { registerLanguageStatusItems } from './languageStatusBar';
import { ProjectContextService } from './services/projectContextService';
import { ServerState } from './serverStateChange';

let _channel: vscode.OutputChannel;
let _traceChannel: vscode.OutputChannel;
Expand Down

0 comments on commit 74bc012

Please sign in to comment.