8000 Add .vscode config files to better integrate with Azure Static Web Ap… · staticwebdev/angular-basic@f9cd80a · GitHub
[go: up one dir, main page]

Skip to content

Commit f9cd80a

Browse files
Add .vscode config files to better integrate with Azure Static Web Apps extension (#16)
* Add outputSubpath workspace setting for Azure Static Web Apps extension * Add Azure Static Web Apps extension to recommended
1 parent db759f0 commit f9cd80a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.vscode/extensions.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"recommendations": [
3+
"ms-azuretools.vscode-azurestaticwebapps"
4+
]
5+
}

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"staticWebApps.outputSubpath": "dist/angular-basic"
3+
}

0 commit comments

Comments
 (0)
0