gbowne1/ProgrammerNotes

tasks.json format incorrect.

开放

#2 创建于 2023年10月19日

 (2 条评论) (0 个反应) (0 位负责人) (0 个派生)auto 404
bugdocumentationenhancementgood first issuehelp wantedquestion

仓库指标

星标
 (18 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

There is a error in the description for the tasks.json file. It should look something like:

{
  // See https://go.microsoft.com/fwlink/?LinkId=733558
  // for the documentation about the tasks.json format
  "version": "2.0.0",
     "tasks": [
     {
      "type": "process",
      "label": "",
      "command": "",
      "args": [],
      "options": {},
      "problemMatcher": {
        "owner": ""
      },
      "group": "build",
      "presentation": {
        "reveal": "always",
        "panel": "shared"
      },
      "dependsOn": "",
      "isBackground": true,
      }
   ],
 }

贡献者指南