We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c002242 commit da65b02Copy full SHA for da65b02
.devcontainer/devcontainer.json
@@ -0,0 +1,16 @@
1
+{
2
+ "image": "mcr.microsoft.com/devcontainers/python:3.12",
3
+ "hostRequirements": {
4
+ "cpus": 4
5
+ },
6
+ "waitFor": "onCreateCommand",
7
+ "updateContentCommand": "pip install -r requirements.txt -r requirements-dev.txt",
8
+ "customizations": {
9
+ "vscode": {
10
+ "extensions": [
11
+ "ms-python.python"
12
+ ]
13
+ }
14
15
+}
16
+
0 commit comments