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 84a337c commit ffab3e6Copy full SHA for ffab3e6
src/vs/workbench/contrib/chat/browser/chatEditorActions.ts
@@ -95,7 +95,7 @@ abstract class NavigateAction extends Action2 {
95
}
96
97
const entry = entries[newIdx];
98
- const change = entry.diffInfo.get().changes.at(0);
+ const change = entry.diffInfo.get().changes.at(this.next ? 0 : -1);
99
100
return editorService.openEditor({
101
resource: entry.modifiedURI,
0 commit comments