Skip to content

Commit 7b46fb8

Browse files
committed
Add devcontainer
1 parent 10648d0 commit 7b46fb8

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "Transport data science container",
3+
// Use pre-built image by default:
4+
"image": "ghcr.io/itsleeds/tds",
5+
// Uncomment the build section below and comment out "image" above to rebuild from ../Dockerfile
6+
// "build": {
7+
// "dockerfile": "../Dockerfile"
8+
// },
9+
"customizations": {
10+
"vscode": {
11+
"extensions": [
12+
"reditorsupport.r",
13+
"GitHub.copilot-chat",
14+
"quarto.quarto",
15+
"ms-python.python",
16+
"ms-toolsai.jupyter"
17+
]
18+
}
19+
}
20+
}

0 commit comments

Comments
 (0)