Skip to content

Commit d86bcd9

Browse files
committed
setup debug script to run --apply w/ built gsr for vscode
Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
1 parent d36df25 commit d86bcd9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.vscode/launch.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
55
"version": "0.2.0",
66
"configurations": [
7+
{
8+
"name": "node dist/git-stacked-rebase.js origin/master --apply",
9+
"program": "${workspaceFolder}/dist/git-stacked-rebase.js",
10+
"request": "launch",
11+
"args": [
12+
"origin/master", //
13+
"--apply"
14+
],
15+
"skipFiles": [
16+
"<node_internals>/**" //
17+
],
18+
"type": "node"
19+
},
720
{
821
"name": "ts-node tests",
922
"type": "node",

0 commit comments

Comments
 (0)