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.
This commit is contained in:
Kiên Bùi 2026-04-12 11:25:48 +07:00 committed by GitHub
parent 3eaa0aa2f6
commit a4ec4a0d13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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() {