-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
It seems I cannot use the devcontainer feature in GitHub Codespaces. Tried looking at the creation log but the error only spewed out minified JS.
Minimal reproduction sample
{
"name": "TestRepro",
"image": "mcr.microsoft.com/devcontainers/base:debian",
"features": {
"ghcr.io/codesandbox/devcontainer-features/codesandbox:latest": {},
"ghcr.io/devcontainers/features/common-utils:2": {
"upgradePackages": true
},
"ghcr.io/devcontainers-community/features/dart-sdk": {}
},
"customizations": {
"vscode": {
"extensions": [
"Dart-Code.dart-code"
]
}
}
}
Creation Log (From GitHub Codespaces)
kevin-sakemaer, phorcys420, nex3 and Lexedia
Metadata
Metadata
Assignees
Labels
No labels