File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 11import 'proxy-polyfill'
2+ import { WorkspaceFolder } from 'vscode'
23import { WillShutdownParams } from './customRequests'
34import { loadExtensionConfigurations } from './extensionConfiguration'
45import './hacks'
6+ import { CodinGameInfrastructure , Infrastructure } from './infrastructure'
57import { createLanguageClientManager , LanguageClientManager , StatusChangeEvent } from './languageClient'
68import { LanguageClientId , registerLanguageClient } from './languageClientOptions'
79import { StaticLanguageClientId } from './staticOptions'
@@ -10,12 +12,15 @@ export {
1012 loadExtensionConfigurations ,
1113 createLanguageClientManager ,
1214 registerLanguageClient ,
13- LanguageClientManager
15+ LanguageClientManager ,
16+ CodinGameInfrastructure
1417}
1518
1619export type {
1720 StatusChangeEvent ,
1821 StaticLanguageClientId ,
1922 LanguageClientId ,
20- WillShutdownParams
23+ WillShutdownParams ,
24+ Infrastructure ,
25+ WorkspaceFolder
2126}
You can’t perform that action at this time.
0 commit comments