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

Nothing pops up when clicking "Azure Static Web Apps…" in the dropdown list again #702

Open v-mengwe opened 2 years ago

v-mengwe commented 2 years ago

OS: M1 Azure Resource Extension Build Version: 20220523.7 Azure Static Web App Extension Build Version: 20220523.7 Azure Function Extension Build Version: 20220524.1

Repro Steps:

  1. Open the angular-basic-dotnet project in VS Code -> Restore.
  2. Type npm install in TERMINAL window.
  3. Navigate to "Run and Debug" view -> Select "Azure Static Web Apps…" in the dropdown list -> Press esc to cancel the step.
  4. Select "Azure Static Web Apps…" in the dropdown list again.
  5. Check whether pops up a prompt option.

Expect: Pop up a prompt option, like below:.

Screen Shot 2022-05-24 at 19 01 29

Actual: Nothing pops up.

More Info: Reload window can fix this issue.

alexweininger commented 2 years ago

From triage: we need to brainstorm ways to make debugging more discoverable. The native VS Code menus and UX just aren't discoverable enough for SWA debugging.