Skip to content

Commit

Permalink
Fixed vscode debug launching configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandercerutti committed Feb 17, 2024
1 parent f9ba3a7 commit eb7b9db
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@
"request": "launch",
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen",
"disableOptimisticBPs": true,
"env": {
"NODE_OPTIONS": "--experimental-vm-modules --no-warnings"
},
"runtimeExecutable": "pnpm",
"cwd": "${workspaceFolder}",
"args": [
"--experimental-vm-modules",
"--no-warnings",
"${workspaceRoot}/node_modules/.bin/jest",
"jest",
"-c",
"${workspaceRoot}/jest.config.mjs",
"--runInBand",
Expand Down

0 comments on commit eb7b9db

Please sign in to comment.