Add more deadzone configuration options.
This commit is contained in:
parent
5b9dfe0967
commit
3bfcdc830f
9 changed files with 317 additions and 81 deletions
17
.vscode/tasks.json
vendored
17
.vscode/tasks.json
vendored
|
@ -28,6 +28,23 @@
|
|||
}
|
||||
},
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "Test Project",
|
||||
"args": [
|
||||
"test",
|
||||
"./..."
|
||||
],
|
||||
"group": {
|
||||
"kind": "test",
|
||||
"isDefault": true
|
||||
},
|
||||
"options": {
|
||||
"env": {
|
||||
"CGO_ENABLED": "0"
|
||||
}
|
||||
},
|
||||
"problemMatcher": []
|
||||
}
|
||||
],
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue