Parcourir la source

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

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

Signed-off-by: a101211279 <1012112796@qq.com>
tags/v1.13.0-dev
赵智超 il y a 4 ans
Parent
révision
19ebe2b956
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      contrib/ide/vscode/tasks.json

+ 2
- 2
contrib/ide/vscode/tasks.json Voir le fichier

@@ -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",

Chargement…
Annuler
Enregistrer