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

The created static web app is not focused after clicking "Click to view resource" if the Azure Resource extension groups by the Resource Type/Location/ARM Tag #663

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. Make sure the Azure Resource extension groups by the Resource Type.
  2. Click "Create Resource..." -> Click "Create Static Web App..." -> Enter a name -> Select a region -> Choose "React" build preset -> Enter "app" -> Enter "build".
  3. Navigate to the "AZURE: ACTIVITYLOG" window -> Expand the log -> Click "Click to view resource".
  4. Check whether the created static web app is focused or not.

Expect: The created static web app is focused, as below: image

Actual: The created static web app is not focused.

more Info:

  1. This issue also reproduces when the Azure Resource extension groups by the Location or ARM Tag.
  2. This issue doesn't reproduce when the Azure Resource extension groups by the Resource Group.
alexweininger commented 2 years ago

Closed by https://github.com/microsoft/vscode-azureresourcegroups/pull/205