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

Fix #40183. GlobalFindClipboard option should only show on macOS.

上级 19e590a6
......@@ -293,7 +293,8 @@ const editorConfiguration: IConfigurationNode = {
'editor.find.globalFindClipboard': {
'type': 'boolean',
'default': EDITOR_DEFAULTS.contribInfo.find.globalFindClipboard,
'description': nls.localize('find.globalFindClipboard', "Controls if the Find Widget should read or modify the shared find clipboard on macOS")
'description': nls.localize('find.globalFindClipboard', "Controls if the Find Widget should read or modify the shared find clipboard on macOS"),
'included': platform.isMacintosh
},
'editor.wordWrap': {
'type': 'string',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册