-
Notifications
You must be signed in to change notification settings - Fork 775
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: "Copy value" need not respect maxStringLen setting #126
Labels
Comments
I wish #112 was sorted out before deciding how to present value of *string and "Copy Value". |
Closing since the original issue is already addressed. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
The
Copy Value
command in the context menu on the Variables pane when debugging does not copy the entire string if the string length is larger than 64. This feature request is for the extension to do the needful to get the entire string contents in such cases.Prior discussion can be found in microsoft/vscode-go#2205
Related PR: microsoft/vscode-go#2375
The text was updated successfully, but these errors were encountered: