Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve long text output rendering #128765

Closed
rebornix opened this issue Jul 15, 2021 · 3 comments
Closed

Improve long text output rendering #128765

rebornix opened this issue Jul 15, 2021 · 3 comments
Assignees
Labels
insiders-released Patch has been released in VS Code Insiders notebook verified Verification succeeded
Milestone

Comments

@rebornix
Copy link
Member

Currently we have a pretty large limit for text output which can be longer than multiple viewports, which is not really accessible as it makes scrolling the notebook editor hard. We need to look into how to improve this experience.

@rebornix rebornix self-assigned this Jul 15, 2021
@rebornix rebornix added this to the July 2021 milestone Jul 15, 2021
@rebornix rebornix added the verification-needed Verification of issue is requested label Jul 28, 2021
@DonJayamanne DonJayamanne added verified Verification succeeded and removed verification-needed Verification of issue is requested labels Jul 28, 2021
@DonJayamanne
Copy link
Contributor

I'd consider updating the existing message to include some information on how the user can view the rest by updating the setting "notebook.output.textLineLimit": <number> .
Else users won't know about this.

@jhoneill
Copy link

I'd consider updating the existing message to include some information on how the user can view the rest by updating the setting "notebook.output.textLineLimit": <number> .
Else users won't know about this.

I only found out by seeing that post.

I'd also suggest that seeing it as one very long line of JSON in another pane might not be the best of all possible ways to unhide it.

@github-actions github-actions bot locked and limited conversation to collaborators Sep 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
insiders-released Patch has been released in VS Code Insiders notebook verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants
@rebornix @DonJayamanne @jhoneill and others