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 a5f44b3 commit 23204dfCopy full SHA for 23204df
src/languageClientOptions.ts
@@ -3,6 +3,9 @@ import staticOptions, { StaticLanguageClientId } from './staticOptions'
3
4
export type LanguageClientOptions = Pick<MonacoLanguageClientOptions, 'documentSelector' | 'synchronize' | 'initializationOptions' | 'middleware'> & {
5
vscodeExtensionIds?: string[]
6
+ /**
7
+ * Is this language server mutualizable by the CodinGame mutualized proxy
8
+ */
9
mutualizable: boolean
10
}
11
0 commit comments