We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10648d0 commit 7b46fb8Copy full SHA for 7b46fb8
.devcontainer/devcontainer.json
@@ -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