Skip to content

Commit 03a374f

Browse files
authored
Merge pull request #88 from github/cschleiden/find-source-maps
Remove restrictions on source map lookup
2 parents c2e8dc6 + 5d3ce20 commit 03a374f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.vscode/launch.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"args": ["--extensionDevelopmentPath=${workspaceFolder}"],
99
"preLaunchTask": "npm: watch",
1010
"smartStep": true,
11-
"sourceMaps": true
11+
"sourceMaps": true,
12+
"resolveSourceMapLocations": []
1213
},
1314
{
1415
"type": "node",

0 commit comments

Comments
 (0)