microsoft / vscode-azurevirtualmachines

Azure Virtual Machines extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurevirtualmachines
MIT License
32 stars 20 forks source link

The "Focused Resources" view doesn't auto-refresh after creating a new VM #383

Open v-ruizh opened 1 year ago

v-ruizh commented 1 year ago

OS: Win 10 Build Version: 20230525.1 Regression: Not a Regression

Repro Steps:

  1. Click "Focus Group" icon to focus the "Virtual machines" node.
  2. Create a VM from "Resources" view or "Command Palette".
  3. Check whether the new created VM shows in the "Focused Resources" view.

Expect: The new created VM shows in the "Focused Resources" view. image

Actual: The new created VM doesn't show in the "Focused Resources" view. image

More Info: Refresh the "Focused Resources" view can fix this issue.