提交 e34fe5aa 编写于 作者: P Peng Lyu

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

上级 9b387043
...@@ -2280,7 +2280,7 @@ export const EDITOR_DEFAULTS: IValidatedEditorOptions = { ...@@ -2280,7 +2280,7 @@ export const EDITOR_DEFAULTS: IValidatedEditorOptions = {
find: { find: {
seedSearchStringFromSelection: true, seedSearchStringFromSelection: true,
autoFindInSelection: false, autoFindInSelection: false,
globalFindClipboard: true globalFindClipboard: false
}, },
colorDecorators: true, colorDecorators: true,
lightbulbEnabled: true lightbulbEnabled: true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册