Skip to content

Commit

Permalink
debug current test file
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jul 12, 2024
1 parent 30706f4 commit 8b928cc
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
{
"configurations": [
{
"args": [
"run",
"${relativeFile}"
],
"autoAttachChildProcesses": true,
"console": "integratedTerminal",
"name": "Vitest: Current File",
"program": "${workspaceFolder}/node_modules/vitest/vitest.mjs",
"request": "launch",
"skipFiles": [
"<node_internals>/**",
"**/node_modules/**"
],
"smartStep": true,
"type": "node"
},
{
"name": "Vite Server",
"preLaunchTask": "run",
Expand Down

0 comments on commit 8b928cc

Please sign in to comment.