Add .vscode config files to better integrate with Azure Static Web Apps extension #16
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
👋
My name is Alex and I'm working on adding better support for templates in the Azure Static Web Apps VS Code extension.
This PR has two additions:
staticWebApps.outputSubpath
setting with a value ofdist/angular-basic
in.vscode/settings.json
This addition makes it so that users can accept the default configurations when deploying this template via the Azure Static Web Apps VS Code extension. Adding the setting allows us to prefill the prompt with the correct configuration for this template. Before now, if the user selected the defaults then the template would fail to build once pushed/deployed to GitHub/Azure. Which is a really terrible 😢 experience for new users that we'd love to prevent.
Screenshot:

See related issues if you want more context:
ms-azuretools.vscode-azurestaticwebapps
to recommended extensions in.vscode/extensions.json
More details about what we are planning for the "Create from template" feature in our extension: