Skip to content

Commit

Permalink
Allow disconnecting from generic registry V2 to escape broken state (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bwateratmsft authored Oct 26, 2023
1 parent b1b0729 commit 4bdf229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@
},
{
"command": "vscode-docker.registries.disconnectRegistry",
"when": "view == dockerRegistries && viewItem =~ /commonregistryroot/i && !(viewItem =~ /commonregistryroot;.*generic/i)",
"when": "view == dockerRegistries && viewItem =~ /commonregistryroot/i",
"group": "regs_yyy_destructive@1"
},
{
Expand Down

0 comments on commit 4bdf229

Please sign in to comment.