madskristensen / Tweakster

A Visual Studio extension
Apache License 2.0
239 stars 23 forks source link

Copy without indentation adds a carriage return to end of contents #35

Closed StevenRasmussen closed 4 years ago

StevenRasmussen commented 4 years ago

That was a great episode BTW! So cool to see you code this enhancement live and in an hour! I downloaded the extension and enabled the Copy without indentation feature which seems to be working great except that it adds a carriage return to the end of the contents. So if you're doing a simple copy and paste of say a single word, it always adds a line break that you have to end up deleting. CopyWithoutIndentationIssue

madskristensen commented 4 years ago

That should be fixed in the latest version. Do you mind checking in latest CI build?

StevenRasmussen commented 4 years ago

That did it! Thanks!