-
Notifications
You must be signed in to change notification settings - Fork 34.9k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginteractive-windowregressionSomething that used to work is now brokenSomething that used to work is now brokenunder-discussionIssue is under discussion for relevance, priority, approachIssue is under discussion for relevance, priority, approachverifiedVerification succeededVerification succeeded
Milestone
Description
- Execute four cells from the interactive window input box, e.g.
print(1)
,print(2)
,print(3)
,print(4)
- To reexecute multiple commands from earlier in your history, e.g.
print(1)
andprint(2)
useinteractive.history.previous
via the up arrow - After executing an entry from earlier in the history e.g.
print(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)
jtele2, rambalachandran, rogerlga, jaymegordo, manisar2 and 1 more
Metadata
Metadata
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginteractive-windowregressionSomething that used to work is now brokenSomething that used to work is now brokenunder-discussionIssue is under discussion for relevance, priority, approachIssue is under discussion for relevance, priority, approachverifiedVerification succeededVerification succeeded