mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 15:55:59 +01:00
[html] split extension (for #45900)
This commit is contained in:
18
extensions/html-language-features/.vscode/tasks.json
vendored
Normal file
18
extensions/html-language-features/.vscode/tasks.json
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "npm",
|
||||
"command": "npm",
|
||||
"args": ["run", "compile"],
|
||||
"type": "shell",
|
||||
"presentation": {
|
||||
"reveal": "silent",
|
||||
"focus": false,
|
||||
"panel": "shared"
|
||||
},
|
||||
"isBackground": true,
|
||||
"problemMatcher": "$tsc-watch"
|
||||
}
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user