gbowne1 / gbowne1/ProgrammerNotes

tasks.json format incorrect.

Open
#2 2 comments 0 reactions 0 assignees View on GitHub
bug documentation enhancement good first issue help wanted question
Dominant language
No language data
Stars
19
Forks
0
PR merge metrics
No merged PRs in 30d

Description

There is a error in the description for the tasks.json file. It should look something like:

```jsonc
{
// 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,
}
],
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.