Display outdated comments differently in the Comments view (#207410)

This commit is contained in:
Alex Ross
2024-03-13 14:37:46 +01:00
committed by GitHub
parent 45db12eeb2
commit 3c1caff66c
13 changed files with 181 additions and 35 deletions

View File

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