Vs Code - Copy Without Formatting
VS Code is amazing, but when you use it for plain text its formatting is copied along with the text.
Turn this off by setting editor.copyWithSyntaxHighlighting
off.
Open settings and type editor.copyWithSyntaxHighlighting
. Untick the box and be happy.