Skip to content

Commit 60f4a90

Browse files
authored
Update devcontainer.json (#49)
1 parent 7feaca5 commit 60f4a90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
// Forward ports if needed for local development
3636
],
3737
"containerEnv": {
38-
"ARM_PARTNER_ID": "acce1e78-90a1-4306-89d1-a03ed6284007"
38+
"ARM_PARTNER_ID": "acce1e78-90a1-4306-89d1-a03ed6284007",
39+
"POWER_PLATFORM_USE_CLI": "true"
3940
},
4041
"postCreateCommand": "pip install --upgrade pip && pip install checkov",
4142
"remoteUser": "vscode",

0 commit comments

Comments
 (0)