mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-14 06:24:08 +01:00
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
17 lines
311 B
JSON
17 lines
311 B
JSON
[
|
|
{
|
|
"name": "goWebApp",
|
|
"question": "@workspace /setupTests ginkgo",
|
|
"expectations": {
|
|
"filePatterns": ["^.*_test\\.go$"],
|
|
"installCommandPattern": "go get .*ginkgo",
|
|
"runCommandPattern": "ginkgo"
|
|
},
|
|
"files": [
|
|
"main.go",
|
|
"go.mod",
|
|
"go.sum"
|
|
]
|
|
}
|
|
]
|