Commit a9bef04
committed
chat: fix dropdown action order to match default
- Reorders dropdown actions to show queue/steer (the default actions) before stop and send (destructive action)
- Marks the configured default action as checked so it's focused when the dropdown opens with keyboard
- This ensures the dropdown pre-selection matches the action that would be triggered by pressing Enter
Fixes #297559
(Commit message generated by Copilot)1 parent ac857d4 commit a9bef04
File tree
1 file changed
+5
-1
lines changed- src/vs/workbench/contrib/chat/browser/widget/input
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| 162 | + | |
| 163 | + | |
162 | 164 | | |
163 | 165 | | |
164 | 166 | | |
165 | 167 | | |
166 | 168 | | |
| 169 | + | |
167 | 170 | | |
168 | 171 | | |
169 | 172 | | |
| |||
179 | 182 | | |
180 | 183 | | |
181 | 184 | | |
| 185 | + | |
182 | 186 | | |
183 | 187 | | |
184 | 188 | | |
| |||
204 | 208 | | |
205 | 209 | | |
206 | 210 | | |
207 | | - | |
| 211 | + | |
208 | 212 | | |
209 | 213 | | |
210 | 214 | | |
| |||
0 commit comments