vscode-go
vscode-go copied to clipboard
Feature: in debug, copy raw text. without "\n\t\t\t\t"; #251558
Is your feature request related to a problem? Please describe.
If string have new line. On vscode debug mode, show variable with symbols new lines "\n\t\t\t\t". It wrong value, and i cant use it, like copy and past it on database IDE. Because it wrong sql query. for get right value, i should it print on terminal, then copy.
Describe the solution you'd like When showed popup of value, show button like "copy raw value".
Describe alternatives you've considered Maybe it global problem of vscode. And should solve it on vscode.
Additional context I created this issue on vscode https://github.com/microsoft/vscode/issues/251558
but they say, problem of extension.