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

[Suggestion] It would be better to remove the Windows virtual machines from the list when executing "Connect to Host via Remote SSH" from command palette #347

Open v-xinda opened 2 years ago

v-xinda commented 2 years ago

OS: Win10 Build Version: 20220728.1 Regression: Previous release 0.5.0

Repro Steps:

  1. F1 -> Select "Connect to Host via Remote SSH" -> Select a subscription.
  2. Check whether only Linux virtual machines display in the list.

Actual: The Linux and Windows virtual machines display in the list. image

Suggestion: It would be better to remove the Windows virtual machines from the list.

More Info:

  1. Pop up an error "No matching resources found." after selecting a Windows virtual machine from the list. image
  2. This issue also reproduces when executing "Add SSH Key..." from command palette.