Files
esengine/demo/.vscode/tasks.json

10 lines
164 B
JSON
Raw Normal View History

2020-07-03 16:45:52 +08:00
{
"version": "0.1.0",
"command": "egret",
"isShellCommand": true,
"showOutput": "silent",
"args": [
"build"
],
"problemMatcher": "$tsc"
}