We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5435f7f commit 7dcbd54Copy full SHA for 7dcbd54
1 file changed
packages/cli/.devcontainer/devcontainer.json
@@ -6,6 +6,7 @@
6
"genaiscript.genaiscript-vscode",
7
"github.copilot-chat",
8
"github.vscode-pull-request-github",
9
+ "github.vscode-github-actions",
10
"esbenp.prettier-vscode",
11
"ms-python.python"
12
]
@@ -20,5 +21,7 @@
20
21
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
22
"ghcr.io/devcontainers-extra/features/ffmpeg-apt-get:1.0.16": {},
23
"ghcr.io/ghcr.io/devcontainers/features/github-cli:1.0.13": {}
- }
24
+ },
25
+ "postStartCommand": "npm install -g genaiscript",
26
+ "runArgs": ["--env-file", ".env.genaiscript"]
27
}
0 commit comments