Skip to content

Commit

Permalink
Chore: Update .devcontainer configuration
Browse files Browse the repository at this point in the history
- Remove Python 3.10 version specifier from `.devcontainer/devcontainer.json`
- Remove `ms-azuretools.vscode-docker` extension from `.devcontainer/devcontainer.json`
- Remove Python interpreter path setting from `.devcontainer/devcontainer.json`
- Remove `pip install -r requirements.txt` from `.devcontainer/devcontainer.json` postCreateCommand
  • Loading branch information
xdanger committed Dec 7, 2023
1 parent fcc8ba5 commit b7013f1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,7 @@
// "ghcr.io/devcontainers/features/oryx:1": {},
// "ghcr.io/devcontainers/features/php:1": {},
// "ghcr.io/devcontainers/features/powershell:1": {},
// "ghcr.io/devcontainers/features/python:1": {
// "version": "3.10",
// "installPath": "/usr/local/python",
// "optimize": true
// },
// "ghcr.io/devcontainers/features/python:1": {},
// "ghcr.io/devcontainers/features/ruby:1": {},
// "ghcr.io/devcontainers/features/rust:1": {},
"ghcr.io/devcontainers/features/sshd:1": {},
Expand All @@ -66,7 +62,6 @@
"extensions": [
"GitHub.copilot",
// "eg2.vscode-npm-script",
// "ms-azuretools.vscode-docker",
// "ms-python.python",
// "ms-python.pylint",
// "ms-python.flake8",
Expand Down

0 comments on commit b7013f1

Please sign in to comment.