···1212 "runArgs": [
1313 "--net=host"
1414 ],
1515+ "postStartCommand": "npm ci && go mod download",
1616+ "initializeCommand": "mkdir -p ${localEnv:HOME}${localEnv:USERPROFILE}/.local/share/atuin",
1517 // Features to add to the dev container. More info: https://containers.dev/features.
1618 "features": {
1719 "ghcr.io/xe/devcontainer-features/deno:1.2.1": {},