From efa5bcfb44faccf7be96660f564e5297fc880f21 Mon Sep 17 00:00:00 2001 From: ValkScripter <161381539+ValkScripter@users.noreply.github.com> Date: Fri, 6 Dec 2024 12:57:05 +0100 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 +}