From d0bcc226ba15bf322ae18736994b5d9b9ff8babf Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Wed, 28 Jan 2026 19:45:22 +1100 Subject: [PATCH] feat: add VS Code and VS Code Insiders install buttons - Fix VS Code install URL format to match README links - Add separate buttons for VS Code and VS Code Insiders - Support install links for agents, prompts, and instructions - Add VS Code icon SVG to buttons --- website/public/data/manifest.json | 2 +- website/src/components/Modal.astro | 12 +++++++--- website/src/scripts/modal.ts | 16 +++++++++++--- website/src/scripts/utils.ts | 35 ++++++++++++++++++++++-------- 4 files changed, 49 insertions(+), 16 deletions(-) diff --git a/website/public/data/manifest.json b/website/public/data/manifest.json index baa7a135..6ba6bacd 100644 --- a/website/public/data/manifest.json +++ b/website/public/data/manifest.json @@ -1,5 +1,5 @@ { - "generated": "2026-01-28T06:07:56.175Z", + "generated": "2026-01-28T08:38:48.985Z", "counts": { "agents": 140, "prompts": 134, diff --git a/website/src/components/Modal.astro b/website/src/components/Modal.astro index 0e9ca358..560b3e04 100644 --- a/website/src/components/Modal.astro +++ b/website/src/components/Modal.astro @@ -15,10 +15,16 @@ Copy - - + + - Install + VS Code + + + + + + Insiders