Skip to content

Commit a5fa1ad

Browse files
author
Kapil Borle
committed
Move edit sorting to client
1 parent 6d917eb commit a5fa1ad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/PowerShellEditorServices.Protocol/Server/LanguageServer.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,6 @@ private async Task HandleScriptFileMarkersRequest(
240240
editorSession.Workspace.GetFile(requestParams.filePath),
241241
requestParams.rules,
242242
null);
243-
markers = markers.Reverse().ToArray();
244-
//markers.OrderByDescending(x => x.Correction.Edits[0].StartLineNumber).ToArray()
245243
await requestContext.SendResult(new ScriptFileMarkerRequestResultParams {
246244
markers = markers
247245
});

0 commit comments

Comments
 (0)