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

Remove bad semver check to fix CLI update notification #710

Closed alexweininger closed 2 years ago

alexweininger commented 2 years ago
  1. This check currently prevents the notification to update the CLI from appearing if the installed version and the newest version don't have the same major version number 🤦 .
  2. The logic was most likely copied from here in Functions, and shouldn't be needed for SWA. Func core tools follows a different versioning method, but the SWA CLI follows semver.
  3. Should increase the % of users on v1 of the CLI, which will allow us to remove/improve a lot of code.
alexweininger commented 2 years ago

I'll merge after #708