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

String length less than 10000 are still truncated #5872

Closed
kieferrm opened this issue Apr 27, 2016 · 3 comments
Closed

String length less than 10000 are still truncated #5872

kieferrm opened this issue Apr 27, 2016 · 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

Comments

@kieferrm
Copy link
Member

Tested #4952

  • VSCode Version: 1.1.0-alpha e77003f
  • OS Version: MacOS

Strings are still truncated. All relevant information about the string is given in the screenshot:

screenshot-timed

@bpasero bpasero added bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues labels Apr 27, 2016
@isidorn
Copy link
Contributor

isidorn commented Apr 27, 2016

This is happening due to https://stackoverflow.com/questions/8516235/max-length-of-title-attribute
Because in this case we use the native chrome tooltip. And yes, I agree we need to wrap somehow the value in the variables view, but that is a feature request which I believe is already open - #1128

So closing this

@isidorn isidorn closed this as completed Apr 27, 2016
@kieferrm
Copy link
Member Author

@isidorn Can you pls clarify what you mean with "in this case"? Is that mac, this particular tooltip, something else?

@isidorn
Copy link
Contributor

isidorn commented Apr 27, 2016

@kieferrm in this case: is actually the vscode tree which we use for representing variables, watch expression and so on.
So I did not express myself nicely, in every case we use the native tooltip, except for the hover in the editor - which is our custom hover.

@isidorn isidorn assigned kieferrm and unassigned isidorn Apr 28, 2016
@joaomoreno joaomoreno added the verified Verification succeeded label Sep 2, 2016
@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
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

4 participants