add kind, kind to icon map

This commit is contained in:
Megan Rogge
2024-11-19 14:07:54 -05:00
parent 346a744203
commit a7ba900c98
7 changed files with 64 additions and 35 deletions

View File

@@ -1666,6 +1666,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
TerminalExitReason: extHostTypes.TerminalExitReason,
TerminalShellExecutionCommandLineConfidence: extHostTypes.TerminalShellExecutionCommandLineConfidence,
TerminalCompletionItem: extHostTypes.TerminalCompletionItem,
TerminalCompletionItemKind: extHostTypes.TerminalCompletionItemKind,
TextDocumentSaveReason: extHostTypes.TextDocumentSaveReason,
TextEdit: extHostTypes.TextEdit,
SnippetTextEdit: extHostTypes.SnippetTextEdit,