Skip to content

Commit 26fdfc6

Browse files
authored
move accessible diff view above status actions (microsoft#205538)
1 parent 7329258 commit 26fdfc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/inlineChat/browser/inlineChatWidget.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,13 +179,13 @@ export class InlineChatWidget {
179179
h('div.messageActions@messageActions')
180180
]),
181181
h('div.followUps.hidden@followUps'),
182+
h('div.accessibleViewer@accessibleViewer'),
182183
h('div.status@status', [
183184
h('div.label.info.hidden@infoLabel'),
184185
h('div.actions.hidden@statusToolbar'),
185186
h('div.label.status.hidden@statusLabel'),
186187
h('div.actions.hidden@feedbackToolbar'),
187188
]),
188-
h('div.accessibleViewer@accessibleViewer')
189189
]
190190
);
191191

0 commit comments

Comments
 (0)