microsoft / vscode-azureresourcegroups

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

The location which only contained "Network Watcher" resource doesn't show in the Focus Resources view after focusing it #860

Open v-xinda opened 1 month ago

v-xinda commented 1 month ago

OS: All Build Version: v0.8.7-alpha.0 Regression: Not a regression

Repro Steps:

  1. Make sure resources group by Location.
  2. Focus a location only contained Network Watcher, such as "ukwest". image
  3. Check whether the focused location shows in the Focus Resources view.

Expect: The focused location shows in the Focus Resources view. image

Actual: The focused location doesn't show in the Focus Resources view. image

More Info: If resources group by Resource Group, this issue doesn't reproduce after focusing the resource group which only contained Network Watcher. image