KGC_TEST/SIG_AND_VERIFY/.vscode/tasks.json

18 lines
294 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "go",
"label": "go: build package",
"command": "build",
"args": [
"${fileDirname}"
],
"problemMatcher": [
"$go"
],
"group": "build",
"detail": "cd c:\\Users\\25761\\Desktop\\cgo; go build ${fileDirname}"
}
]
}