We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d917eb commit a5fa1adCopy full SHA for a5fa1ad
src/PowerShellEditorServices.Protocol/Server/LanguageServer.cs
@@ -240,8 +240,6 @@ private async Task HandleScriptFileMarkersRequest(
240
editorSession.Workspace.GetFile(requestParams.filePath),
241
requestParams.rules,
242
null);
243
- markers = markers.Reverse().ToArray();
244
- //markers.OrderByDescending(x => x.Correction.Edits[0].StartLineNumber).ToArray()
245
await requestContext.SendResult(new ScriptFileMarkerRequestResultParams {
246
markers = markers
247
});
0 commit comments