microsoft / vscode-azurestaticwebapps

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

No prompt notification pops up after deploying a static web app #683

Open v-mengwe opened 2 years ago

v-mengwe commented 2 years ago

OS: All Azure Resource Extension Build Version: 20220503.22 (unified) Azure Static Web App Extension Build Version: 20220502.6 (unified) Regression: Not a regression

Repro Steps:

  1. Create a static web app -> Wait a few minutes.
  2. Check whether a prompt notification pops up after deployment or not.

Expect: If the build has failed, this prompt will appear:

Screen Shot 2022-05-05 at 14 32 06

If the build has succeeded, this prompt will appear:

Screen Shot 2022-05-05 at 14 34 32

Actual: No prompt notification pops up.