mirror of
https://github.com/nonoo/kappanhang.git
synced 2025-12-06 08:02:00 +01:00
Fix build task
This commit is contained in:
parent
45b1076b78
commit
b5dc2b5d57
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
|
|
@ -6,7 +6,7 @@
|
|||
{
|
||||
"label": "build",
|
||||
"type": "shell",
|
||||
"command": "build/build.sh",
|
||||
"command": "go build",
|
||||
"problemMatcher": [],
|
||||
"group": {
|
||||
"kind": "build",
|
||||
|
|
|
|||
Loading…
Reference in a new issue