Interactive window interactive.history.previous
and interactive.history.next
do not persist history position when reexecuting commands
#131659
Labels
bug
Issue identified by VS Code Team member as probable bug
interactive-window
regression
Something that used to work is now broken
under-discussion
Issue is under discussion for relevance, priority, approach
verified
Verification succeeded
Milestone
print(1)
,print(2)
,print(3)
,print(4)
print(1)
andprint(2)
useinteractive.history.previous
via the up arrowprint(2)
, scroll position resets to the bottom of the history, and you have to start over and scroll up from the most recent command (4 -> 3 - > 2 -> 1). This can be frustrating for users who are trying to reexecute multiple commands. Note also that the original interactive window used to preserve your scroll history in the interactive window so that you didn't have to scroll back up through the entire history, and users have complained about this behavior change: Interactive Window Command History Search / Autocomplete vscode-jupyter#4716 (comment) Interactive Window Command History Search / Autocomplete vscode-jupyter#4716 (comment)The text was updated successfully, but these errors were encountered: