Skip to content

Commit a33cf1b

Browse files
authored
Merge pull request microsoft#191829 from microsoft/aamunger/copyOutput
allow more output mime types to be copied
2 parents faa42cb + 6e058e5 commit a33cf1b

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)