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

Shows an incorrect list of repositories when cloning project from GitHub #700

Open v-mengwe opened 2 years ago

v-mengwe commented 2 years ago

OS: Win10/Mac Azure Resource Extension Build Version: 20220523.7 Azure Static Web App Extension Build Version: 20220523.7 Regression: Not a regression

Repro Steps:

  1. No workspace/folder opens in VS Code.
  2. Right click "Static Web Apps" node -> Create Static Web App -> Click "Clone project from GitHub" in the popped up dialog -> Clone from GitHub -> Allow -> Allow.
  3. Check whether shows the correct list of repositories.

Expect: Shows the correct list of repositories. MicrosoftTeams-image (1)

Actual: Shows an incorrect list of repositories.

Screen Shot 2022-05-24 at 16 17 23
alexweininger commented 2 years ago

Related VS Code issue: https://github.com/microsoft/vscode/issues/147420

alexweininger commented 2 years ago

Seems like VS Code changed which repos are loaded and shown in the list by default. I'll ask the VS Code team if this was intentional.