Skip to content

Commit

Permalink
chore: build the devcontainer automatically in codespace (#1483)
Browse files Browse the repository at this point in the history
* chore: build the devcontainer automaticallyin codespace

* refactor: lint

* add pandoc to the environment
  • Loading branch information
12rambau committed Oct 18, 2023
1 parent fda4087 commit 0e84397
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .devcontainer/devcontainer.json
@@ -0,0 +1,11 @@
// container instruction for codespace users
{
"name": "Python 3",
"image": "mcr.microsoft.com/devcontainers/python:1-3.10-bullseye",
"features": {
"ghcr.io/devcontainers-contrib/features/nox:2": {},
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {},
"ghcr.io/rocker-org/devcontainer-features/pandoc:1": {}
},
"postCreateCommand": "pre-commit install"
}

0 comments on commit 0e84397

Please sign in to comment.