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

"No matching resources found" occurs if signing in to Azure during pushing image #4131

Closed v-ruizh closed 11 months ago

v-ruizh commented 11 months ago

OS: Win 10 Build Version: 20231019.1

Repro Steps:

  1. Connect to Azure Container Registry without sign in.
  2. Right click one image -> Push... -> Select Azure Container Registry -> Click "Allow" to sign in.
  3. Check whether the next step is "Select Subscription".

Expect: The next step is "Select Subscription".

Actual: "No matching resources found" occurs. image

More Info: Click "Back" arrow and select ACR again, the next step is "Select Subscription".

bwateratmsft commented 11 months ago

This may be a fundamental limitation of our current tree/quick pick framework.