|
68 | 68 | "githubPullRequests.pullBranch.always": "Always pull a pull request branch when changes are detected in the pull request. When `\"git.autoStash\": true` this will instead `prompt` to prevent unexpected file changes.", |
69 | 69 | "githubPullRequests.allowFetch.description": "Allows `git fetch` to be run for checked-out pull request branches when checking for updates to the pull request.", |
70 | 70 | "githubPullRequests.ignoredPullRequestBranches.description": "Prevents branches that are associated with a pull request from being automatically detected. This will prevent review mode from being entered on these branches.", |
71 | | - "githubPullRequests.ignoredPullRequestBranches.items": "Branch name.", |
| 71 | + "githubPullRequests.ignoredPullRequestBranches.items": "Branch name", |
72 | 72 | "githubPullRequests.ignoreSubmodules.description": "Prevents repositories that are submodules from being managed by the GitHub Pull Requests extension. A window reload is required for changes to this setting to take effect.", |
73 | 73 | "githubPullRequests.neverIgnoreDefaultBranch.description": "Never offer to ignore a pull request associated with the default branch of a repository.", |
74 | 74 | "githubPullRequests.overrideDefaultBranch.description": "The default branch for a repository is set on github.com. With this setting, you can override that default with another branch.", |
75 | 75 | "githubPullRequests.postCreate.description": "The action to take after creating a pull request.", |
76 | | - "githubPullRequests.postCreate.none": "No action.", |
| 76 | + "githubPullRequests.postCreate.none": "No action", |
77 | 77 | "githubPullRequests.postCreate.openOverview": "Open the overview page of the pull request.", |
78 | 78 | "githubPullRequests.postCreate.checkoutDefaultBranch": "Checkout the default branch of the repository.", |
79 | 79 | "githubPullRequests.postCreate.checkoutDefaultBranchAndShow": "Checkout the default branch of the repository and show the pull request in the Pull Requests view.", |
|
85 | 85 | "githubPullRequests.defaultCommentType.single": "Submits the comment as a single comment that will be immediately visible to other users.", |
86 | 86 | "githubPullRequests.defaultCommentType.review": "Submits the comment as a review comment that will be visible to other users once the review is submitted.", |
87 | 87 | "githubPullRequests.setAutoMerge.description": "Checks the \"Auto-merge\" checkbox in the \"Create Pull Request\" view.", |
88 | | - "githubPullRequests.pullPullRequestBranchBeforeCheckout.description": "Controls whether the pull request branch is pulled before checkout. Can also be set to additionally merge updates from the base branch.", |
| 88 | + "githubPullRequests.pullPullRequestBranchBeforeCheckout.description": "Controls whether the pull request branch is pulled before checkout. It can also be set to additionally merge updates from the base branch.", |
89 | 89 | "githubPullRequests.pullPullRequestBranchBeforeCheckout.never": "Never pull the pull request branch before checkout.", |
90 | 90 | "githubPullRequests.pullPullRequestBranchBeforeCheckout.pull": "Pull the pull request branch before checkout.", |
91 | 91 | "githubPullRequests.pullPullRequestBranchBeforeCheckout.pullAndMergeBase": "Pull the pull request branch before checkout, fetch the base branch, and merge the base branch into the pull request branch.", |
|
102 | 102 | "githubPullRequests.experimental.notificationsMarkPullRequests.description": "Adds an action in the Notifications view to mark pull requests with no non-empty reviews, comments, or commits since you last viewed the pull request as read.", |
103 | 103 | "githubPullRequests.experimental.useQuickChat.description": "Controls whether the Copilot \"Summarize\" commands in the Pull Requests, Issues, and Notifications views will use quick chat. Only has an effect if `#githubPullRequests.experimental.chat#` is enabled.", |
104 | 104 | "githubPullRequests.webviewRefreshInterval.description": "The interval, in seconds, at which the pull request and issues webviews are refreshed when the webview is the active tab.", |
105 | | - "githubIssues.ignoreMilestones.description": "An array of milestones titles to never show issues from.", |
| 105 | + "githubIssues.ignoreMilestones.description": "An array of milestone titles to never show issues from.", |
106 | 106 | "githubIssues.createIssueTriggers.description": "Strings that will cause the 'Create issue from comment' code action to show.", |
107 | 107 | "githubIssues.createIssueTriggers.items": "String that enables the 'Create issue from comment' code action. Should not contain whitespace.", |
108 | 108 | "githubPullRequests.codingAgent.codeLens.description": "Show the 'Delegate to agent' CodeLens actions above TODO comments for delegating to coding agent.", |
|
162 | 162 | "githubPullRequests.focusedMode.false": "Do not change the layout.", |
163 | 163 | "githubPullRequests.showPullRequestNumberInTree.description": "Shows the pull request number in the tree view.", |
164 | 164 | "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.", |
165 | | - "githubPullRequests.labelCreated.label.description": "Each string element is value of label that you want to add.", |
| 165 | + "githubPullRequests.labelCreated.label.description": "Each string element is the value of label that you want to add.", |
166 | 166 | "githubIssues.alwaysPromptForNewIssueRepo.description": "Enabling will always prompt which repository to create an issue in instead of basing off the current open file.", |
167 | 167 | "view.github.pull.requests.name": "GitHub", |
168 | 168 | "view.github.pull.request.name": "GitHub Pull Request", |
|
0 commit comments