Skip to content

Commit

Permalink
Add Bicep tools to devcontainer (#1848)
Browse files Browse the repository at this point in the history
Co-authored-by: Marcus Robinson <marrobi@microsoft.com>
  • Loading branch information
SvenAelterman and marrobi authored May 23, 2022
1 parent 284c30d commit 6b9e92a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
],
"remoteUser": "vscode",
"containerEnv": {
"DOCKER_BUILDKIT": "1",
"DOCKER_BUILDKIT": "1"
},
"remoteEnv": {
// this is used for SuperLinter
"LOCAL_WORKSPACE_FOLDER": "${localWorkspaceFolder}",
"LOCAL_WORKSPACE_FOLDER": "${localWorkspaceFolder}"
},
// Set *default* container specific settings.json values on container create.
"settings": {
Expand Down Expand Up @@ -191,7 +191,7 @@
},
"command": "pytest",
"args": [
"--ignore=e2e_tests",
"--ignore=e2e_tests"
]
},
{
Expand All @@ -205,7 +205,7 @@
"-m",
"pytest",
"-m",
"smoke",
"smoke"
]
}
]
Expand All @@ -223,6 +223,7 @@
"mikestead.dotenv",
"humao.rest-client",
"timonwong.shellcheck",
"ms-azuretools.vscode-bicep"
],
"forwardPorts": [
8000
Expand Down

0 comments on commit 6b9e92a

Please sign in to comment.