chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user