diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 6c671a9..4950876 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -6,7 +6,7 @@ { "label": "build", "type": "shell", - "command": "build/build.sh", + "command": "go build", "problemMatcher": [], "group": { "kind": "build",