- Extension version: 0.124.1
- VSCode Version: 1.107
- OS: Windows 11 (10.0.26200 Build 26200)
- Repository Clone Configuration (single repository/fork of an upstream repository):
- GitHub Product (GitHub.com/GitHub Enterprise version x.x.x):
Steps to Reproduce:
- Open VSCode settings
- Add
"githubPullRequests.postDone": "checkoutPullRequestBaseBranch" or "githubPullRequests.postDone": "checkoutPullRequestBaseBranchAndPull"
- Error message appears in editor
Based on this file in the repo, it seems that there should be 4 options for the setting postDone. However, the options "checkoutPullRequestBaseBranch" and "checkoutPullRequestBaseBranchAndPull" are marked as invalid in the settings editor. They do not appear in the graphical settings editor.
My GitHub Pull Requests extension settings:
{
"githubPullRequests.pullBranch": "never",
"githubPullRequests.codingAgent.autoCommitAndPush": false,
"githubPullRequests.codingAgent.enabled": false,
"githubPullRequests.assignCreated": "${user}",
"githubPullRequests.postDone": "checkoutPullRequestBaseBranch"
}