vscode: fix tasks
This commit is contained in:
parent
2e875ea17e
commit
27da080c69
|
@ -6,7 +6,7 @@
|
||||||
{
|
{
|
||||||
"label": "nim-beacon-chain build",
|
"label": "nim-beacon-chain build",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "nimble build",
|
"command": "make",
|
||||||
"group": {
|
"group": {
|
||||||
"kind": "build",
|
"kind": "build",
|
||||||
"isDefault": true
|
"isDefault": true
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
{
|
{
|
||||||
"label": "nim-beacon-chain test",
|
"label": "nim-beacon-chain test",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "nimble test",
|
"command": "make test",
|
||||||
"group": {
|
"group": {
|
||||||
"kind": "build",
|
"kind": "build",
|
||||||
"isDefault": true
|
"isDefault": true
|
||||||
|
@ -28,4 +28,4 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue