Conversation
…ter keep/undo Co-authored-by: jrieken <1794099+jrieken@users.noreply.github.com> Agent-Logs-Url: https://github.com/microsoft/vscode/sessions/093ee54e-8c45-4887-8f91-d4381f832d9f
chat.editing.autoNavigation setting to control auto-jump after keep/undo
|
@copilot I like. How about a better settings name. Instead of |
Co-authored-by: jrieken <1794099+jrieken@users.noreply.github.com> Agent-Logs-Url: https://github.com/microsoft/vscode/sessions/2c5ccc2a-643b-41eb-b392-860c442cc78c
Renamed to |
chat.editing.autoNavigation setting to control auto-jump after keep/undochat.editing.revealNextChangeOnResolve setting to control auto-jump after keep/undo
|
@copilot Generate me copy paste friendly steps to verify for this change |
Verify default behavior (setting enabled):
Verify disabled behavior:
Verify setting registration:
|
After keeping or undoing a chat edit (file-level or hunk-level), VS Code automatically jumps to the next change. This adds a
chat.editing.revealNextChangeOnResolveboolean setting (defaulttrue) to let users disable that behavior and stay in place.constants.ts: AddRevealNextChangeOnResolvetoChatConfigurationenumchat.contribution.ts: Register the settingchatEditingEditorActions.ts: GuardopenNextOrPreviousChangecalls inKeepOrUndoActionandAcceptRejectHunkActionon the new setting📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.