Skip to content

Commit 26334a5

Browse files
committed
add plain xml to text mime types
1 parent 452d2d0 commit 26334a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/positronNotebook/browser/notebookMimeUtils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export const IMAGE_MIME_TYPES = [
2424
export const TEXT_BASED_MIME_TYPES = [
2525
'text/latex',
2626
'text/html',
27+
'application/xml',
2728
'application/vnd.code.notebook.error',
2829
'application/vnd.code.notebook.stdout',
2930
'application/x.notebook.stdout',

0 commit comments

Comments
 (0)