Skip to content

Commit 6e058e5

Browse files
committed
allow more output mime types to be copied
1 parent e2d858e commit 6e058e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/vs/workbench/contrib/notebook/browser/contrib/clipboard/cellOutputClipboard.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,7 @@ export const TEXT_BASED_MIMETYPES = [
6161
'application/x.notebook.stream',
6262
'application/vnd.code.notebook.stderr',
6363
'application/x.notebook.stderr',
64-
'text/plain'
64+
'text/plain',
65+
'text/markdown',
66+
'application/json'
6567
];

0 commit comments

Comments
 (0)