From e34fe5aae01f4dcf8a4be4a2164ae9cc325340bd Mon Sep 17 00:00:00 2001 From: Peng Lyu Date: Mon, 5 Feb 2018 11:14:31 -0800 Subject: [PATCH] Fix #42979. Turn off globalFindClipboar for macOS by default. --- src/vs/editor/common/config/editorOptions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/editor/common/config/editorOptions.ts b/src/vs/editor/common/config/editorOptions.ts index f92847452e1..cf543159fa5 100644 --- a/src/vs/editor/common/config/editorOptions.ts +++ b/src/vs/editor/common/config/editorOptions.ts @@ -2280,7 +2280,7 @@ export const EDITOR_DEFAULTS: IValidatedEditorOptions = { find: { seedSearchStringFromSelection: true, autoFindInSelection: false, - globalFindClipboard: true + globalFindClipboard: false }, colorDecorators: true, lightbulbEnabled: true