mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
auto expand for comments in PR view
This commit is contained in:
@@ -224,6 +224,7 @@ export class PRProvider implements vscode.TreeDataProvider<PRGroupTreeItem | Pul
|
||||
gravatar: comment.user.avatar_url
|
||||
};
|
||||
}),
|
||||
collapsibleState: vscode.CommentThreadCollapsibleState.Expanded,
|
||||
reply: reply
|
||||
});
|
||||
}
|
||||
@@ -231,7 +232,6 @@ export class PRProvider implements vscode.TreeDataProvider<PRGroupTreeItem | Pul
|
||||
return {
|
||||
threads,
|
||||
commentingRanges,
|
||||
collapsibleState: vscode.CommentThreadCollapsibleState.Expanded,
|
||||
reply: reply
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user