Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit 8d66b70

Browse files
committed
chore: remove invalid task
1 parent bf778c4 commit 8d66b70

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.vscode/tasks.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,5 @@
22
// See https://go.microsoft.com/fwlink/?LinkId=733558
33
// for the documentation about the tasks.json format
44
"version": "2.0.0",
5-
"tasks": [
6-
{
7-
"type": "npm",
8-
"script": "watch",
9-
"problemMatcher": ["$tsc-watch"],
10-
"isBackground": true
11-
}
12-
]
5+
"tasks": []
136
}

0 commit comments

Comments
 (0)