-
Notifications
You must be signed in to change notification settings - Fork 827
Closed
Labels
DebugIssues related to the debugging functionality of the extension.Issues related to the debugging functionality of the extension.upstream-toolsIssues that are caused by problems in the tools that the extension depends on.Issues that are caused by problems in the tools that the extension depends on.
Milestone
Description
Is your feature request related to a problem? Please describe.
I have a custom type which internally uses an array of numbers, you can think UUID identifier. I would like it to be displayed in variables pane in VSCode in standard UUID format instead of current hex format I see in string()
.
Describe the solution you'd like
I would expect that string()
representation really calls String()
or at least GoString()
on the value.
Describe alternatives you've considered
It seems there was some work on this done in #158, but I have not seen it really working now, so I am opening a new issue.
Metadata
Metadata
Assignees
Labels
DebugIssues related to the debugging functionality of the extension.Issues related to the debugging functionality of the extension.upstream-toolsIssues that are caused by problems in the tools that the extension depends on.Issues that are caused by problems in the tools that the extension depends on.