Tycho
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
7 additions and
16 deletions
-
.vscode/launch.json
|
@ -5,24 +5,15 @@ |
|
|
"version": "0.2.0", |
|
|
"version": "0.2.0", |
|
|
"configurations": [ |
|
|
"configurations": [ |
|
|
{ |
|
|
{ |
|
|
"name": "Jest", |
|
|
|
|
|
"type": "node", |
|
|
"type": "node", |
|
|
"request": "launch", |
|
|
"request": "launch", |
|
|
"program": "${workspaceFolder}/node_modules/.bin/jest", |
|
|
|
|
|
"stopOnEntry": false, |
|
|
|
|
|
"args": ["${fileBasename}", "--runInBand", "--detectOpenHandles"], |
|
|
|
|
|
"cwd": "${workspaceFolder}", |
|
|
|
|
|
"preLaunchTask": null, |
|
|
|
|
|
"runtimeExecutable": null, |
|
|
|
|
|
"runtimeArgs": ["--nolazy"], |
|
|
|
|
|
"env": { |
|
|
|
|
|
"NODE_ENV": "development" |
|
|
|
|
|
}, |
|
|
|
|
|
"console": "integratedTerminal", |
|
|
|
|
|
"sourceMaps": true, |
|
|
|
|
|
"windows": { |
|
|
|
|
|
"program": "${workspaceFolder}/node_modules/jest/bin/jest" |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
"name": "Vitest - Debug Current Test File", |
|
|
|
|
|
"autoAttachChildProcesses": true, |
|
|
|
|
|
"skipFiles": ["<node_internals>/**", "**/node_modules/**"], |
|
|
|
|
|
"program": "${workspaceRoot}/node_modules/vitest/vitest.mjs", |
|
|
|
|
|
"args": ["run", "${relativeFile}"], |
|
|
|
|
|
"smartStep": true, |
|
|
|
|
|
"console": "integratedTerminal" |
|
|
} |
|
|
} |
|
|
] |
|
|
] |
|
|
} |
|
|
} |