-
Notifications
You must be signed in to change notification settings - Fork 720
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugverifiedVerification succeededVerification succeeded
Description
- Extension version: v0.51.2022090109
- VSCode Version: 1.71-insider
- OS: Windows 11
Steps to Reproduce:
- Open a GitHub codespace and go to the SCM view
- 🐛 the Create Pull Request button is not available. I have hit this in WSL and in a GitHub codespace so far so I suspect it is generic to all Remote-* windows in VS Code
From inspecting context keys, it looks like something is off with the scmProviderRootUri value in this when clause
vscode-pull-request-github/package.json
Lines 1601 to 1605 in 57dd877
| { | |
| "command": "pr.create", | |
| "when": "scmProvider =~ /^git|^remoteHub:github/ && scmProviderRootUri in github:reposNotInReviewMode", | |
| "group": "navigation" | |
| } |
Its value is a vscode-remote URI but the github.reposNotInReviewMode has file URIs.
Reactions are currently unavailable
Metadata
Metadata
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugverifiedVerification succeededVerification succeeded

