You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(amazonq): user cancellable lsp download (#6573)
## Problem
the cancellation button on notification doesn't actually stop the LSP
download
## Solution
Route the notification timeout into `httpResourceFetcher` call, so that
the user cancellation event stops the download as well.
Demo: non-cancelled and cancelled downloads:
https://github.com/user-attachments/assets/4f3d4ed0-635a-4f88-aef7-ee62e87bfc83
---
- Treat all work as PUBLIC. Private `feature/x` branches will not be
squash-merged at release time.
- Your code changes must meet the guidelines in
[CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines).
- License: I confirm that my contribution is made under the terms of the
Apache 2.0 license.
---------
Co-authored-by: tomzu <[email protected]>
0 commit comments