From 2a85fceaa0765763cb385e9abfb877ba08d79cba Mon Sep 17 00:00:00 2001 From: suvinad <101358353+suvinad@users.noreply.github.com> Date: Fri, 4 Oct 2024 17:53:20 +0530 Subject: [PATCH] Create githubCopilot.json --- githubCopilot.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 githubCopilot.json diff --git a/githubCopilot.json b/githubCopilot.json new file mode 100644 index 0000000..a0879dd --- /dev/null +++ b/githubCopilot.json @@ -0,0 +1,12 @@ +.devcontainer/devcontainer.json +{ + // Name this configuration + "name": "Codespace for Skills!", + "customizations": { + "vscode": { + "extensions": [ + "GitHub.copilot" + ] + } + } +}