gbowne1 / gbowne1/ProgrammerNotes

tasks.json format incorrect.

Aperta
#2 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub
bug documentation enhancement good first issue help wanted question
Lingua principale
Nessun dato sulla lingua
Stelle
19
Fork
0
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.