test: fix launch paths

This commit is contained in:
Joao Moreno
2017-02-16 09:00:08 +01:00
parent a26ca6c95b
commit 86e494c57e

4
.vscode/launch.json vendored
View File

@@ -9,10 +9,10 @@
"program": "${workspaceRoot}/node_modules/mocha/bin/_mocha",
"runtimeExecutable": "${workspaceRoot}/.build/electron/Code - OSS.app/Contents/MacOS/Electron",
"windows": {
"runtimeExecutable": ""
"runtimeExecutable": "${workspaceRoot}/.build/electron/Code - OSS.exe"
},
"linux": {
"runtimeExecutable": ""
"runtimeExecutable": "${workspaceRoot}/.build/electron/code-oss"
},
"stopOnEntry": false,
"args": [