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 5aa7412 commit 09cf2f8Copy full SHA for 09cf2f8
.devcontainer/devcontainer.json
@@ -0,0 +1,13 @@
1
+{
2
+ "name": "Vitessce Python Dev",
3
+ "image": "mcr.microsoft.com/devcontainers/python:3.12",
4
+ "postCreateCommand": "pip install uv && uv sync --extra dev --extra docs --extra all",
5
+ "customizations": {
6
+ "vscode": {
7
+ "extensions": [
8
+ "ms-python.python",
9
+ "ms-python.vscode-pylance"
10
+ ]
11
+ }
12
13
+}
0 commit comments