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

There are no "Create Virtual Machine..." and "Create Virtual Machine... (Advanced)" actions for focused "Virtual machines" node #382

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. Right click the "Virtual machines" node.
  3. Check the context menu.

Expect: There are "Create Virtual Machine..." and "Create Virtual Machine... (Advanced)" actions in the context menu. image

Actual: There are no "Create Virtual Machine..." and "Create Virtual Machine... (Advanced)" actions in the context menu. image

nturinski commented 1 year ago

This is a bigger issue in resources that we are tracking as well.

alexweininger commented 1 year ago

I fixed this in Functions via https://github.com/microsoft/vscode-azurefunctions/pull/3732. The same fix needs to be applied here.