Skip to content

Commit 6ec6d9d

Browse files
authored
1 parent 12dbd76 commit 6ec6d9d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.vscode/launch.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,10 +468,9 @@
468468
"type": "node",
469469
"request": "launch",
470470
"name": "Launch Smoke Test",
471-
"program": "${workspaceFolder}/test/smoke/out/main.js",
471+
"program": "${workspaceFolder}/test/smoke/test/index.js",
472472
"cwd": "${workspaceFolder}/test/smoke",
473473
"timeout": 240000,
474-
"port": 9999,
475474
"args": [
476475
"-l",
477476
"${workspaceFolder}/.build/electron/Code - OSS.app/Contents/MacOS/Electron"

0 commit comments

Comments
 (0)