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 log source messages cut off text #46777

Closed
roblourens opened this issue Mar 27, 2018 · 3 comments
Closed

Debug console log source messages cut off text #46777

roblourens opened this issue Mar 27, 2018 · 3 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues verified Verification succeeded
Milestone

Comments

@roblourens
Copy link
Member

I've never noticed this before. The text always wraps correctly except for the last line - if it runs into the log source on the right side, then we lose some text.

image

@roblourens roblourens added the debug Debug viewlet, configurations, breakpoints, adapter issues label Mar 27, 2018
@isidorn
Copy link
Contributor

isidorn commented Mar 28, 2018

Yeah the log sources are screwing up my wrapping strategies. Nothing new, april to investigate how to fix

@isidorn isidorn added the bug Issue identified by VS Code Team member as probable bug label Mar 28, 2018
@isidorn isidorn added this to the April 2018 milestone Mar 28, 2018
@isidorn
Copy link
Contributor

isidorn commented Apr 23, 2018

Now we are taking into account the width of the source link on the right.
Please note that the wrapping strategy is still not perfect, but it behaves good in most cases.

@weinand weinand added the verified Verification succeeded label Apr 25, 2018
@weinand
Copy link
Contributor

weinand commented Apr 25, 2018

Seems to work fine:
2018-04-25 16 44 15

@vscodebot vscodebot bot locked and limited conversation to collaborators Jun 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants