소스 검색

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
赵智超 4 년 전
부모
커밋
19ebe2b956
No account linked to committer's email address
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      contrib/ide/vscode/tasks.json

+ 2
- 2
contrib/ide/vscode/tasks.json 파일 보기

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

Loading…
취소
저장