From 3c2bedcf622a045c8f2c231eccfceb58a14e7546 Mon Sep 17 00:00:00 2001 From: Ddaahhvveedd <149769344+Ddaahhvveedd@users.noreply.github.com> Date: Thu, 21 Dec 2023 17:16:45 -0700 Subject: [PATCH] Create devcontainer.json --- .devcontainer/devcontainer.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..7b4f678 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,9 @@ +{ + // Name this configuration + "name": "Codespace for Skills!", + // Use the base codespace image + "image": "mcr.microsoft.com/vscode/devcontainers/universal:latest", + + "remoteUser": "codespace", + "overrideCommand": false +}