Johannes Rieken 2024-12-05 18:00:35 +01:00 committed by GitHub
parent eae086b136
commit f9d5fd570c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ abstract class NavigateAction extends Action2 {
const newEditorPane = await editorService.openEditor({
resource: entry.modifiedURI,
options: {
selection: change && Range.fromPositions({ lineNumber: change.original.startLineNumber, column: 1 }),
selection: change && Range.fromPositions({ lineNumber: change.modified.startLineNumber, column: 1 }),
revealIfOpened: false,
revealIfVisible: false,
}