gbowne1 / gbowne1/ProgrammerNotes
tasks.json format incorrect.
- 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.