mirror of
https://github.com/bitechdev/ResolveSpec.git
synced 2025-12-06 14:26:22 +00:00
Added make release to vscode tasks
This commit is contained in:
parent
aa99e8e4bc
commit
26c175e65e
9
.vscode/tasks.json
vendored
9
.vscode/tasks.json
vendored
@ -6,7 +6,7 @@
|
|||||||
"label": "go: build workspace",
|
"label": "go: build workspace",
|
||||||
"command": "build",
|
"command": "build",
|
||||||
"options": {
|
"options": {
|
||||||
"env": {
|
"env": {
|
||||||
"CGO_ENABLED": "0"
|
"CGO_ENABLED": "0"
|
||||||
},
|
},
|
||||||
"cwd": "${workspaceFolder}/bin",
|
"cwd": "${workspaceFolder}/bin",
|
||||||
@ -18,7 +18,6 @@
|
|||||||
"$go"
|
"$go"
|
||||||
],
|
],
|
||||||
"group": "build",
|
"group": "build",
|
||||||
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "go",
|
"type": "go",
|
||||||
@ -81,6 +80,12 @@
|
|||||||
"kind": "test",
|
"kind": "test",
|
||||||
"isDefault": false
|
"isDefault": false
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "shell",
|
||||||
|
"label": "Make Release",
|
||||||
|
"problemMatcher": [],
|
||||||
|
"command": "sh ${workspaceFolder}/make_release.sh",
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user