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

Typing out my repo name when "cloning a new repo" doesn't behave as expected #646

Open wwlorey opened 2 years ago

wwlorey commented 2 years ago

When I select "clone existing repo" when creating a static web app, I'm presented with a big ole list of Microsoft's GitHub reposotories to choose from.

As I type my username, it pulls up my repos:

Screen Shot 2022-04-13 at 1 42 57 PM

But when I try to search for a specific one of my repos (which does exist with this prefix), it snaps back to the Microsoft repos and no longer shows any of my repos.

Screen Shot 2022-04-13 at 1 43 01 PM
wwlorey commented 2 years ago

Another note about this: It's a bit strange that by default I'm shown a bunch of seemingly unrelated microsoft repos in that quickpick. Maybe we could only show the repos that user owns or better yet a list of template repos?

wwlorey commented 2 years ago

Tracking in https://github.com/microsoft/vscode/issues/147420

wwlorey commented 2 years ago

https://github.com/microsoft/vscode/issues/147420 was fixed and is unreleased. It should be verifiable soon.