Skip to content

Commit 601d3b2

Browse files
authored
Migrate legacy _mocha launch config to mocha.js
1 parent 477e5a5 commit 601d3b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

adapter/.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "node",
66
"request": "launch",
77
"name": "Tests",
8-
"program": "${workspaceFolder}/node_modules/mocha/bin/_mocha",
8+
"program": "${workspaceFolder}/node_modules/mocha/bin/mocha.js",
99
"args": [
1010
"-u", "tdd",
1111
"--timeout", "999999",
@@ -16,4 +16,4 @@
1616
"internalConsoleOptions": "openOnSessionStart"
1717
}
1818
]
19-
}
19+
}

0 commit comments

Comments
 (0)