vscode-azurestaticwebapps
vscode-azurestaticwebapps copied to clipboard
Use file picker quick pick for app location step
Show a file picker quick pick for the app location step. The current step uses an input box, and a file picker would provide more context and make it easier for users.
View comment where it was suggested to see more details https://github.com/microsoft/vscode-azurestaticwebapps/issues/465#issuecomment-892266091
Design considerations:
- What if they have multi-root?
Docker extension has an implementation of their own: https://github.com/microsoft/vscode-docker/blob/main/src/utils/quickPickFile.ts
Tracking https://github.com/microsoft/vscode/issues/135904