Skip to content

Commit cde0ad7

Browse files
authored
build: Add promptflow and ml tooling to dev container (#1040)
1 parent 2c312ee commit cde0ad7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"dockerfile": "Dockerfile"
55
},
66
"features": {
7-
"ghcr.io/devcontainers/features/azure-cli:1": {},
7+
"ghcr.io/devcontainers/features/azure-cli:1": {
8+
"extensions": "ml"
9+
},
810
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
911
"ghcr.io/devcontainers/features/node:1": {},
1012
"ghcr.io/jlaundry/devcontainer-features/azure-functions-core-tools:1": {},
@@ -30,7 +32,8 @@
3032
"ms-toolsai.jupyter",
3133
"ms-vscode.vscode-node-azure-pack",
3234
"TeamsDevApp.ms-teams-vscode-extension",
33-
"zeshuaro.vscode-python-poetry"
35+
"zeshuaro.vscode-python-poetry",
36+
"prompt-flow.prompt-flow"
3437
],
3538
"settings": {
3639
"python.defaultInterpreterPath": "/usr/local/bin/python",

0 commit comments

Comments
 (0)