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 a821035 commit ba81b0eCopy full SHA for ba81b0e
vscode-dotty/src/extension.ts
@@ -13,8 +13,6 @@ import * as vscode from 'vscode';
13
import { LanguageClient, LanguageClientOptions, RevealOutputChannelOn,
14
ServerOptions } from 'vscode-languageclient';
15
import { enableOldServerWorkaround } from './compat'
16
-import { WorksheetPublishOutputNotification } from './protocol'
17
-import * as worksheet from './worksheet'
18
import * as features from './features'
19
20
export let client: LanguageClient
0 commit comments