Skip to content

Commit 265e588

Browse files
committed
.devcontainer extensions (dont include in PR)
1 parent f496acf commit 265e588

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.devcontainer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
// Add the IDs of extensions you want installed when the container is created in the array below.
2424
"extensions": [
2525
"ms-python.python",
26-
"ms-vscode.cpptools"
26+
"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"
2733
]
2834
}

note.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
python -m pip install -ve . --no-build-isolation --config-settings editable-verbose=true

0 commit comments

Comments
 (0)