Skip to content

Commit

Permalink
Dev container example
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Dec 28, 2023
1 parent e3b1243 commit f67048e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "codeforlife",
"image": "mcr.microsoft.com/vscode/devcontainers/python:3.8",
"features": {
"ghcr.io/devcontainers/features/node:1": {
"version": "16"
},
"ghcr.io/devcontainers-contrib/features/pipenv:2": {
"version": "2023.11.15"
}
},
// "mounts": [
// "source=../codeforlife-portal,target=home/root/codeforlife-portal,type=bind,consistency=cached"
// ]
"customizations": {
"vscode": {
"settings": {},
"extensions": [
"ms-python.python",
"dbaeumer.vscode-eslint"
]
}
}
}

0 comments on commit f67048e

Please sign in to comment.