mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-16 16:38:07 +00:00
vscode: fix tasks
This commit is contained in:
parent
2e875ea17e
commit
27da080c69
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user