From d360aa6634a3c6c2d1234d87e39b8f8b55c03c51 Mon Sep 17 00:00:00 2001 From: Alex Ross Date: Tue, 10 Sep 2024 21:43:15 +0200 Subject: [PATCH] Specify that a reload is required for already added comments in comment expand state (#6213) --- package.nls.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.nls.json b/package.nls.json index 3d8f0a1de..0c8d95773 100644 --- a/package.nls.json +++ b/package.nls.json @@ -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.",