testing: fix test wrapper not including ranges and not dealing with sync discovered root

This commit is contained in:
Connor Peet
2021-04-21 11:03:32 -07:00
parent 3c4b64079d
commit 4eee5c6ee5
2 changed files with 12 additions and 2 deletions

7
.vscode/launch.json vendored
View File

@@ -199,6 +199,13 @@
"name": "Attach to VS Code",
"browserAttachLocation": "workspace",
"port": 9222,
"trace": true,
"outFiles": [
"${workspaceFolder}/out/**/*.js"
],
"resolveSourceMapLocations": [
"${workspaceFolder}/out/**/*.js"
],
"perScriptSourcemaps": "yes"
},
{