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 "Open Actions in GitHub" notification pops up after creating a static web app #662

Closed v-xinda closed 2 years ago

v-xinda commented 2 years ago

OS: All Build Version: 20220418.2 Regression: Not a regression

Repro Steps:

  1. Click "Create Resource..." -> Click "Create Static Web App..." -> Enter a name -> Select a region -> Choose "React" build preset -> Enter "app" -> Enter "build".
  2. Check whether the "Open Actions in GitHub" notification pops up after creating a static web app or not.

Expect: The "Open Actions in GitHub" notification pops up after creating a static web app. image

Actual: No "Open Actions in GitHub" notification pops up after creating a static web app.

More Info: The log message is still show "creating new static web app 'xxx'..." after a static web app is created successfully. image

v-xinda commented 2 years ago

Verified on the latest unified build 20220422.2, it was fixed.