提交 af0c0835 编写于 作者: B Benjamin Pasero

fix test running from vscode

上级 bb99436d
......@@ -6,6 +6,7 @@
"type": "node",
"request": "launch",
"program": "${workspaceRoot}/node_modules/mocha/bin/_mocha",
"runtimeExecutable": "${execPath}",
"stopOnEntry": false,
"args": [
"--timeout",
......@@ -13,7 +14,9 @@
],
"cwd": "${workspaceRoot}",
"runtimeArgs": [],
"env": {},
"env": {
"ELECTRON_RUN_AS_NODE": "true"
},
"sourceMaps": true,
"outDir": "${workspaceRoot}/out"
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册