mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-25 09:06:21 +01:00
fix typo in sorting; fixes #117375
This commit is contained in:
@@ -658,7 +658,7 @@ export class DebugEditorContribution implements IDebugEditorContribution {
|
||||
lineSegments = [];
|
||||
lineDecorations.set(line, lineSegments);
|
||||
}
|
||||
lineSegments.push(new InlineSegment(range.startColumn, text));
|
||||
lineSegments.push(new InlineSegment(iv.range.startColumn, text));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user