Skip to content

Commit fa6b0a2

Browse files
committed
[dev] add devcontainer
1 parent bf5301e commit fa6b0a2

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "MolCrafts - molpy",
3+
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
4+
"features": {
5+
"ghcr.io/molcrafts/features/utils:latest": {},
6+
"ghcr.io/molcrafts/features/miniforge": {}
7+
},
8+
"customizations": {
9+
"vscode": {
10+
"extensions": [
11+
"ms-python.python",
12+
"ms-python.black-formatter",
13+
"ms-python.isort",
14+
"njpwerner.autodocstring"
15+
]
16+
}
17+
},
18+
"remoteUser": "root"
19+
}

0 commit comments

Comments
 (0)