diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4ff9532..edb9de9 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,6 +7,13 @@ "containerEnv": { "OLLAMA_HOST": "ollama:11434" + }, + "customizations": { + "vscode": { + "extensions": [ + "ms-python.python" + ] + } } }