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 is no location in the location list when creating a new VM #259

Closed v-ruizh closed 3 years ago

v-ruizh commented 3 years ago

OS: Win10 Build Version: 20210623.1

Repro Steps:

  1. F1 -> Azure Virtual Machines: Create Virtual Machine... -> Enter a VM name -> Enter a passphrase -> Navigate to "select location" list.
  2. Check whether there are locations in the location list or not.

Expect: There are locations in the location list. image

Actual: There is no location in the list. image

More Info:

  1. This issue also reproduces when creating an advanced VM.
  2. This issue does not reproduce on the previous released VM extension 0.4.0.
nturinski commented 3 years ago

Fixed by https://github.com/microsoft/vscode-azurevirtualmachines/pull/262