英文: vscode with go extension is confused about the name of an import 问题 vscode v1.62.2. vscodego v0....
Vscode gives error "could not import fmt (cannot find package "fmt" )" for simple go program
英文: Vscode gives error "could not import fmt (cannot find package "fmt" )" for s...
构建一个简单的cgo模块时遇到的问题
英文: Problems building a simple cgo module 问题 Ubuntu. vscode 1.62.1. go1.17.3. vscode go extension v0...
How to debug Go with Cgo in Visual Studio Code
英文: How to debug Go with Cgo in Visual Studio Code 问题 我可以在 Visual Studio Code 中设置断点并逐步执行 Go 代码,如果没有 ...
VSCode Go扩展加载带有私有存储库依赖项的工作区时出错。
英文: VSCode Go extension Error loading workspace with private repository dependency 问题 一切都正常工作,直到我添加了...
如何使VScode Go在多模块仓库中工作
英文: How to make VScode Go work in a Multi-Module Repo 问题 我在一个 Golang 项目中有一个 go.mod 文件,同时我还有另一个嵌入在这个项...
在VSCode中更严格地检查Golang代码的规范性。
英文: Stricter lint of Golang in VSCode 问题 我正在使用VSCode进行我的Golang项目,使用默认的lint设置,但是我找不到一种方法来进行严格的lint检查,...
在调试单个测试时如何提供测试标志?
英文: How to provide test flags when debugging a single test? 问题 当使用“Go: Debug Test at Cursor”功能调试单个测试...
在调试过程中无法设置Go应用程序的参数。
英文: Cannot set arguments for go app during debugging 问题 我正在尝试调试我的Goland应用程序,并且在launch.json文件中遇到了一些问题...
无法在VSCode中使用断点调试Golang。
英文: Can't debug Golang with breakpoints in VSCode 问题 我在VS Code中使用断点调试Golang应用程序。 调试器报错说找不到文件,但实际...
73