提交 d871d315 编写于 作者: J Joao Moreno

fixes #20344

上级 5fea24a9
......@@ -7,11 +7,17 @@
"name": "Unit Tests",
"protocol": "legacy",
"program": "${workspaceRoot}/node_modules/mocha/bin/_mocha",
"runtimeExecutable": "${execPath}",
"runtimeExecutable": "${workspaceRoot}/.build/electron/Code - OSS.app/Contents/MacOS/Electron",
"windows": {
"runtimeExecutable": ""
},
"linux": {
"runtimeExecutable": ""
},
"stopOnEntry": false,
"args": [
"--timeout",
"999999"
"2000"
],
"cwd": "${workspaceRoot}",
"env": {
......@@ -20,7 +26,8 @@
"sourceMaps": true,
"outFiles": [
"${workspaceRoot}/out/**/*.js"
]
],
"preLaunchTask": "electron"
},
{
"type": "node",
......
......@@ -62,6 +62,13 @@
],
"showOutput": "always",
"isTestCommand": true
},
{
"taskName": "electron",
"args": [
"--no-color"
],
"showOutput": "never"
}
]
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册