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": [
|
"args": [
|
||||||
"--extensionDevelopmentPath=${workspaceRoot}"
|
"--extensionDevelopmentPath=${workspaceRoot}"
|
||||||
],
|
],
|
||||||
"stopOnEntry": false,
|
"preLaunchTask": "tsc"
|
||||||
"sourceMaps": true,
|
|
||||||
"outDir": "out",
|
|
||||||
"preLaunchTask": "npm"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
@ -8,10 +8,8 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"command": "npm",
|
"command": "tsc",
|
||||||
"isShellCommand": true,
|
"isShellCommand": true,
|
||||||
"showOutput": "silent",
|
"showOutput": "silent",
|
||||||
"args": ["run", "compile"],
|
|
||||||
"isWatching": true,
|
|
||||||
"problemMatcher": "$tsc-watch"
|
"problemMatcher": "$tsc-watch"
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user