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,
      }
   ],
 }

貢獻者指南