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

An error occurs when creating a static web app from subscription context menu #739

Open v-xinda opened 1 year ago

v-xinda commented 1 year ago

OS: Win10 Build Version: 20220922.1 Regression: Not a regression

Repro Steps:

  1. Install the Static Web App extension.
  2. Right click the subscription -> Click “Create Resource..." -> Click "Create Static Web App...".
  3. Check whether no error occurs.

Expect: No error occurs.

Actual: An error occurs. actual1

More Info:

  1. This issue is fixed after creating a static web app from "Static Web Apps" node context menu or "Create Resource..." button from Resources view.
  2. This issue doesn't reproduce when creating a resource group from subscription context menu.
nturinski commented 1 year ago

Revisit after V2 API. We're changing the tree quite a bit and this may get resolved by those changes.