Skip to content

Commit fd2b1ef

Browse files
author
aiday-mar
committed
Merge branch 'main' into aiday/issue159136
2 parents 08e4562 + 6ec6d9d commit fd2b1ef

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)