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

Change the minimum VS Code version that the Azure Virtual Machines extension supports #349

Closed v-chenzha closed 1 year ago

v-chenzha commented 2 years ago

OS: Win10 Build Version: 20221013.1

Repro Steps:

  1. Figure out the oldest vs code version that the extension supports, the version is 1.57.0 as below. image
  2. Install VS Code 1.57.1 from https://code.visualstudio.com/updates.
  3. Install the Azure Virtual Machines extension from VSIX.
  4. Expand the subscription node.
  5. Check whether no error occurs.

Expect: No error occurs.

Actual: An error occurs. image

alexweininger commented 1 year ago

This is now fixed as the minimum version was changed to ^1.66.0