|
2 | 2 | "displayName": "GitHub Pull Requests", |
3 | 3 | "description": "Pull Request and Issue Provider for GitHub", |
4 | 4 | "githubPullRequests.pullRequestDescription.description": "The description used when creating pull requests.", |
5 | | - "githubPullRequests.pullRequestDescription.template": "Use a pull request template and commit description, or just use the commit description if no templates were found", |
6 | | - "githubPullRequests.pullRequestDescription.commit": "Use the latest commit message only", |
7 | | - "githubPullRequests.pullRequestDescription.none": "Do not have a default description", |
| 5 | + "githubPullRequests.pullRequestDescription.template": "Use a pull request template and commit description, or just use the commit description if no templates were found.", |
| 6 | + "githubPullRequests.pullRequestDescription.commit": "Use the latest commit message only.", |
| 7 | + "githubPullRequests.pullRequestDescription.none": "Do not have a default description.", |
8 | 8 | "githubPullRequests.pullRequestDescription.copilot": "Generate a pull request title and description from GitHub Copilot. Requires that the GitHub Copilot extension is installed and authenticated. Will fall back to `commit` if Copilot is not set up.", |
9 | 9 | "githubPullRequests.defaultCreateOption.description": "The create option that the \"Create\" button will default to when creating a pull request.", |
10 | 10 | "githubPullRequests.defaultCreateOption.lastUsed": "The most recently used create option.", |
|
23 | 23 | "githubPullRequests.branchListTimeout.description": "Maximum time in milliseconds to wait when fetching the list of branches for pull request creation. Repositories with thousands of branches may need a higher value to ensure all branches (including the default branch) are retrieved. Minimum value is 1000 (1 second).", |
24 | 24 | "githubPullRequests.codingAgent.description": "Enables integration with the asynchronous Copilot coding agent. The '#copilotCodingAgent' tool will be available in agent mode when this setting is enabled.", |
25 | 25 | "githubPullRequests.codingAgent.uiIntegration.description": "Enables UI integration within VS Code to create new coding agent sessions.", |
26 | | - "githubPullRequests.codingAgent.autoCommitAndPush.description": "Allow automatic git operations (commit, push) to be performed when starting a coding agent session", |
| 26 | + "githubPullRequests.codingAgent.autoCommitAndPush.description": "Allow automatic git operations (commit, push) to be performed when starting a coding agent session.", |
27 | 27 | "githubPullRequests.codingAgent.promptForConfirmation.description": "Prompt for confirmation before initiating a coding agent session from the UI integration.", |
28 | 28 | "githubPullRequests.remotes.markdownDescription": "List of remotes, by name, to fetch pull requests from.", |
29 | 29 | "githubPullRequests.queries.markdownDescription": "Specifies what queries should be used in the GitHub Pull Requests tree. All queries are made against **the currently opened repos**. Each query object has a `label` that will be shown in the tree and a search `query` using [GitHub search syntax](https://help.github.com/en/articles/understanding-the-search-syntax). By default these queries define the categories \"Copilot on My Behalf\", \"Local Pull Request Branches\", \"Waiting For My Review\", \"Assigned To Me\" and \"Created By Me\". If you want to preserve these, make sure they are still in the array when you modify the setting. \n\n**Variables available:**\n - `${user}` - currently logged in user \n - `${owner}` - repository owner, ex. `microsoft` in `microsoft/vscode` \n - `${repository}` - repository name, ex. `vscode` in `microsoft/vscode` \n - `${today-Nd}` - date N days ago, ex. `${today-7d}` becomes `2025-01-04`\n\n**Example custom queries:**\n```json\n\"githubPullRequests.queries\": [\n {\n \"label\": \"Waiting For My Review\",\n \"query\": \"is:open review-requested:${user}\"\n },\n {\n \"label\": \"Mentioned Me\",\n \"query\": \"is:open mentions:${user}\"\n },\n {\n \"label\": \"Recent Activity\",\n \"query\": \"is:open updated:>${today-7d}\"\n }\n]\n```", |
|
40 | 40 | "githubPullRequests.defaultDeletionMethod.selectLocalBranch.description": "When true, the option to delete the local branch will be selected by default when deleting a branch from a pull request.", |
41 | 41 | "githubPullRequests.defaultDeletionMethod.selectRemote.description": "When true, the option to delete the remote will be selected by default when deleting a branch from a pull request.", |
42 | 42 | "githubPullRequests.terminalLinksHandler.description": "Default handler for terminal links.", |
43 | | - "githubPullRequests.terminalLinksHandler.github": "Create the pull request on GitHub", |
44 | | - "githubPullRequests.terminalLinksHandler.vscode": "Create the pull request in VS Code", |
45 | | - "githubPullRequests.terminalLinksHandler.ask": "Ask which method to use", |
| 43 | + "githubPullRequests.terminalLinksHandler.github": "Create the pull request on GitHub.", |
| 44 | + "githubPullRequests.terminalLinksHandler.vscode": "Create the pull request in VS Code.", |
| 45 | + "githubPullRequests.terminalLinksHandler.ask": "Ask which method to use.", |
46 | 46 | "githubPullRequests.createOnPublishBranch.description": "Create a pull request when a branch is published.", |
47 | 47 | "githubPullRequests.createOnPublishBranch.never": "Never create a pull request when a branch is published.", |
48 | 48 | "githubPullRequests.createOnPublishBranch.ask": "Ask if you want to create a pull request when a branch is published.", |
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 | | - "githubPullRequests.commentExpandState.collapseAll": "All comments will be collapsed", |
| 51 | + "githubPullRequests.commentExpandState.collapseAll": "All comments will be collapsed.", |
52 | 52 | "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 | 53 | "githubPullRequests.useReviewMode.merged": "Use review mode for merged pull requests.", |
54 | 54 | "githubPullRequests.useReviewMode.closed": "Use review mode for closed pull requests. Merged pull requests are not considered \"closed\".", |
|
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", |
77 | | - "githubPullRequests.postCreate.openOverview": "Open the overview page of the pull request", |
78 | | - "githubPullRequests.postCreate.checkoutDefaultBranch": "Checkout the default branch of the repository", |
79 | | - "githubPullRequests.postCreate.checkoutDefaultBranchAndShow": "Checkout the default branch of the repository and show the pull request in the Pull Requests view", |
80 | | - "githubPullRequests.postCreate.checkoutDefaultBranchAndCopy": "Checkout the default branch of the repository and copy a link to the pull request to the clipboard", |
| 76 | + "githubPullRequests.postCreate.none": "No action.", |
| 77 | + "githubPullRequests.postCreate.openOverview": "Open the overview page of the pull request.", |
| 78 | + "githubPullRequests.postCreate.checkoutDefaultBranch": "Checkout the default branch of the repository.", |
| 79 | + "githubPullRequests.postCreate.checkoutDefaultBranchAndShow": "Checkout the default branch of the repository and show the pull request in the Pull Requests view.", |
| 80 | + "githubPullRequests.postCreate.checkoutDefaultBranchAndCopy": "Checkout the default branch of the repository and copy a link to the pull request to the clipboard.", |
81 | 81 | "githubPullRequests.postDone.description": "The action to take after using the 'checkout default branch' or 'delete branch' actions on a currently checked out pull request.", |
82 | | - "githubPullRequests.postDone.checkoutDefaultBranch": "Checkout the default branch of the repository", |
83 | | - "githubPullRequests.postDone.checkoutDefaultBranchAndPull": "Checkout the default branch of the repository and pull the latest changes", |
84 | | - "githubPullRequests.defaultCommentType.description": "The default comment type to use when submitting a comment and there is no active review", |
85 | | - "githubPullRequests.defaultCommentType.single": "Submits the comment as a single comment that will be immediately visible to other users", |
86 | | - "githubPullRequests.defaultCommentType.review": "Submits the comment as a review comment that will be visible to other users once the review is submitted", |
| 82 | + "githubPullRequests.postDone.checkoutDefaultBranch": "Checkout the default branch of the repository.", |
| 83 | + "githubPullRequests.postDone.checkoutDefaultBranchAndPull": "Checkout the default branch of the repository and pull the latest changes.", |
| 84 | + "githubPullRequests.defaultCommentType.description": "The default comment type to use when submitting a comment and there is no active review.", |
| 85 | + "githubPullRequests.defaultCommentType.single": "Submits the comment as a single comment that will be immediately visible to other users.", |
| 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 | 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.", |
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.", |
92 | 92 | "githubPullRequests.pullPullRequestBranchBeforeCheckout.pullAndUpdateBase": "Pull the pull request branch before checkout, fetch the base branch, merge the base branch into the pull request branch, and finally push the pull request branch to the remote.", |
93 | | - "githubPullRequests.upstreamRemote.description": "Controls whether an `upstream` remote is automatically added for forks", |
94 | | - "githubPullRequests.upstreamRemote.add": "An `upstream` remote will be automatically added for forks", |
95 | | - "githubPullRequests.upstreamRemote.never": "An `upstream` remote will never be automatically added for forks", |
96 | | - "githubPullRequests.createDefaultBaseBranch.description": "Controls what the base branch picker defaults to when creating a pull request", |
97 | | - "githubPullRequests.createDefaultBaseBranch.repositoryDefault": "The default branch of the repository", |
| 93 | + "githubPullRequests.upstreamRemote.description": "Controls whether an `upstream` remote is automatically added for forks.", |
| 94 | + "githubPullRequests.upstreamRemote.add": "An `upstream` remote will be automatically added for forks.", |
| 95 | + "githubPullRequests.upstreamRemote.never": "An `upstream` remote will never be automatically added for forks.", |
| 96 | + "githubPullRequests.createDefaultBaseBranch.description": "Controls what the base branch picker defaults to when creating a pull request.", |
| 97 | + "githubPullRequests.createDefaultBaseBranch.repositoryDefault": "The default branch of the repository.", |
98 | 98 | "githubPullRequests.createDefaultBaseBranch.createdFromBranch": "The branch that the current branch was created from, if known.", |
99 | 99 | "githubPullRequests.createDefaultBaseBranch.auto": "When the current repository is a fork, this will work like \"repositoryDefault\". Otherwise, it will work like \"createdFromBranch\".", |
100 | 100 | "githubPullRequests.experimental.chat.description": "Enables the `@githubpr` Copilot chat participant in the chat view. `@githubpr` can help search for issues and pull requests, suggest fixes for issues, and summarize issues, pull requests, and notifications.", |
|
145 | 145 | "githubIssues.queries.markdownDescription": "Specifies what queries should be used in the GitHub issues tree using [GitHub search syntax](https://help.github.com/en/articles/understanding-the-search-syntax) with variables. The first query listed will be expanded in the Issues view. The \"default\" query includes issues assigned to you by Milestone. If you want to preserve these, make sure they are still in the array when you modify the setting.", |
146 | 146 | "githubIssues.queries.label": "The label to display for the query in the Issues tree.", |
147 | 147 | "githubIssues.queries.query": "The search query using [GitHub search syntax](https://help.github.com/en/articles/understanding-the-search-syntax) with variables. The variable `${user}` can be used to specify the logged in user within a search. `${owner}` and `${repository}` can be used to specify the repository by using `repo:${owner}/${repository}`.", |
148 | | - "githubIssues.queries.groupBy": "The categories to group issues by when displaying them, in the order in which they should be grouped", |
| 148 | + "githubIssues.queries.groupBy": "The categories to group issues by when displaying them, in the order in which they should be grouped.", |
149 | 149 | "githubIssues.queries.groupBy.repository": "Group issues by their repository.", |
150 | 150 | "githubIssues.queries.groupBy.milestone": "Group issues by their milestone.", |
151 | 151 | "githubIssues.queries.default.myIssues": "My Issues", |
152 | 152 | "githubIssues.queries.default.createdIssues": "Created Issues", |
153 | 153 | "githubIssues.queries.default.recentIssues": "Recent Issues", |
154 | 154 | "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.", |
155 | 155 | "githubIssues.issueAvatarDisplay.description": "Controls which avatar to display in the issue list.", |
156 | | - "githubIssues.issueAvatarDisplay.author": "Show the avatar of the issue creator", |
157 | | - "githubIssues.issueAvatarDisplay.assignee": "Show the avatar of the first assignee (show GitHub icon if no assignees)", |
| 156 | + "githubIssues.issueAvatarDisplay.author": "Show the avatar of the issue creator.", |
| 157 | + "githubIssues.issueAvatarDisplay.assignee": "Show the avatar of the first assignee (show GitHub icon if no assignees).", |
158 | 158 | "githubPullRequests.focusedMode.description": "The layout to use when a pull request is checked out. Set to false to prevent layout changes.", |
159 | 159 | "githubPullRequests.focusedMode.firstDiff": "Show the first diff in the pull request. If there are no changes, show the overview.", |
160 | 160 | "githubPullRequests.focusedMode.overview": "Show the overview of the pull request.", |
161 | 161 | "githubPullRequests.focusedMode.multiDiff": "Show all diffs in the pull request. If there are no changes, show the overview.", |
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 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