We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ead26 commit f017acfCopy full SHA for f017acf
.vscode/launch.json
@@ -17,6 +17,21 @@
17
"smartStep": true,
18
"sourceMaps": true
19
},
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
35
{
36
"name": "Watch & Launch GitLens",
37
"type": "extensionHost",
0 commit comments