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