summaryrefslogtreecommitdiffstats
path: root/.devcontainer/devcontainer.json
diff options
context:
space:
mode:
authorAndrea Censi <acensi@ethz.ch>2022-02-22 13:54:04 +0100
committerAndrea Censi <acensi@ethz.ch>2022-02-22 13:54:04 +0100
commite2dd6011ad2abcec220220f14efdb451c986aea3 (patch)
treee59ddb64dec6f3f6b8a5a3d4c61a224b79324029 /.devcontainer/devcontainer.json
parentfix (diff)
downloadact4e-e2dd6011ad2abcec220220f14efdb451c986aea3.tar.gz
act4e-e2dd6011ad2abcec220220f14efdb451c986aea3.zip
fix
Diffstat (limited to '.devcontainer/devcontainer.json')
-rw-r--r--.devcontainer/devcontainer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 6970d3c..626e731 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -9,7 +9,7 @@
// Update 'VARIANT' to pick a Python version: 3, 3.10, 3.9, 3.8, 3.7, 3.6
// Append -bullseye or -buster to pin to an OS version.
// Use -bullseye variants on local on arm64/Apple Silicon.
- "VARIANT": "3.10",
+ "VARIANT": "3.10-bullseye",
// Options
"NODE_VERSION": "none"
}
@@ -34,6 +34,7 @@
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"ms-python.python",
+ "tht13.html-preview-vscode",
// "ms-python.vscode-pylance"
],