diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d53afc6..7214511 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,4 +6,17 @@ "remoteUser": "codespace", "overrideCommand": false -} \ No newline at end of file + , + // 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