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
"githubIssues.assignWhenWorking.description": "Assigns the issue you're working on to you. Only applies when the issue you're working on is in a repo you currently have open.",
146
146
"githubPullRequests.focusedMode.description": "The layout to use when a pull request is checked out. Set to false to prevent layout changes.",
147
+
"githubPullRequests.focusedMode.firstDiff": "Show the first diff in the pull request. If there are no changes, show the overview.",
148
+
"githubPullRequests.focusedMode.overview": "Show the overview of the pull request.",
149
+
"githubPullRequests.focusedMode.multiDiff": "Show all diffs in the pull request. If there are no changes, show the overview.",
150
+
"githubPullRequests.focusedMode.false": "Do not change the layout.",
147
151
"githubPullRequests.showPullRequestNumberInTree.description": "Shows the pull request number in the tree view.",
148
152
"githubPullRequests.labelCreated.description": "Group of labels that you want to add to the pull request automatically. Labels that don't exist in the repository won't be added.",
149
153
"githubPullRequests.labelCreated.label.description": "Each string element is value of label that you want to add",
0 commit comments