vscode-go icon indicating copy to clipboard operation
vscode-go copied to clipboard

Feature: in debug, copy raw text. without "\n\t\t\t\t"; #251558

Open wildwind123 opened this issue 5 months ago • 0 comments

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.

Image

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.

wildwind123 avatar Jun 20 '25 02:06 wildwind123