Update html-language-features documentation and tasks to yarn

This commit is contained in:
Robert Jin
2021-11-05 20:15:01 +00:00
parent b13351b611
commit 8d78e70f78
4 changed files with 10 additions and 10 deletions

View File

@@ -2,9 +2,9 @@
"version": "2.0.0",
"tasks": [
{
"label": "npm watch",
"command": "npm",
"args": ["run", "watch"],
"label": "yarn watch",
"command": "yarn",
"args": ["watch"],
"type": "shell",
"presentation": {
"reveal": "silent",
@@ -15,4 +15,4 @@
"problemMatcher": "$tsc-watch"
}
],
}
}