Update website/src/scripts/utils.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Aaron Powell
2026-02-25 16:32:20 +11:00
committed by GitHub
parent 83aed9e974
commit 3ab1d9dece

View File

@@ -15,6 +15,10 @@ const VSCODE_INSTALL_CONFIG: Record<
baseUrl: "https://aka.ms/awesome-copilot/install/instructions", baseUrl: "https://aka.ms/awesome-copilot/install/instructions",
scheme: "chat-instructions", scheme: "chat-instructions",
}, },
instruction: {
baseUrl: "https://aka.ms/awesome-copilot/install/instructions",
scheme: "chat-instructions",
},
agent: { agent: {
baseUrl: "https://aka.ms/awesome-copilot/install/agent", baseUrl: "https://aka.ms/awesome-copilot/install/agent",
scheme: "chat-agent", scheme: "chat-agent",