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 f496acf commit 265e588Copy full SHA for 265e588
.devcontainer.json
@@ -23,6 +23,12 @@
23
// Add the IDs of extensions you want installed when the container is created in the array below.
24
"extensions": [
25
"ms-python.python",
26
- "ms-vscode.cpptools"
+ "ms-vscode.cpptools",
27
+ "ms-python.vscode-pylance",
28
+ "ms-python.debugpy",
29
+ "mechatroner.rainbow-csv",
30
+ "donjayamanne.githistory",
31
+ "eamodio.gitlens",
32
+ "mhutchie.git-graph"
33
]
34
}
note.txt
@@ -0,0 +1 @@
1
+python -m pip install -ve . --no-build-isolation --config-settings editable-verbose=true
0 commit comments