diff --git a/src/config.coffee b/src/config.coffee index ee69344..fea5262 100644 --- a/src/config.coffee +++ b/src/config.coffee @@ -30,7 +30,7 @@ module.exports = { title: "Beautify Entire File On Save" type : 'boolean' default : true - description : "When beautifying on save, use the entire file, even if there is selected text in the editor" + description : "When beautifying on save, use the entire file, even if there is selected text in the editor. Important: The `beautify on save` option for the specific language must be enabled for this to be applicable. This option is not `beautify on save`." muteUnsupportedLanguageErrors : title: "Mute Unsupported Language Errors" type : 'boolean'