Skip to content

Commit 23204df

Browse files
committed
fix: Add comment
1 parent a5f44b3 commit 23204df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/languageClientOptions.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ import staticOptions, { StaticLanguageClientId } from './staticOptions'
33

44
export type LanguageClientOptions = Pick<MonacoLanguageClientOptions, 'documentSelector' | 'synchronize' | 'initializationOptions' | 'middleware'> & {
55
vscodeExtensionIds?: string[]
6+
/**
7+
* Is this language server mutualizable by the CodinGame mutualized proxy
8+
*/
69
mutualizable: boolean
710
}
811

0 commit comments

Comments
 (0)