Fix #42979. Turn off globalFindClipboar for macOS by default.

This commit is contained in:
Peng Lyu
2018-02-05 11:14:31 -08:00
parent 9b3870432b
commit e34fe5aae0
+1 -1
View File
@@ -2280,7 +2280,7 @@ export const EDITOR_DEFAULTS: IValidatedEditorOptions = {
find: {
seedSearchStringFromSelection: true,
autoFindInSelection: false,
globalFindClipboard: true
globalFindClipboard: false
},
colorDecorators: true,
lightbulbEnabled: true