Improve command tracking scroll behavior #145241
Labels
feature-request
Request for new features or functionality
insiders-released
Patch has been released in VS Code Insiders
on-testplan
terminal-shell-integration
Shell integration infrastructure, command decorations, etc.
Milestone
Current when scrolling to commands in the terminal (cmd+up/down) it will scroll the command to the top of the terminal. We should instead align with breakpoints/outline/go to symbol and improve this considering we're getting a highlight in #46561 which will make the line in question more obvious.
The exact behavior I'll do is:
* This aligns with how Go to Symbol does it, breakpoints/outline by contrast goes to the center. I'd argue that for commands, similar to navigating to a symbol, the lower context is much more important and since that gives precedence we should align with that behavior.
The text was updated successfully, but these errors were encountered: