Skip to content

Commit 7be3e7c

Browse files
added editor.copyWithSyntaxHighlighting
Signed-off-by: ivan katliarchuk <[email protected]>
1 parent 6ef1d69 commit 7be3e7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,5 +400,6 @@
400400
"gitlens.views.searchAndCompare.files.layout": "tree",
401401
"gitlens.views.repositories.showUpstreamStatus": false,
402402
"workbench.editor.tabActionLocation": "right",
403-
"workbench.editor.showTabs": "multiple"
403+
"workbench.editor.showTabs": "multiple",
404+
"editor.copyWithSyntaxHighlighting": "false"
404405
}

0 commit comments

Comments
 (0)