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

[Codespaces] The deleted app setting doesn't auto disappear after executing "Azure Static Web Apps: Delete Setting..." from command palette #807

Closed v-xinda closed 1 year ago

v-xinda commented 1 year ago

Environment: GitHub Codespaces (Local) Build Version: 20230327.1 Regression: Previous release

Repro Steps:

  1. Expand the Application Settings node.
  2. F1 -> Azure Static Web Apps: Delete Setting... -> Select subscription -> Select a static web app -> Select an environment -> Select an app setting -> Enter.
  3. Check whether the deleted app setting auto disappears.

Expect: The deleted app setting auto disappears.

Actual:
The deleted app setting doesn't auto disappear.

More Info:

  1. This issue also reproduces after executing "Azure Static Web Apps: Delete Environment..." from command palette.
  2. It is unstable that the app setting doesn't auto refresh after executing "Azure Static Web Apps: Add New Setting.../Edit Setting.../Rename Setting..." from command palette.
alexweininger commented 1 year ago

@v-xinda Can you check to see if this still reproduces on the latest release of Azure Resources (0.7.1)?

v-xinda commented 1 year ago

@alexweininger Verified this issue with the latest build 20230404.2 and Azure Resources (0.7.1), it doesn't reproduce for now. So I close it.