From a4ec4a0d135b808cfecc18f678374ac25dc702d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ki=C3=AAn=20B=C3=B9i?= Date: Sun, 12 Apr 2026 11:25:48 +0700 Subject: [PATCH] fix: add post-install hint for Copilot agent path verification (#224) Adds post-install hint reminding users to verify VS Code chat.agentFilesLocations setting for Copilot agents. --- scripts/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install.sh b/scripts/install.sh index 5a5147a..bb29322 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -337,6 +337,8 @@ install_copilot() { done ok "Copilot: $count agents -> $dest_github" ok "Copilot: $count agents -> $dest_copilot" + warn "Copilot: Verify VS Code setting 'chat.agentFilesLocations' includes your install path." + dim " Open Settings (Ctrl/Cmd+,) -> search 'chat.agentFilesLocations'" } install_antigravity() {