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)
creation.log
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)
creation.log