microsoft / vscode-azurestaticwebapps

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

There is no error notification after executing "Rename Setting..." from command palette for a static web app without any application setting #798

Open v-xinda opened 1 year ago

v-xinda commented 1 year ago

Environment: VSCode.dev Azure Resources extension: v0.5.7-alpha.0 Static Web Apps Extension Version: v0.11.5-alpha.0

Repro Steps:

  1. Make sure no application setting for the static web app.
  2. F1 -> Azure Static Web Apps: Rename Setting... -> Select subscription -> Select a static web app -> Select an environment.
  3. Check whether there is an error notification.

Expect: There is an error notification. image

Actual:
There is no error notification. image

More Info: This issue also reproduces for the command "Azure Static Web Apps: Edit Setting.../Delete Setting...".