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:
@@ -337,6 +337,8 @@ install_copilot() {
|
|||||||
done
|
done
|
||||||
ok "Copilot: $count agents -> $dest_github"
|
ok "Copilot: $count agents -> $dest_github"
|
||||||
ok "Copilot: $count agents -> $dest_copilot"
|
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() {
|
install_antigravity() {
|
||||||
|
|||||||
Reference in New Issue
Block a user