Add VS Code Python extension to devcontainer configuration
This commit is contained in:
@@ -7,6 +7,13 @@
|
||||
|
||||
"containerEnv": {
|
||||
"OLLAMA_HOST": "ollama:11434"
|
||||
},
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"ms-python.python"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user