stef-levesque / vscode-multiclip

Multiple clipboards for VSCode
MIT License
46 stars 12 forks source link

Document or defer the formatAfterPaste option #12

Closed evanwarner closed 7 years ago

evanwarner commented 7 years ago

You should add the formatAfterPaste config option to the README. I have editor.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 is true.

markpradhan commented 7 years ago

Yeah, this messes up the awesome prettier extension as well, i am disabling this extension until this gets fixed!

evanwarner commented 7 years ago

@MarkSMT You can just set "multiclip.formatAfterPaste": false for the time being!

markpradhan commented 7 years ago

@evanwarner Thx!

stef-levesque commented 7 years ago

multiclip.formatAfterPaste will be disabled by default, for now. I may revisit replicating editor.formatOnPaste later.