Skip to content

Commit

Permalink
chore: add VsCode debug config with clean cache (#17229)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shegox committed Aug 17, 2022
1 parent 275ef41 commit 768e06c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .vscode/launch.json
Expand Up @@ -14,6 +14,20 @@
"protocol": "inspector",
"skipFiles": ["<node_internals>/**/*.js"]
},
{
"type": "node",
"request": "launch",
"name": "debug (clean cache)",
"program": "${workspaceFolder}/lib/renovate.ts",
"env": {
"LOG_LEVEL": "debug"
},
"preLaunchTask": "npm: clean-cache",
"console": "integratedTerminal",
"runtimeArgs": ["-r", "ts-node/register/transpile-only"],
"protocol": "inspector",
"skipFiles": ["<node_internals>/**/*.js"]
},
{
"type": "node",
"request": "launch",
Expand Down

0 comments on commit 768e06c

Please sign in to comment.