diff --git a/src/vs/editor/common/config/commonEditorConfig.ts b/src/vs/editor/common/config/commonEditorConfig.ts index 07cf9ba6f1348cec08c34862b12df1c6e4eaf24e..d7ef61464910d1eac8a369be42b13181f8d557f6 100644 --- a/src/vs/editor/common/config/commonEditorConfig.ts +++ b/src/vs/editor/common/config/commonEditorConfig.ts @@ -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',