Skip to content

tasks.json format incorrect. #2

Open
@gbowne1

Description

@gbowne1

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocumentationImprovements or additions to documentationenhancementNew feature or requestgood first issueGood for newcomershelp wantedExtra attention is neededquestionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions