Add VS Code Python extension to devcontainer configuration

This commit is contained in:
Mikhail Yevchenko
2026-04-01 11:13:44 +00:00
parent 244a624bb9
commit 30ecd60601
+7
View File
@@ -7,6 +7,13 @@
"containerEnv": {
"OLLAMA_HOST": "ollama:11434"
},
"customizations": {
"vscode": {
"extensions": [
"ms-python.python"
]
}
}
}