microsoft / vscode-docker

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

[GitHub Codespaces] An error occurs after connecting "Generic Registry V2" registry with the empty name and password #4159

Closed v-xinda closed 7 months ago

v-xinda commented 7 months ago

OS: GitHub Codespaces Build Version: 20231107.2

Repro Steps:

  1. F1 -> Click "Docker Registries: Connect Registry..." -> Click "Generic Registry V2" registry -> Type "http://localhost:5100/" -> Type empty for the name and password.
  2. Navigate to the "Registries" view -> Expand "Generic Registry V2" registry -> Expand "http://localhost:5100/".
  3. Check whether no error occurs.

Expect: No error occurs.

Actual: An error occurs. image

More Info: This issue doesn't reproduce on the Windows, Linux and Mac OSs.

bwateratmsft commented 7 months ago

Not a blocking issue since empty username and password is an edge case.

dbreshears commented 7 months ago

Closing since this is an edge case that we don't plan to fix