Skip to content

Commit f017acf

Browse files
committed
Adds sandbox launch config
1 parent 17ead26 commit f017acf

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.vscode/launch.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,21 @@
1717
"smartStep": true,
1818
"sourceMaps": true
1919
},
20+
{
21+
"name": "Launch GitLens (Sandbox)",
22+
"type": "extensionHost",
23+
"request": "launch",
24+
"runtimeExecutable": "${execPath}",
25+
"args": ["--disable-extensions", "--extensionDevelopmentPath=${workspaceFolder}"],
26+
"env": {
27+
"VSCODE_DEBUGGING_EXTENSION": "gitlens"
28+
},
29+
"cwd": "${workspaceFolder}",
30+
"outFiles": ["${workspaceFolder}/dist/**/*.js"],
31+
"skipFiles": ["<node_internals>/**", "**/resources/app/out/vs/**"],
32+
"smartStep": true,
33+
"sourceMaps": true
34+
},
2035
{
2136
"name": "Watch & Launch GitLens",
2237
"type": "extensionHost",

0 commit comments

Comments
 (0)