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

[Suggestion] It would be better to remove the "+ Create new Resource Group…" option from the command list #667

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. F1 -> Azure Static Web Apps: Open in GitHub.
  2. Check whether there is no "+ Create new Resource Group…" option in the command list.

Actual:

  1. There is a "+ Create new Resource Group…" option in the command list. image
  2. An error "No matching resources found" occurs after selecting the "+ Create new Resource Group…" option to create a new resource group. image

Suggestion: It would be better to remove the "+ Create new Resource Group…" option from the command list.

More Info: This issue also reproduces when executing commands “Clone Repo...", "Edit Workflow...","Browse Site", "Add New Setting...", "Open GitHub Action Log", "Open in Portal", "Open Repo in GitHub" and "View Properties" from command palette.

alexweininger commented 2 years ago

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

v-xinda commented 2 years ago

This issue also reproduces when executing commands “Clone Repo...", "Edit Workflow...","Browse Site", "Add New Setting...", "Open GitHub Action Log", "Open in Portal", "Open Repo in GitHub" and "View Properties" from command palette. image

alexweininger commented 2 years ago

Fixed by #682