forked from external/vscode-xml
Update Build Task
This commit is contained in:
parent
ae5b9f1e36
commit
a6856ab508
5
.vscode/launch.json
vendored
5
.vscode/launch.json
vendored
@ -9,10 +9,7 @@
|
||||
"args": [
|
||||
"--extensionDevelopmentPath=${workspaceRoot}"
|
||||
],
|
||||
"stopOnEntry": false,
|
||||
"sourceMaps": true,
|
||||
"outDir": "out",
|
||||
"preLaunchTask": "npm"
|
||||
"preLaunchTask": "tsc"
|
||||
}
|
||||
]
|
||||
}
|
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
@ -8,10 +8,8 @@
|
||||
|
||||
{
|
||||
"version": "0.1.0",
|
||||
"command": "npm",
|
||||
"command": "tsc",
|
||||
"isShellCommand": true,
|
||||
"showOutput": "silent",
|
||||
"args": ["run", "compile"],
|
||||
"isWatching": true,
|
||||
"problemMatcher": "$tsc-watch"
|
||||
}
|
Loading…
Reference in New Issue
Block a user