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

Debug Console lineheight looks like an extra blank line per line printed #18734

Closed
lrots opened this issue Jan 18, 2017 · 2 comments
Closed

Debug Console lineheight looks like an extra blank line per line printed #18734

lrots opened this issue Jan 18, 2017 · 2 comments
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues *duplicate Issue identified as a duplicate of another issue(s)

Comments

@lrots
Copy link

lrots commented Jan 18, 2017

Steps to Reproduce:

test.py:
print "Hello"
print "World"

image

Expected output:

image

@dbaeumer dbaeumer added the debug Debug viewlet, configurations, breakpoints, adapter issues label Jan 19, 2017
@lrots
Copy link
Author

lrots commented Jan 19, 2017

Update:

Multiline output shows good:

test.py:
print "Hello"
print "World"
print "Hello\nWorld"

Output:

image

@isidorn
Copy link
Contributor

isidorn commented Jan 25, 2017

Dup of #17526

@isidorn isidorn closed this as completed Jan 25, 2017
@isidorn isidorn added the *duplicate Issue identified as a duplicate of another issue(s) label Jan 25, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues *duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

3 participants