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

Long strings are not displayed #16325

Open
1 of 2 tasks
jcjaskula-aws opened this issue Dec 19, 2024 · 0 comments
Open
1 of 2 tasks

Long strings are not displayed #16325

jcjaskula-aws opened this issue Dec 19, 2024 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug triage-needed Issue needs to be triaged

Comments

@jcjaskula-aws
Copy link

Applies To

  • Notebooks (.ipynb files)
  • Interactive Window and/or Cell Scripts (.py files with #%% markers)

What happened?

Long strings are not displayed except if setting word wrap to true and using print explicitly.

With no word wrap, none of the instructions below are being displayed (each of them being executed in a single cell).

Image

After setting word wrap to True and restarting my kernel (without executing the cells again), the second cells shows the expected output.

Image

Possible overlap with #15759 .

VS Code Version

1.96.1

Jupyter Extension Version

2024.11.0

Jupyter logs

Nothing outstanding

Coding Language and Runtime Version

python 3.12.8

Language Extension Version (if applicable)

No response

Anaconda Version (if applicable)

No response

Running Jupyter locally or remotely?

Local

@jcjaskula-aws jcjaskula-aws added the bug Issue identified by VS Code Team member as probable bug label Dec 19, 2024
@vs-code-engineering vs-code-engineering bot added the triage-needed Issue needs to be triaged label Dec 19, 2024
@DonJayamanne DonJayamanne assigned amunger and rebornix and unassigned DonJayamanne Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug triage-needed Issue needs to be triaged
Projects
None yet
Development

No branches or pull requests

4 participants