auto expand for comments in PR view

This commit is contained in:
Peng Lyu
2018-04-23 10:46:07 -07:00
parent 070d4f3864
commit 7b4394d917

View File

@@ -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
};