[PR #18234] Add a timeout for getting suggestions from the LMProvider #31481

Open
opened 2026-01-31 09:47:32 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/18234

State: open
Merged: No


Summary of the Pull Request

  • Each LM provider implements a timeout now for operations that may take too long (the http request for all 3 of them, and additionally the reauthentication request for Github Copilot)
  • The Extension Palette implements a longer timeout in case any LM provider misbehaves

Validation Steps Performed

User receives an error message if operations take too long

PR Checklist

  • Closes #xxx
  • Tests added/passed
  • Documentation updated
    • If checked, please file a pull request on our docs repo and link it here: #xxx
  • Schema updated (if necessary)
**Original Pull Request:** https://github.com/microsoft/terminal/pull/18234 **State:** open **Merged:** No --- ## Summary of the Pull Request - Each LM provider implements a timeout now for operations that may take too long (the http request for all 3 of them, and additionally the reauthentication request for Github Copilot) - The Extension Palette implements a longer timeout in case any LM provider misbehaves ## Validation Steps Performed User receives an error message if operations take too long ## PR Checklist - [ ] Closes #xxx - [ ] Tests added/passed - [ ] Documentation updated - If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/terminal) and link it here: #xxx - [ ] Schema updated (if necessary)
claunia added the pull-request label 2026-01-31 09:47:32 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#31481