From 969a5680650c0f125efa9d608c72463dc1ed8b73 Mon Sep 17 00:00:00 2001 From: Liszet <45173257+Liszet@users.noreply.github.com> Date: Wed, 27 Dec 2023 13:29:32 +0000 Subject: [PATCH] Updated the devcontainer.json --- .devcontainer/devcontainer.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e83a2da..bdcd27a 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,5 +5,19 @@ "image": "mcr.microsoft.com/vscode/devcontainers/universal:latest", "remoteUser": "codespace", - "overrideCommand": false + "overrideCommand": false, + + // Add the IDs of extensions you want installed when the container is created + "customizations": { + "vscode": { + "extensions": [ + "GitHub.Copilot" + ] + }, + "codespaces": { + "openFiles": [ + "codespace.md" + ] + } + } } \ No newline at end of file