From 2dc123b02e87a7537d549c99fcce42f812b3e72c Mon Sep 17 00:00:00 2001 From: Dharshan G <152047925+G-Dharshan211@users.noreply.github.com> Date: Mon, 5 May 2025 21:58:16 +0530 Subject: [PATCH] Create devcontainer.json --- .devcontainer/devcontainer.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 00000000..0dfd9b25 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,11 @@ +{ + //Name this configuration +"name":"Codespace for Skills!", + "customizations":{ + "vscode":{ + "extension":[ + "GitHub.copilot" + ] + } + } +}