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 corresponding log is "Delete..." rather than "Deleting..." when deleting the VM #427

Open v-ruizh opened 2 months ago

v-ruizh commented 2 months ago

OS: All Build Version: v0.6.6-alpha Regression: Not a Regression

Repro Steps:

  1. Right click a VM and delete it.
  2. Check whether the corresponding log is "Deleting..." when deleting the VM.

Expect: The corresponding log is "Deleting..." when deleting the VM.

Actual: The corresponding log is "Delete..." rather than "Deleting..." when deleting the VM. image