diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a165aff..0ddd72f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -13,7 +13,7 @@ // Features to add to the dev container. More info: https://containers.dev/features. "features": { "ghcr.io/devcontainers/features/git:1": {}, - "ghcr.io/ellipsis-dev/devcontainer/cli:0.2.1": {} // This adds the Ellipsis CLI + "ghcr.io/ellipsis-dev/devcontainer/cli:0.2.2": {} // This adds the Ellipsis CLI }, // Use 'forwardPorts' to make a list of ports inside the container available locally. @@ -32,11 +32,6 @@ } }, "postStartCommand": "nohup bash -c 'ellipsis listener start . &'", // This allows Ellipsis to write file changes in the codespace. - - "remoteEnv": { - // Present because this repository is for internal testing. - "ELLIPSIS_API_URL": "https://bitbuilder-beta.up.railway.app" - }, // TODO can't get the yarn install within Dockerfile to show up in dev container. // This also seems to be what the Microsoft example devcontainers do.