Skip to content

Commit e26b26a

Browse files
committed
fix debug config
1 parent 1d75500 commit e26b26a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"args": ["--verbose", "-i", "--no-cache", "--testPathPattern", "${fileBasename}"],
1313
"console": "integratedTerminal",
1414
"internalConsoleOptions": "neverOpen",
15-
"skipFiles": ["${workspaceFolder}/**/node_modules/**/*.js", "<node_internals>/**/*.js"],
15+
"skipFiles": ["**/node_modules/**", "<node_internals>/**"],
1616
"cwd": "${workspaceFolder}/packages/lib"
1717
},
1818
{
@@ -23,7 +23,7 @@
2323
"args": ["--verbose", "-i", "--no-cache", "--testPathPattern", "${fileBasename}"],
2424
"console": "integratedTerminal",
2525
"internalConsoleOptions": "neverOpen",
26-
"skipFiles": ["${workspaceFolder}/**/node_modules/**/*.js", "<node_internals>/**/*.js"],
26+
"skipFiles": ["**/node_modules/**", "<node_internals>/**"],
2727
"cwd": "${workspaceFolder}/packages/mobx-keystone-yjs"
2828
}
2929
]

0 commit comments

Comments
 (0)