Skip to content

Commit

Permalink
Fix launch configs
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey committed Nov 10, 2023
1 parent 8e15054 commit 31213eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"name": "Talon tests subset",
"type": "node",
"request": "launch",
"program": "${workspaceFolder}/packages/test-harness/out/scripts/runTalonTests",
"program": "${workspaceFolder}/packages/test-harness/dist/runTalonTests.cjs",
"env": {
"CURSORLESS_TEST": "true",
"CURSORLESS_RUN_TEST_SUBSET": "true",
Expand Down Expand Up @@ -160,7 +160,7 @@
"name": "Update fixtures, unit tests only",
"type": "node",
"request": "launch",
"program": "${workspaceFolder}/packages/test-harness/out/scripts/runUnitTestsOnly",
"program": "${workspaceFolder}/packages/test-harness/dist/runUnitTestsOnly.cjs",
"env": {
"CURSORLESS_TEST": "true",
"CURSORLESS_TEST_UPDATE_FIXTURES": "true",
Expand Down

0 comments on commit 31213eb

Please sign in to comment.