bingjiac
bingjiac
After editing the launch.json with command `GoDbgConfig` and save it without changing anything, then I use `GoDebug` and it didnot show the prompt but the error message as follow ...
ginkgo version: v2.15.0 custom go version for my project: go1.21 default go version(system-wide): go1.19 Issue description: When I want to use go1.21 to build and test my project, I had...
Hi, I had found an issue that self-reference or cyclic-reference will lead to stack overflow. Here is an example: ```golang package main import "github.com/mitchellh/hashstructure/v2" type Node struct { Ptr *Node...