GAF to add python to the devcontainer

This commit is contained in:
adamoutler 2023-02-05 21:56:12 +00:00
parent f5fc985be9
commit ade9944159

View File

@ -7,11 +7,12 @@
"features": { "features": {
"ghcr.io/devcontainers/features/python:1": {} "ghcr.io/devcontainers/features/python:1": {}
}, },
"onCreateCommand": "pip install openai; apt update; apt install git", "onCreateCommand": "pip install openai",
"customizations": { "customizations": {
"vscode": { "vscode": {
"extensions": [ "extensions": [
"pomdtr.secrets" "pomdtr.secrets",
"ms-python.python"
] ]
} }
} }