mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-06 14:54:55 -05:00
Ingest repo (C# only) (#7)
* ingest WIP function * ingest WIP * analyze WIP * WIP * ingester WIP * ingester WIP * ingester WIP * fix github download * working ingester
This commit is contained in:
@@ -10,7 +10,16 @@
|
||||
"ghcr.io/devcontainers/features/azure-cli:1": {},
|
||||
"ghcr.io/devcontainers/features/common-utils:2": {},
|
||||
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
|
||||
"ghcr.io/azure/azure-dev/azd:latest": {}
|
||||
"ghcr.io/azure/azure-dev/azd:latest": {},
|
||||
"ghcr.io/devcontainers/features/node:1": {
|
||||
"nodeGypDependencies": true,
|
||||
"version": "18",
|
||||
"nvmVersion": "latest"
|
||||
},
|
||||
"ghcr.io/azure/azure-dev/azd:0": {
|
||||
"version": "stable"
|
||||
},
|
||||
"ghcr.io/jlaundry/devcontainer-features/azure-functions-core-tools:1": {}
|
||||
},
|
||||
"postCreateCommand": "bash .devcontainer/startup.sh",
|
||||
"hostRequirements": {
|
||||
|
||||
Reference in New Issue
Block a user