-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersnotebook-executionIssues related to running cells in a notebookIssues related to running cells in a notebookon-testplan
Milestone
Description
Right now inline values in both the debugger and notebook cell execution have a truncation cutoff of 150 characters, and then are replaced with an ellipses. Thinking about looking into using the viewport size to do this (maybe see word wrap code?).
However, if we truncate more aggressively that will potentially just lead to data loss for longer values (dataframes could get hit by this overly hard) and ideally there could be a hover contributed to these decorations.
cc/ @connor4312
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersnotebook-executionIssues related to running cells in a notebookIssues related to running cells in a notebookon-testplan