Skip to content

Commit d31eee9

Browse files
committed
remove tslib from launch.json
1 parent 5a24cd9 commit d31eee9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.vscode/launch.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,6 @@
131131

132132
"skipFiles": [
133133
"<node_internals>/**",
134-
// this prevents us from landing in a neverending cycle of TS async-polyfill functions as we're stepping through
135-
// our code
136-
"${workspaceFolder}/node_modules/tslib/**/*"
137134
],
138135
"sourceMaps": true,
139136
// this controls which files are sourcemapped

0 commit comments

Comments
 (0)