Skip to content

Commit 209135c

Browse files
authored
Merge pull request #238 from oxygen-dioxide/codespace
Add github codespace support
2 parents be8adaf + 8edd57c commit 209135c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "chempy",
3+
"image": "mcr.microsoft.com/devcontainers/python:1-3.13",
4+
"features": {},
5+
"postCreateCommand": "pip install -e '.[testing]'",
6+
"customizations": {
7+
"vscode": {
8+
"extensions": [
9+
"hbenl.vscode-test-explorer",
10+
"ms-python.python"
11+
]
12+
}
13+
}
14+
}

0 commit comments

Comments
 (0)