chore(vscode/tasks): disable auto-run of tasks

pull/763/head
hasezoey 7 months ago
parent 78b7eabea7
commit b07bbfdbe7
No known key found for this signature in database
GPG Key ID: 9F8C99E834CC54FB
  1. 5
      .vscode/tasks.json

@ -7,10 +7,7 @@
"problemMatcher": [
"$tsc-watch"
],
"isBackground": true,
"runOptions": {
"runOn": "folderOpen"
}
"isBackground": true
},
{
"type": "npm",

Loading…
Cancel
Save