This commit is contained in:
rebornix
2021-11-01 18:10:08 -07:00
parent 7d46b77c31
commit 38cef76ce7
3 changed files with 7 additions and 3 deletions

View File

@@ -154,7 +154,7 @@ export interface CommentProviderFeatures {
export type CommentThreadChanges = Partial<{
range: IRange,
label: string,
contextValue: string,
contextValue: string | null,
comments: modes.Comment[],
collapseState: modes.CommentThreadCollapsibleState;
canReply: boolean;