Skip to content

Commit

Permalink
Set up devcontainer JSON file
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Sep 26, 2023
1 parent 88cf418 commit 902d4e3
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "PyBaMM-devcontainer",
"build": {
"dockerfile": "../scripts/Dockerfile",
"context": ".."
},
"features": {
"ghcr.io/devcontainers/features/git:1": {}
},
"customizations": {
"vscode": {
"extensions": [
"ms-python.python",
"ms-python.vscode-pylance",
"visualstudioexptteam.vscodeintellicode",
"ms-toolsai.jupyter",
"charliermarsh.ruff",
"ms-python.black-formatter"
]
}
},
"remoteUser": "root"
}

0 comments on commit 902d4e3

Please sign in to comment.