-
Notifications
You must be signed in to change notification settings - Fork 0
tasks.json format incorrect. #2
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
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, } ], }