From aa7a9c58bf6db1e070511e2848daa54047e29f46 Mon Sep 17 00:00:00 2001 From: AvanBerne <65162093+AvanBerne@users.noreply.github.com> Date: Tue, 9 Apr 2024 16:44:09 +0200 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7b4f678..f5bbb89 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,5 +5,18 @@ "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" + ] + } + } }