microsoft / vscode-azurestaticwebapps

Azure Static Web Apps extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurestaticwebapps
MIT License
86 stars 33 forks source link

Change the minimum VS Code version that the Azure Static Web Apps extension supports #707

Closed v-ruizh closed 2 years ago

v-ruizh commented 2 years ago

OS: Win10 Build Version: 202206161

Repro Steps:

  1. Figure out the oldest vs code version that the extension supports, the version is 1.62.1.
  2. Install VS Code 1.62.3 from https://code.visualstudio.com/updates.
  3. Install the Azure Static Web Apps extension.
  4. Open a project and try to create a Static Web App -> Click "Allow" button in the below dialog. image
  5. Check whether it navigates to GitHub sign in page or not.

Expect: It navigates to GitHub sign in page.

Actual: A prompt message "Please upgrade VS Code" in the web page. image