public abstract Task<RunTestResponse> RunTestAsync(string m
ethodName, string
runSettings, string
testFrameworkName, string
targetFrameworkVersion,
ationToken cancellationToken);
(note the change in indentation, my gut feeling also says it has something to do with the issue. Maybe the editor-config has something to do with this?)
I'm also glad I was able to find a way to reproduce this because it doesn't happen all the time.
Here's how to reproduce systematically (on my Windows 10 using the latest omnisharp-vim version and gvim 8):
/src/OmniSharp.DotNetTest/TestManager.cs
T
of the return type (Task<RunTestResponse>
)OmniSharpGetCodeActions
and select"Wrap every parameter -> Indent all parameters"
Expected Behavior
becomes
Actual Behavior
becomes
(note the change in indentation, my gut feeling also says it has something to do with the issue. Maybe the editor-config has something to do with this?)