Skip to content

Commit b1afe7c

Browse files
Merge pull request #68 from CodinGame/feat-export-static-options
[FEAT] Export default language client options
2 parents 9b3f9aa + a891057 commit b1afe7c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/index.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@ import { loadExtensionConfigurations } from './extensionConfiguration'
77
import './hacks'
88
import { createLanguageClientManager, LanguageClientManager, LanguageClientManagerOptions, StatusChangeEvent } from './languageClient'
99
import { getLanguageClientOptions, LanguageClientId, LanguageClientOptions, registerLanguageClient } from './languageClientOptions'
10-
import { StaticLanguageClientId } from './staticOptions'
10+
import defaultLanguageClientOptions, { StaticLanguageClientId } from './staticOptions'
1111

1212
export {
1313
loadExtensionConfigurations,
1414
createLanguageClientManager,
1515
registerLanguageClient,
1616
getLanguageClientOptions,
1717
LanguageClientManager,
18-
CodinGameInfrastructure
18+
CodinGameInfrastructure,
19+
defaultLanguageClientOptions
1920
}
2021

2122
export type {

0 commit comments

Comments
 (0)