From 79b27d32a8bd54750a0d92c51c7252b4a08ded5e Mon Sep 17 00:00:00 2001 From: hbrooks Date: Wed, 20 Dec 2023 15:14:12 -0500 Subject: [PATCH] . --- .devcontainer/devcontainer.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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.