Skip to content

Commit 0e84397

Browse files
authored
chore: build the devcontainer automatically in codespace (#1483)
* chore: build the devcontainer automaticallyin codespace * refactor: lint * add pandoc to the environment
1 parent fda4087 commit 0e84397

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.devcontainer/devcontainer.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// container instruction for codespace users
2+
{
3+
"name": "Python 3",
4+
"image": "mcr.microsoft.com/devcontainers/python:1-3.10-bullseye",
5+
"features": {
6+
"ghcr.io/devcontainers-contrib/features/nox:2": {},
7+
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {},
8+
"ghcr.io/rocker-org/devcontainer-features/pandoc:1": {}
9+
},
10+
"postCreateCommand": "pre-commit install"
11+
}

0 commit comments

Comments
 (0)