Skip to content

Commit 9b099b5

Browse files
authored
Merge pull request microsoft#180580 from microsoft/aamunger/accessibilityMimeTypes
prioritize images over text in accessiblity mode
2 parents f92df53 + 1175e47 commit 9b099b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/notebook/common/notebookCommon.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ export const ACCESSIBLE_NOTEBOOK_DISPLAY_ORDER: readonly string[] = [
5757
Mimes.latex,
5858
Mimes.markdown,
5959
'application/json',
60-
Mimes.text,
6160
'text/html',
6261
'image/svg+xml',
6362
'image/png',
6463
'image/jpeg',
64+
Mimes.text,
6565
];
6666

6767
/**

0 commit comments

Comments
 (0)