Skip to content

Commit 59b21d3

Browse files
authored
added core tools install step
1 parent 52f076b commit 59b21d3

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

.devcontainer/devcontainer.json

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

0 commit comments

Comments
 (0)