Skip to content

Commit 7dcbd54

Browse files
committed
tune devcontainer
1 parent 5435f7f commit 7dcbd54

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

packages/cli/.devcontainer/devcontainer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"genaiscript.genaiscript-vscode",
77
"github.copilot-chat",
88
"github.vscode-pull-request-github",
9+
"github.vscode-github-actions",
910
"esbenp.prettier-vscode",
1011
"ms-python.python"
1112
]
@@ -20,5 +21,7 @@
2021
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
2122
"ghcr.io/devcontainers-extra/features/ffmpeg-apt-get:1.0.16": {},
2223
"ghcr.io/ghcr.io/devcontainers/features/github-cli:1.0.13": {}
23-
}
24+
},
25+
"postStartCommand": "npm install -g genaiscript",
26+
"runArgs": ["--env-file", ".env.genaiscript"]
2427
}

0 commit comments

Comments
 (0)