microsoft / vscode-docker

Docker Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker
Other
1.21k stars 515 forks source link

There is no connected registry in REGISTRIES view after executing "Docker Registries: Connect to Generic Docker Registry..." command from command palette #4097

Closed v-chenzha closed 1 year ago

v-chenzha commented 1 year ago

OS: All Build Version: 20230926.1 Regression: Previous Release

Repro Steps:

  1. Disconnect Generic Registry V2 registry in REGISTRIES view.
  2. F1 -> Docker Registries: Connect to Generic Docker Registry... ->Enter registry url -> Enter registry username -> Enter registry password.
  3. Check whether there is a connected registry in REGISTRIES view.

Expect: There is a connected registry in REGISTRIES view. image

Actual: There is no connected registry in REGISTRIES view. image

alexyaang commented 1 year ago

I'll look into this. Seems to be from my new changes yesterday.

bwateratmsft commented 1 year ago

Maybe a missed refresh?

alexyaang commented 1 year ago

actually, this is from me not adding a root node (Generic Registry V2) when running this command, I have the fix out in a branch