gbowne1/ProgrammerNotes

tasks.json format incorrect.

オープン

#2 opened on 2023/10/19

 (2 件のコメント) (0 件のリアクション) (0 人の担当者) (0 件のフォーク)auto 404
bugdocumentationenhancementgood first issuehelp wantedquestion

Repository metrics

Stars
 (18 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド