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
Copy file name to clipboardExpand all lines: package.nls.json
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,10 @@
3
3
"description": "Pull Request and Issue Provider for GitHub",
4
4
"githubPullRequests.pullRequestDescription.description": "The description used when creating pull requests.",
5
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.templatePrompt": "Prompt to select from available pull request templates when multiple templates exist, otherwise use the first template",
6
7
"githubPullRequests.pullRequestDescription.commit": "Use the latest commit message only",
7
8
"githubPullRequests.pullRequestDescription.none": "Do not have a default description",
8
9
"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
-
"githubPullRequests.createFromTemplate.description": "When multiple pull request templates are available, choose which template to use.",
10
-
"githubPullRequests.createFromTemplate.none": "Do not use any template",
11
-
"githubPullRequests.createFromTemplate.first": "Use the first template found",
12
-
"githubPullRequests.createFromTemplate.prompt": "Prompt to choose which template to use",
13
10
"githubPullRequests.defaultCreateOption.description": "The create option that the \"Create\" button will default to when creating a pull request.",
14
11
"githubPullRequests.defaultCreateOption.lastUsed": "The most recently used create option.",
15
12
"githubPullRequests.defaultCreateOption.create": "The pull request will be created.",
0 commit comments