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

[Unstable] There is no "Starting..." tag next to the VM when starting a VM #384

Open v-ruizh opened 1 year ago

v-ruizh commented 1 year ago

OS: All Build Version: 20230525.1

Repro Steps:

  1. Click "Focus Group" icon to focus the "Virtual machines" node.
  2. Right click one VM -> Execute "Start" action in Resources view.
  3. Check whether there is a "Starting..." tag next to the VM.

Expect: There is a "Starting..." tag next to the VM. image

Actual: There is no "Starting..." tag next to the VM.

More Info:

  1. This issue is unstable, you can reload VS Code to reproduce it if you can't reproduce it the first time.
  2. This issue also reproduces when executing "Stop/Restart/Delete" action for a VM.
Sumanth-Somireddy7 commented 9 months ago

The issue is resolved while doing all the operations of start, stop, deleting the VM. Here are the snippets:

image image