mirror of
https://github.com/run-llama/llamaindex.net.git
synced 2026-07-01 20:36:58 -04:00
22 lines
716 B
JSON
22 lines
716 B
JSON
{
|
|
"name": "LlamaParse .NET DevContainer",
|
|
"image": "mcr.microsoft.com/devcontainers/base:debian",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/git:1": {},
|
|
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
|
|
"ghcr.io/devcontainers/features/dotnet:2": {
|
|
"version": "8.0"
|
|
}
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"ms-vscode-remote.vscode-remote-extensionpack",
|
|
"ms-azuretools.vscode-docker",
|
|
"ms-dotnettools.csharp",
|
|
"ms-dotnettools.dotnet-interactive-vscode"
|
|
]
|
|
}
|
|
},
|
|
"postCreateCommand": "./.devcontainer/base/configure.sh"
|
|
} |