sessions - shorter button for PR open/create (#298257)

This commit is contained in:
Benjamin Pasero
2026-02-27 16:11:16 +01:00
committed by GitHub
parent b4081d0c4d
commit 8f0ea5c65c

View File

@@ -5,8 +5,8 @@
"command.publish": "Publish to GitHub",
"command.openOnGitHub": "Open on GitHub",
"command.openOnVscodeDev": "Open in vscode.dev",
"command.createPullRequest": "Create Pull Request",
"command.openPullRequest": "Open Pull Request",
"command.createPullRequest": "Create PR",
"command.openPullRequest": "Open PR",
"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",