gbowne1 / gbowne1/ProgrammerNotes

tasks.json format incorrect.

Offen
#2 2 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
bug documentation enhancement good first issue help wanted question
Vorherrschende Sprache
Keine Sprachdaten
Sterne
19
Forks
0
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

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

Beitragsleitfaden

Für dieses Repository ist kein Beitragsleitfaden indexiert

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.