Skip to content

Commit

Permalink
chore: clean tasks.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chouchouji committed Nov 21, 2024
1 parent 740230b commit 02530f3
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"tasks": [
{
"type": "npm",
"script": "watch",
"script": "dev",
"problemMatcher": "$ts-webpack-watch",
"isBackground": true,
"presentation": {
Expand All @@ -16,22 +16,6 @@
"kind": "build",
"isDefault": true
}
},
{
"type": "npm",
"script": "watch-tests",
"problemMatcher": "$tsc-watch",
"isBackground": true,
"presentation": {
"reveal": "never",
"group": "watchers"
},
"group": "build"
},
{
"label": "tasks: watch-tests",
"dependsOn": ["npm: watch", "npm: watch-tests"],
"problemMatcher": []
}
]
}

0 comments on commit 02530f3

Please sign in to comment.