diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 38f1f5ef..5348d808 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -6,7 +6,7 @@ { "label": "nim-beacon-chain build", "type": "shell", - "command": "nimble build", + "command": "make", "group": { "kind": "build", "isDefault": true @@ -18,7 +18,7 @@ { "label": "nim-beacon-chain test", "type": "shell", - "command": "nimble test", + "command": "make test", "group": { "kind": "build", "isDefault": true @@ -28,4 +28,4 @@ ] } ] -} \ No newline at end of file +}