Skip to content

Commit 18c816c

Browse files
AntoineDaoMingboPeng
authored andcommitted
chore(dev): add python debugger to devcontainer
1 parent 40c9e33 commit 18c816c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@
1414
// Set *default* container specific settings.json values on container create.
1515
"settings": {},
1616
// Add the IDs of extensions you want installed when the container is created.
17-
"extensions": ["ms-dotnettools.csharp", "eamodio.gitlens"],
17+
"extensions": [
18+
"ms-dotnettools.csharp",
19+
"eamodio.gitlens",
20+
"ms-python.python"
21+
],
1822
// Use 'forwardPorts' to make a list of ports inside the container available locally.
1923
// "forwardPorts": [5000, 5001],
2024
// [Optional] To reuse of your local HTTPS dev cert:

0 commit comments

Comments
 (0)