Commit 363b279
committed
fix(amazonq): Remove the 'Cancel' button on LSP download
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.
---
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.
Signed-off-by: nkomonen-amazon <[email protected]>1 parent dfd9406 commit 363b279
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