diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index da9f50e..c4fa487 100755 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,11 +7,12 @@ "features": { "ghcr.io/devcontainers/features/python:1": {} }, - "onCreateCommand": "pip install openai; apt update; apt install git", + "onCreateCommand": "pip install openai", "customizations": { "vscode": { "extensions": [ - "pomdtr.secrets" + "pomdtr.secrets", + "ms-python.python" ] } }