Skip to content

Commit

Permalink
👌 IMPROVE: updated devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
unl0ck committed Aug 12, 2024
1 parent db1cef2 commit e2db90c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"containerEnv": {
"WORKSPACE_DIRECTORY": "${containerWorkspaceFolder}"
},
"extensions": ["timonwong.shellcheck", "esbenp.prettier-vscode","ahmadawais.emoji-log-vscode","GitHub.copilot","ms-python.python","ms-python.debugpy","ms-python.vscode-pylance","donjayamanne.githistory"],
"extensions": ["timonwong.shellcheck", "esbenp.prettier-vscode","ahmadawais.emoji-log-vscode","GitHub.copilot","ms-python.python","ms-python.debugpy","ms-python.vscode-pylance","donjayamanne.githistory","GitHub.copilot"],
"mounts": ["type=volume,target=/var/lib/docker"],
"settings": {
"terminal.integrated.profiles.linux": {
Expand All @@ -23,5 +23,5 @@
"files.trimTrailingWhitespace": true
},
// Führt Befehle innerhalb des Containers aus, nachdem er erstellt wurde, aber bevor er gestartet wird
"postCreateCommand": "apt-get install python3 python3-pip python3-venv -y"
"postCreateCommand": "apt-get install python3 python3-pip python3-venv python-is-python3 jq yq -y"
}

0 comments on commit e2db90c

Please sign in to comment.