mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-19 05:57:12 +01:00
Disable doubleClickToSwitchToEditor and markEditorSelection by default
Fixes #314587
This commit is contained in:
@@ -741,7 +741,7 @@
|
||||
},
|
||||
"markdown.preview.markEditorSelection": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"default": false,
|
||||
"description": "%markdown.preview.markEditorSelection.desc%",
|
||||
"scope": "resource"
|
||||
},
|
||||
@@ -753,7 +753,7 @@
|
||||
},
|
||||
"markdown.preview.doubleClickToSwitchToEditor": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"default": false,
|
||||
"description": "%markdown.preview.doubleClickToSwitchToEditor.desc%",
|
||||
"scope": "resource"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user