Skip to content

Commit 13806bb

Browse files
committed
Add extensions to top level of devcontainer
1 parent 65dd471 commit 13806bb

1 file changed

Lines changed: 7 additions & 13 deletions

File tree

.devcontainer.json

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
{
22
"image": "ghcr.io/geocompx/python",
33
// "forwardPorts": [3000],
4-
"customizations": {
5-
// Configure properties specific to VS Code.
6-
"vscode": {
7-
// Add the IDs of extensions you want installed when the container is created.
8-
"extensions": [
9-
"quarto.quarto",
10-
"ms-python.vscode-pylance",
11-
"ms-python.python",
12-
"ms-toolsai.jupyter"
13-
]
14-
}
15-
}
16-
}
4+
"extensions": [
5+
"quarto.quarto",
6+
"ms-python.vscode-pylance",
7+
"ms-python.python",
8+
"ms-toolsai.jupyter"
9+
]
10+
}

0 commit comments

Comments
 (0)