Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Peet <connor@peet.io>2021-04-21 21:03:32 +0300
committerConnor Peet <connor@peet.io>2021-04-21 21:04:04 +0300
commit4eee5c6ee5d36dbcc5261268b913e608ff9af8c8 (patch)
treee951bc134f4b2a80b9866d65edd2dc2d7872e446 /.vscode/launch.json
parent3c4b64079d36d153b82a1f47c665f42cf0b47c2f (diff)
testing: fix test wrapper not including ranges and not dealing with sync discovered root
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index b1db49c2549..3189af066ff 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -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"
},
{