Finalize LanguageConfiguration.autoClosingPairs (#193197)

Finalize LanguageConfiguration.autoClosingPairs
This commit is contained in:
Alexandru Dima
2023-09-18 18:01:25 +02:00
committed by GitHub
parent d878a80180
commit 63fa4bccfb
6 changed files with 79 additions and 25 deletions

View File

@@ -1509,6 +1509,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
TextEditorLineNumbersStyle: extHostTypes.TextEditorLineNumbersStyle,
TextEditorRevealType: extHostTypes.TextEditorRevealType,
TextEditorSelectionChangeKind: extHostTypes.TextEditorSelectionChangeKind,
SyntaxTokenType: extHostTypes.SyntaxTokenType,
TextDocumentChangeReason: extHostTypes.TextDocumentChangeReason,
ThemeColor: extHostTypes.ThemeColor,
ThemeIcon: extHostTypes.ThemeIcon,