GAF to add python to the devcontainer
This commit is contained in:
parent
f5fc985be9
commit
ade9944159
@ -7,11 +7,12 @@
|
|||||||
"features": {
|
"features": {
|
||||||
"ghcr.io/devcontainers/features/python:1": {}
|
"ghcr.io/devcontainers/features/python:1": {}
|
||||||
},
|
},
|
||||||
"onCreateCommand": "pip install openai; apt update; apt install git",
|
"onCreateCommand": "pip install openai",
|
||||||
"customizations": {
|
"customizations": {
|
||||||
"vscode": {
|
"vscode": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"pomdtr.secrets"
|
"pomdtr.secrets",
|
||||||
|
"ms-python.python"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user