add openPullRequest command and update related logic in GitHub extension

This commit is contained in:
Osvaldo Ortega
2026-02-26 11:55:52 -08:00
parent 3aedb3e937
commit 21049d3dc8
4 changed files with 44 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
"command.openOnGitHub": "Open on GitHub",
"command.openOnVscodeDev": "Open in vscode.dev",
"command.createPullRequest": "Create Pull Request",
"command.openPullRequest": "Open Pull Request",
"config.branchProtection": "Controls whether to query repository rules for GitHub repositories",
"config.gitAuthentication": "Controls whether to enable automatic GitHub authentication for git commands within VS Code.",
"config.gitProtocol": "Controls which protocol is used to clone a GitHub repository",