From 3ab1d9deceb416d19b754b4e945d302150b4bad3 Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Wed, 25 Feb 2026 16:32:20 +1100 Subject: [PATCH] Update website/src/scripts/utils.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- website/src/scripts/utils.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/src/scripts/utils.ts b/website/src/scripts/utils.ts index 6ea97853..33eedaab 100644 --- a/website/src/scripts/utils.ts +++ b/website/src/scripts/utils.ts @@ -15,6 +15,10 @@ const VSCODE_INSTALL_CONFIG: Record< baseUrl: "https://aka.ms/awesome-copilot/install/instructions", scheme: "chat-instructions", }, + instruction: { + baseUrl: "https://aka.ms/awesome-copilot/install/instructions", + scheme: "chat-instructions", + }, agent: { baseUrl: "https://aka.ms/awesome-copilot/install/agent", scheme: "chat-agent",