Pārlūkot izejas kodu

Adds sandbox launch config

main
Eric Amodio pirms 5 gadiem
vecāks
revīzija
f017acf58d
1 mainītis faili ar 15 papildinājumiem un 0 dzēšanām
  1. +15
    -0
      .vscode/launch.json

+ 15
- 0
.vscode/launch.json Parādīt failu

@ -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",

Notiek ielāde…
Atcelt
Saglabāt