Skip to content

Commit

Permalink
Specify that a reload is required for already added comments in comme…
Browse files Browse the repository at this point in the history
…nt expand state (#6213)
  • Loading branch information
alexr00 committed Sep 10, 2024
1 parent 95fb6be commit d360aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"githubPullRequests.createOnPublishBranch.description": "Create a pull request when a branch is published.",
"githubPullRequests.createOnPublishBranch.never": "Never create a pull request when a branch is published.",
"githubPullRequests.createOnPublishBranch.ask": "Ask if you want to create a pull request when a branch is published.",
"githubPullRequests.commentExpandState.description": "Controls whether comments are expanded when a document with comments is opened.",
"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.",
"githubPullRequests.commentExpandState.expandUnresolved": "All unresolved comments will be expanded.",
"githubPullRequests.commentExpandState.collapseAll": "All comments will be collapsed",
"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.",
Expand Down

0 comments on commit d360aa6

Please sign in to comment.