Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Installs the provided version of Python, as well as PIPX, and other common Pytho

- `ms-python.python`
- `ms-python.vscode-pylance`
- `ms-python.autopep8`



Expand Down
10 changes: 3 additions & 7 deletions src/python/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,24 +73,20 @@
"vscode": {
"extensions": [
"ms-python.python",
"ms-python.vscode-pylance",
"ms-python.autopep8"
"ms-python.vscode-pylance"
],
"settings": {
"github.copilot.chat.codeGeneration.instructions": [
{
"text": "This dev container includes `python3` and `pip3` pre-installed and available on the `PATH`, along with the Python language extensions for Python development."
}
],
"python.defaultInterpreterPath": "/usr/local/python/current/bin/python",
"[python]": {
"editor.defaultFormatter": "ms-python.autopep8"
}
"python.defaultInterpreterPath": "/usr/local/python/current/bin/python"
}
}
},
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils",
"ghcr.io/devcontainers/features/oryx"
]
}
}