Skip to content

Commit 0c4e53a

Browse files
authored
Merge pull request #36 from ScrappyCocco/ScrappyCocco-devcontainer
Create devcontainer.json to test default codespace environment
2 parents 7895aff + 746d276 commit 0c4e53a

File tree

1 file changed

+21
-0
lines changed

1 file 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+
"name":"howlongtobeatpy-devcontainer",
3+
"image":"mcr.microsoft.com/devcontainers/python:3.9",
4+
"features":{
5+
6+
},
7+
"customizations":{
8+
"vscode":{
9+
"settings":{
10+
11+
},
12+
"extensions":[
13+
"ms-python.python",
14+
"ms-python.debugpy",
15+
"ms-python.vscode-pylance",
16+
"ms-python.pylint"
17+
]
18+
}
19+
},
20+
"postCreateCommand":"pip3 install -r pytest"
21+
}

0 commit comments

Comments
 (0)