Skip to content

Cannot install feature, outputs minified JS in output #3

@sr229

Description

@sr229

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions