File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ import { TextDocument , TextDocumentSaveReason } from 'monaco-languageclient'
12import 'proxy-polyfill'
23import { WorkspaceFolder } from 'vscode'
4+ import { CodinGameInfrastructure , Infrastructure } from './infrastructure'
35import { WillShutdownParams } from './customRequests'
46import { loadExtensionConfigurations } from './extensionConfiguration'
57import './hacks'
6- import { CodinGameInfrastructure , Infrastructure } from './infrastructure'
78import { createLanguageClientManager , LanguageClientManager , StatusChangeEvent } from './languageClient'
89import { LanguageClientId , registerLanguageClient } from './languageClientOptions'
910import { StaticLanguageClientId } from './staticOptions'
@@ -22,5 +23,7 @@ export type {
2223 LanguageClientId ,
2324 WillShutdownParams ,
2425 Infrastructure ,
25- WorkspaceFolder
26+ WorkspaceFolder ,
27+ TextDocument ,
28+ TextDocumentSaveReason
2629}
You can’t perform that action at this time.
0 commit comments