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

The focused resource group doesn't auto show in the FOCUSED RESOURCES view #688

Closed v-chenzha closed 1 year ago

v-chenzha commented 1 year ago

OS: Mac/Win10 Build Version: 20230518.3 Regression: Not a Regression

Repro Steps:

  1. Make sure the resource groups by Resource Group.
  2. Create a new resource group and click the magnifying glass icon to focus it.
  3. Check whether the focused resource group auto shows in the FOCUSED RESOURCES view.

Expect: The focused resource group auto shows in the FOCUSED RESOURCES view.

Actual: The focused resource group doesn't auto show in the FOCUSED RESOURCES view.

More Info:

  1. This issue also reproduces when deleting a focused resource group.
  2. This issue doesn't reproduce on Linux OS.
  3. Refresh can fix this issue.