Skip to content

Commit

Permalink
Update devcontainer image
Browse files Browse the repository at this point in the history
  • Loading branch information
adaex authored Sep 25, 2021
1 parent 8dd4d01 commit 67ea5c3
Showing 1 changed file with 8 additions and 17 deletions.
25 changes: 8 additions & 17 deletions .devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,15 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/main/containers/codespaces-linux
// https://github.com/microsoft/vscode-dev-containers/tree/main/containers/javascript-node
{
"name": "Codespaces",
"image": "mcr.microsoft.com/vscode/devcontainers/universal:1-focal",
"remoteUser": "codespace",
"overrideCommand": false,
"runArgs": [
"--cap-add=SYS_PTRACE",
"--security-opt",
"seccomp=unconfined",
"--privileged",
"--init"
],
"name": "coajs",
"image": "mcr.microsoft.com/vscode/devcontainers/javascript-node",
"mounts": ["source=container-share-cache,target=/usr/local/share/.cache"],
"extensions": [
"mutantdino.resourcemonitor",
"ms-azuretools.vscode-docker",
"github.vscode-pull-request-github",
"eamodio.gitlens",
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint"
],
"postCreateCommand": "oryx build -p virtualenv_name=.venv --log-file /tmp/oryx-build.log --manifest-dir /tmp || echo 'Could not auto-build. Skipping.'"
}
"dbaeumer.vscode-eslint",
"visualstudioexptteam.vscodeintellicode"
]
}

1 comment on commit 67ea5c3

@killme12993
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

__

Please sign in to comment.