We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65dd471 commit 13806bbCopy full SHA for 13806bb
1 file changed
.devcontainer.json
@@ -1,16 +1,10 @@
1
{
2
"image": "ghcr.io/geocompx/python",
3
// "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
+ "extensions": [
+ "quarto.quarto",
+ "ms-python.vscode-pylance",
+ "ms-python.python",
+ "ms-toolsai.jupyter"
+ ]
+}
0 commit comments