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 40c9e33 commit 18c816cCopy full SHA for 18c816c
.devcontainer/devcontainer.json
@@ -14,7 +14,11 @@
14
// Set *default* container specific settings.json values on container create.
15
"settings": {},
16
// Add the IDs of extensions you want installed when the container is created.
17
- "extensions": ["ms-dotnettools.csharp", "eamodio.gitlens"],
+ "extensions": [
18
+ "ms-dotnettools.csharp",
19
+ "eamodio.gitlens",
20
+ "ms-python.python"
21
+ ],
22
// Use 'forwardPorts' to make a list of ports inside the container available locally.
23
// "forwardPorts": [5000, 5001],
24
// [Optional] To reuse of your local HTTPS dev cert:
0 commit comments