Skip to content

Commit bb288c8

Browse files
authored
Don't show Checkout PR and Checkout PR on vscode.dev when on vscode.dev (#4796)
1 parent a7e2c38 commit bb288c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1677,7 +1677,7 @@
16771677
},
16781678
{
16791679
"command": "pr.pickOnVscodeDev",
1680-
"when": "view == pr:github && viewItem =~ /pullrequest(:local)?:nonactive|description/ && remoteName != codespaces && embedderIdentifier != github.dev",
1680+
"when": "view == pr:github && viewItem =~ /pullrequest(:local)?:nonactive|description/ && (!isWeb || remoteName != codespaces && virtualWorkspace != vscode-vfs)",
16811681
"group": "1_pullrequest@2"
16821682
},
16831683
{

0 commit comments

Comments
 (0)