We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7895aff + 746d276 commit 0c4e53aCopy full SHA for 0c4e53a
1 file changed
.devcontainer/devcontainer.json
@@ -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