gpt4 book ai didi

go - 如何在 Visual Studio Code 中为 Golang 启用竞争检测器?

转载 作者:行者123 更新时间:2023-12-02 20:11:13 24 4
gpt4 key购买 nike

我在许多网页中进行了搜索,以找到应该在 VS Code Golang 扩展(由 Microsoft 发布)的 settings.json 中放置什么短语来添加构建标志(在我的例子中,是race detector) )?

我添加:

"go.buildFlags": ["-race"],

在扩展的 settings.json 中,但在调试时,在肯定会生成竞争条件的函数中,调试控制台不会表示类似以下内容:

Found 1 data race(s)

go 编译器通常在通过

执行同一文件时指示
go run -race file.go

最佳答案

settings.json中添加此行

“go.testFlags”:[“-race”]

对我有用

关于go - 如何在 Visual Studio Code 中为 Golang 启用竞争检测器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56668273/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com