提交 2854996c 编写于 作者: R rebornix

fix #19160. Explain restriction of formatters for formatOnPaste

上级 9b5aa6ec
......@@ -672,7 +672,7 @@ const editorConfiguration: IConfigurationNode = {
'editor.formatOnPaste': {
'type': 'boolean',
'default': DefaultConfig.editor.formatOnPaste,
'description': nls.localize('formatOnPaste', "Controls if the editor should automatically format the pasted content")
'description': nls.localize('formatOnPaste', "Controls if the editor should automatically format the pasted content. A formatter must be available and the formatter should be able to format a range in a document.")
},
'editor.suggestOnTriggerCharacters': {
'type': 'boolean',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册