Has anyone had an issue in VScode where a line starting with # is broken into two lines?
I'm writing a csx dotnet-script programme and the nuget reference is defined as:
#r "nuget: YamlDotNet, 8.1.2"
But on save, that is being split into...
#
r "nuget: YamlDotNet, 8.1.2"
This didn't happen before... it's new behaviour... and it's wrong... very wrong...
Any idea what setting this might be so that I can turn it off?