We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4081d0 commit 8f0ea5cCopy full SHA for 8f0ea5c
extensions/github/package.nls.json
@@ -5,8 +5,8 @@
5
"command.publish": "Publish to GitHub",
6
"command.openOnGitHub": "Open on GitHub",
7
"command.openOnVscodeDev": "Open in vscode.dev",
8
- "command.createPullRequest": "Create Pull Request",
9
- "command.openPullRequest": "Open Pull Request",
+ "command.createPullRequest": "Create PR",
+ "command.openPullRequest": "Open PR",
10
"config.branchProtection": "Controls whether to query repository rules for GitHub repositories",
11
"config.gitAuthentication": "Controls whether to enable automatic GitHub authentication for git commands within VS Code.",
12
"config.gitProtocol": "Controls which protocol is used to clone a GitHub repository",
0 commit comments