30 lines
702 B
JSON
30 lines
702 B
JSON
{
|
|
"image": "mcr.microsoft.com/devcontainers/python:3.12",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/azure-cli:1": {},
|
|
"ghcr.io/devcontainers/features/node:1": {
|
|
"version": "lts"
|
|
},
|
|
"ghcr.io/devcontainers/features/dotnet:2": {
|
|
"version": "10.0"
|
|
}
|
|
},
|
|
"hostRequirements": {
|
|
"cpus": 4
|
|
},
|
|
"waitFor": "onCreateCommand",
|
|
"updateContentCommand": "python3 -m pip install -r requirements.txt",
|
|
"postCreateCommand": "",
|
|
"customizations": {
|
|
"codespaces": {
|
|
"openFiles": []
|
|
},
|
|
"vscode": {
|
|
"extensions": [
|
|
"ms-toolsai.jupyter",
|
|
"ms-python.python",
|
|
"ms-dotnettools.dotnet-interactive-vscode"
|
|
]
|
|
}
|
|
}
|
|
} |