gbowne1/ProgrammerNotes

tasks.json format incorrect.

Aperta

#2 aperta il 19 ott 2023

 (2 commenti) (0 reazioni) (0 assegnatari) (0 fork)auto 404
bugdocumentationenhancementgood first issuehelp wantedquestion

Metriche repository

Star
 (18 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor