mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
Allow individual comments to be marked as draft (#173305)
* Allow individual comments to be marked as draft This is a proposal for #171166. * Remove `hasDraftComments` from `CommentThread` * Rename `CommentVisibility` to `CommentState` * Rename `CommentVisibility` to `CommentState` * Add api proposal check --------- Co-authored-by: Alex Ross <alros@microsoft.com>
This commit is contained in:
@@ -1285,6 +1285,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
ColorPresentation: extHostTypes.ColorPresentation,
|
||||
ColorThemeKind: extHostTypes.ColorThemeKind,
|
||||
CommentMode: extHostTypes.CommentMode,
|
||||
CommentState: extHostTypes.CommentState,
|
||||
CommentThreadCollapsibleState: extHostTypes.CommentThreadCollapsibleState,
|
||||
CommentThreadState: extHostTypes.CommentThreadState,
|
||||
CompletionItem: extHostTypes.CompletionItem,
|
||||
|
||||
Reference in New Issue
Block a user