Przeglądaj źródła

Adds sandbox launch config

main
Eric Amodio 5 lat temu
rodzic
commit
f017acf58d
1 zmienionych plików z 15 dodań i 0 usunięć
  1. +15
    -0
      .vscode/launch.json

+ 15
- 0
.vscode/launch.json Wyświetl plik

@ -18,6 +18,21 @@
"sourceMaps": true
},
{
"name": "Launch GitLens (Sandbox)",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": ["--disable-extensions", "--extensionDevelopmentPath=${workspaceFolder}"],
"env": {
"VSCODE_DEBUGGING_EXTENSION": "gitlens"
},
"cwd": "${workspaceFolder}",
"outFiles": ["${workspaceFolder}/dist/**/*.js"],
"skipFiles": ["<node_internals>/**", "**/resources/app/out/vs/**"],
"smartStep": true,
"sourceMaps": true
},
{
"name": "Watch & Launch GitLens",
"type": "extensionHost",
"request": "launch",

Ładowanie…
Anuluj
Zapisz