Skip to content

Commit f187f20

Browse files
authored
Merge pull request #129 from ByteInternet/codespaces-template
Codespaces template
2 parents c27aaed + c2d298b commit f187f20

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"image": "mcr.microsoft.com/devcontainers/universal:2",
3+
"hostRequirements": {
4+
"cpus": 1
5+
},
6+
"waitFor": "onCreateCommand",
7+
"updateContentCommand": "python3 -m pip install -r requirements/development.txt",
8+
"postCreateCommand": "",
9+
"customizations": {
10+
"codespaces": {
11+
"openFiles": []
12+
},
13+
"vscode": {
14+
"extensions": [
15+
"bierner.markdown-mermaid",
16+
"davidanson.vscode-markdownlint",
17+
"ms-python.python"
18+
]
19+
}
20+
}
21+
}

.devcontainer/icon.png

10.2 KB
Loading

0 commit comments

Comments
 (0)