Skip to content

Commit 3b20a82

Browse files
authored
Revert "Don't show Checkout PR and Checkout PR on vscode.dev when on vscode.dev (#4796)" (#4798)
This reverts commit bb288c8.
1 parent d5df61e commit 3b20a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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/ && (!isWeb || remoteName != codespaces && virtualWorkspace != vscode-vfs)",
1680+
"when": "view == pr:github && viewItem =~ /pullrequest(:local)?:nonactive|description/ && remoteName != codespaces && embedderIdentifier != github.dev",
16811681
"group": "1_pullrequest@2"
16821682
},
16831683
{

0 commit comments

Comments
 (0)