Skip to content

Commit

Permalink
added core tools install step
Browse files Browse the repository at this point in the history
  • Loading branch information
scale-tone committed Dec 30, 2023
1 parent 52f076b commit 59b21d3
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"customizations": {
"vscode": {
"extensions": [
"customizations": {
"vscode": {
"extensions": [
"ms-azuretools.vscode-azurestaticwebapps",
"ms-azuretools.vscode-azurefunctions",
"ms-dotnettools.csharp"
]
}
},

"updateContentCommand": "npm i"
"ms-azuretools.vscode-azurefunctions",
"ms-dotnettools.csharp"
]
}
},
"updateContentCommand": "npm i -g azure-functions-core-tools && npm i"
}

0 comments on commit 59b21d3

Please sign in to comment.