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 f4506d5 commit c2d298bCopy full SHA for c2d298b
.devcontainer/devcontainer.json
@@ -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
0 commit comments