microsoft / vscode-azureresourcegroups

VS Code extension for managing Azure resources.
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azureresourcegroups
MIT License
53 stars 28 forks source link

There is no tip "Select a resource" when creating container app from Command Palette #692

Open v-chenzha opened 1 year ago

v-chenzha commented 1 year ago

OS: All Azure Resources Build Version: 20230518.3 Azure Container Apps Version: v0.5.1 Regression: Not a Regression

Repro Steps:

  1. Make sure the resource groups by Resource Group.
  2. F1 -> "Azure Container Apps: Create Container App..." -> Select a subscription.
  3. Check whether there is a tip "Select a resource".

Expect: There is a tip "Select a resource".

Actual: There is no tip "Select a resource". image

More Info:

  1. This issue also reproduces when the resource groups by Location/ARM Tag.
  2. There is no tip "Select a subscription" when executing commands "Azure: Focus Group". image
MicroFish91 commented 1 year ago

Can you check if this is still reproducing? We have not been able to reproduce this as of today

v-chenzha commented 1 year ago

@MicroFish91 Verified this issue on the latest Azure Resource build 20230614.1, it still reproduces for now.

When resource groups by Resource Group/Location/ARM Tag, there is no tip "Select a resource" and "Select a subscription" when executing the commands. image image

alexweininger commented 1 year ago

I'm able to reproduce this. The first screenshot is the resource group step. We can't show a placeholder because how the grouping step is setup right now it doesn't actually know what type of groups are being picked. We could either add a very generic placeholder like "select a group" or we could make some changes to know what is being picked and set the placeholder based on that.

image