You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.nls.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@
49
49
"githubPullRequests.commentExpandState.description": "Controls whether comments are expanded when a document with comments is opened. Requires a reload to take effect for comments that have already been added.",
50
50
"githubPullRequests.commentExpandState.expandUnresolved": "All unresolved comments will be expanded.",
51
51
"githubPullRequests.commentExpandState.collapseAll": "All comments will be collapsed",
52
+
"githubPullRequests.commentExpandState.collapsePreexisting": "Only pre-existing comments will be collapsed. Comments you just created will remain expanded.",
52
53
"githubPullRequests.useReviewMode.description": "Choose which pull request states will use review mode. \"Open\" pull requests will always use review mode. Setting to \"auto\" will use review mode for open, closed, and merged pull requests in web, but only open pull requests on desktop.",
53
54
"githubPullRequests.useReviewMode.merged": "Use review mode for merged pull requests.",
54
55
"githubPullRequests.useReviewMode.closed": "Use review mode for closed pull requests. Merged pull requests are not considered \"closed\".",
0 commit comments