We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d21cf0a + ace4b36 commit 23d6cedCopy full SHA for 23d6ced
1 file changed
src/OmniSharp.Roslyn.CSharp/Services/Refactoring/V2/RunCodeActionService.cs
@@ -68,6 +68,11 @@ public override async Task<RunCodeActionResponse> Handle(RunCodeActionRequest re
68
changes.AddRange(fileChangesResult.FileChanges);
69
solution = fileChangesResult.Solution;
70
}
71
+ else
72
+ {
73
+ o.Apply(this.Workspace, CancellationToken.None);
74
+ solution = this.Workspace.CurrentSolution;
75
+ }
76
77
if (request.WantsAllCodeActionOperations)
78
{
0 commit comments