API feedback for comment thread reveal/hide (#221338)

Part of #167253
This commit is contained in:
Alex Ross
2024-07-10 12:15:20 +02:00
committed by GitHub
parent 8703a11164
commit 065459e6e6
7 changed files with 73 additions and 17 deletions

View File

@@ -1539,6 +1539,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
CommentThreadCollapsibleState: extHostTypes.CommentThreadCollapsibleState,
CommentThreadState: extHostTypes.CommentThreadState,
CommentThreadApplicability: extHostTypes.CommentThreadApplicability,
CommentThreadFocus: extHostTypes.CommentThreadFocus,
CompletionItem: extHostTypes.CompletionItem,
CompletionItemKind: extHostTypes.CompletionItemKind,
CompletionItemTag: extHostTypes.CompletionItemTag,