-
Notifications
You must be signed in to change notification settings - Fork 295
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
VSCode interactive window: string variables with newline / space characters not shown correctly while inspecting [Jupyter: Variables] #8693
Labels
Milestone
Comments
thanks for the bug, I am able to repro |
greazer
added
bug
Issue identified by VS Code Team member as probable bug
interactive-window
Impacts interactive window
variable-explorer
and removed
needs-triage
interactive-window
Impacts interactive window
labels
Jan 13, 2022
roblourens
added a commit
that referenced
this issue
Dec 10, 2022
roblourens
added a commit
that referenced
this issue
Dec 10, 2022
It drives me nuts to show escaped newlines like this, because the string |
DonJayamanne
added
feature-request
Request for new features or functionality
and removed
bug
Issue identified by VS Code Team member as probable bug
verification-found
Issue verification failed
labels
Dec 13, 2023
closing in favor of microsoft/vscode#165445 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Does this issue occur when all extensions are disabled?: Yes/No
Steps to Reproduce:
Expectation:
if we use [Jupyter:variables] tab to inspect the value of that variable, it should show the newlines/space characters present in the string
What is actually shown:
this is misleads the user into thinking there are no newlines in the string. also note how spaces are not shown correctly
Couple of notes:
So the issue seems to be with the vscode interactive window's way of displaying value of variables
The text was updated successfully, but these errors were encountered: