Skip to content

Commit

Permalink
Fixed vscode integration tests task
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Feb 15, 2023
1 parent e3bebc6 commit 650b6ed
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,16 @@
"request": "launch",
"name": "LLDB Debug Integration Tests",
"program": "node",
"env": {
"CONTEXT": "appTemplatesPath=../realm-apps"
},
"args": [
"--expose_gc",
"node_modules/mocha/bin/mocha",
"--enable-source-maps",
"--no-warnings",
"--require",
"ts-node/register/transpile-only",
"node_modules/mocha/lib/cli/cli.js",
"--require",
"src/node/inject-globals.ts",
"src/index.ts",
Expand Down

0 comments on commit 650b6ed

Please sign in to comment.