Closed evanwarner closed 7 years ago
Yeah, this messes up the awesome prettier extension as well, i am disabling this extension until this gets fixed!
@MarkSMT You can just set "multiclip.formatAfterPaste": false
for the time being!
@evanwarner Thx!
multiclip.formatAfterPaste
will be disabled by default, for now.
I may revisit replicating editor.formatOnPaste
later.
You should add the
formatAfterPaste
config option to the README. I haveeditor.formatOnPaste
turned off and couldn't figure out why formatters were still getting triggered.Or maybe your option should defer to the
editor.formatOnPaste
setting, and only act if that setting istrue
.