change formatOnPase default, fixed 28176

This commit is contained in:
kieferrm 2017-06-07 10:29:04 -07:00
parent c47b702fa5
commit fed8544b4f

View file

@ -2143,7 +2143,7 @@ export const EDITOR_DEFAULTS: IValidatedEditorOptions = {
parameterHints: true,
iconsInSuggestions: true,
formatOnType: false,
formatOnPaste: true,
formatOnPaste: false,
suggestOnTriggerCharacters: true,
acceptSuggestionOnEnter: 'on',
acceptSuggestionOnCommitCharacter: true,