Skip to content

Commit

Permalink
devcontainer: Add VS Code extension 'Python'
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Reichl <thetredev@gmail.com>
  • Loading branch information
thetredev committed Oct 8, 2023
1 parent feed1f8 commit 17a83ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"vscode": {
"extensions": [
"golang.Go",
"yzhang.markdown-all-in-one"
"yzhang.markdown-all-in-one",
"ms-python.python"
],
"settings": {
"telemetry.telemetryLevel": "off",
Expand Down

0 comments on commit 17a83ee

Please sign in to comment.