Skip to content

Commit 94cd0e0

Browse files
authored
Add python extension
1 parent 1ff9ef8 commit 94cd0e0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@
1717
},
1818
"onCreateCommand": "pip install -r requirements.txt",
1919
"postCreateCommand": "",
20-
"hostRequirements": {"cpus": 4}
20+
"hostRequirements": {"cpus": 4},
21+
"extensions": [
22+
"ms-python.python"
23+
]
2124
}

0 commit comments

Comments
 (0)