microsoft / vscode-azureresourcegroups

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

[Unstable]The created container app from RESOURCES view doesn't auto show in the FOCUSED RESOURCES view #695

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. Expand the container apps environment in the RESOURCES view and FOCUSED RESOURCES view.
  2. Right click container apps environment from RESOURCES view to create a container app.
  3. Check whether the created container app auto shows in the FOCUSED RESOURCES view.

Expect: The created container app auto shows in the FOCUSED RESOURCES view.

Actual: The created container app doesn't auto show in the FOCUSED RESOURCES view.

More Info:

  1. This issue also reproduces when creating container app from focused resources view.
  2. This issue also reproduces when executing command "Azure Container Apps: Create Container App..." from command palette.