forked from devcontainers-extra/features
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevcontainer.json
More file actions
28 lines (28 loc) 路 1004 Bytes
/
Copy pathdevcontainer.json
File metadata and controls
28 lines (28 loc) 路 1004 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"image": "mcr.microsoft.com/devcontainers/python:3.11",
"customizations": {
"vscode": {
"extensions": [
"mads-hartmann.bash-ide-vscode",
"ms-python.python",
"ms-python.vscode-pylance",
"DavidAnson.vscode-markdownlint",
"nefrob.vscode-just-syntax",
"timonwong.shellcheck",
"ms-vscode-remote.remote-containers",
"github.vscode-github-actions"
]
}
},
"features": {
"ghcr.io/devcontainers/features/node:1.6.1": {},
"ghcr.io/devcontainers/features/github-cli:1.0.13": {},
"ghcr.io/devcontainers/features/docker-in-docker:2.12.0": {},
"ghcr.io/lukewiwa/features/shellcheck:0.2.3": {},
"ghcr.io/guiyomh/features/just:0": {},
"ghcr.io/devcontainers-extra/features/pre-commit:2": {},
"ghcr.io/devcontainers-extra/features/tmux-homebrew:1": {},
"ghcr.io/devcontainers-extra/features/act:1": {}
},
"postCreateCommand": "/bin/bash -ex ./.devcontainer/setup.sh > postCreateCommand.log"
}