This commit is contained in:
parent
9d88fe880d
commit
ba25e1bce3
|
@ -30,7 +30,7 @@ module.exports = {
|
||||||
title: "Beautify Entire File On Save"
|
title: "Beautify Entire File On Save"
|
||||||
type : 'boolean'
|
type : 'boolean'
|
||||||
default : true
|
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 :
|
muteUnsupportedLanguageErrors :
|
||||||
title: "Mute Unsupported Language Errors"
|
title: "Mute Unsupported Language Errors"
|
||||||
type : 'boolean'
|
type : 'boolean'
|
||||||
|
|
Loading…
Reference in New Issue