mirror of
https://github.com/bitechdev/ResolveSpec.git
synced 2026-01-28 21:44:26 +00:00
Added make release to vscode tasks
This commit is contained in:
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",
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user