layaair2-cmd
Version:
layaair version 2 toolkit
19 lines • 595 B
JSON
{
// 使用 IntelliSense 了解相关属性。
// 悬停以查看现有属性的描述。
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "test",
"program": "${workspaceFolder}\\layaair2-cmd.js",
"args": [
"compile"
],
"cwd": "F:/workspace/laya/layaair2_202004/layaair_2d_ts_011",
"console": "integratedTerminal"
}
]
}