misc: change the "taskName" to "label" in vscode tasks.json (#10739)

because of vscode suggest
ref ISSUE: Microsoft/vscode-docs#1181

Signed-off-by: a1012112796 <1012112796@qq.com>
pull/10735/head^2
赵智超 2020-03-17 00:46:26 +08:00 committed by GitHub
parent cf7ece6245
commit 19ebe2b956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"version": "2.0.0",
"tasks": [
{
"taskName": "Build",
"label": "Build",
"type": "shell",
"command": "go",
"group": "build",
@ -25,7 +25,7 @@
"problemMatcher": ["$go"]
},
{
"taskName": "Build (with SQLite3)",
"label": "Build (with SQLite3)",
"type": "shell",
"command": "go",
"group": "build",