You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice to have a setting, where you could control how much or how little vscode truncates debug values.
If truncation was turned off you could see the whole value, for example. results: (Vector((1.6292068494294654e-07, -1.0, 0.0)), Vector((1.6292068494294654e-07, -1.0, 0.0)))
verses how it is currently automatically truncates the value below...
The text was updated successfully, but these errors were encountered:
I don't think this is actually truncated by vscode? I think this just comes as-is from the debug adapter. You could file an issue on the vscode-python repo or share some code that reproes this for me to check. If you hover the value and also see a truncated value, I think that would prove it.
Would be nice to have a setting, where you could control how much or how little vscode truncates debug values.
If truncation was turned off you could see the whole value, for example.
results: (Vector((1.6292068494294654e-07, -1.0, 0.0)), Vector((1.6292068494294654e-07, -1.0, 0.0)))
verses how it is currently automatically truncates the value below...
The text was updated successfully, but these errors were encountered: