We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aff78cd commit 076a1c8Copy full SHA for 076a1c8
.devcontainer/devcontainer.json
@@ -12,6 +12,8 @@
12
"runArgs": [
13
"--net=host"
14
],
15
+ "postStartCommand": "npm ci && go mod download",
16
+ "initializeCommand": "mkdir -p ${localEnv:HOME}${localEnv:USERPROFILE}/.local/share/atuin",
17
// Features to add to the dev container. More info: https://containers.dev/features.
18
"features": {
19
"ghcr.io/xe/devcontainer-features/deno:1.2.1": {},
0 commit comments