Commit 2f103ff
authored
fix(amazonq): Remove the 'Cancel' button on LSP download (aws#7184)
Just remove the 'Cancel' button for now when downloading the language
server. We do not want to deal with the edge case of a user cancelling
part way and then their Q features don't work since it depends on the
language server.
<img width="402" alt="Screenshot 2025-04-28 at 12 18 54 PM"
src="https://github.com/user-attachments/assets/96d53b34-b12a-4d96-a761-c4600f12486a"
/>
---
TODO: Figure out a better solution for allowing users to cancel the LS
download, but then making it easy to download again if they eventually
want it. We will also need to design it so they are aware that
cancelling will prevent Q features from working.
This will require an update to the spec.
---
- 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.
Signed-off-by: nkomonen-amazon <[email protected]>1 parent dfd9406 commit 2f103ff
File tree
2 files changed
+12
-3
lines changed2 files changed
+12
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
109 | | - | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
110 | 119 | | |
111 | 120 | | |
112 | 121 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
| 239 | + | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| |||
0 commit comments