Skip to content

Commit 240a22b

Browse files
authored
Create devcontainer.json (#467)
1 parent 5aa7412 commit 240a22b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)