vscode: fix tasks
This commit is contained in:
parent
2e875ea17e
commit
27da080c69
|
@ -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 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue