Skip to content

Commit 52f076b

Browse files
authored
added devcontainer.json
1 parent fd4989b commit 52f076b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"customizations": {
3+
"vscode": {
4+
"extensions": [
5+
"ms-azuretools.vscode-azurestaticwebapps",
6+
"ms-azuretools.vscode-azurefunctions",
7+
"ms-dotnettools.csharp"
8+
]
9+
}
10+
},
11+
12+
"updateContentCommand": "npm i"
13+
}

0 commit comments

Comments
 (0)