Skip to content

Commit 9fb776c

Browse files
author
Kelly Selden
committed
support vscode debugging in Windows.
1 parent 32b5949 commit 9fb776c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "Launch",
66
"type": "node",
77
"request": "launch",
8-
"program": "${workspaceRoot}/node_modules/.bin/jscodeshift",
8+
"program": "${workspaceRoot}/node_modules/jscodeshift/bin/jscodeshift.sh",
99
"stopOnEntry": false,
1010
"args": ["-t", "transform.js", "-d", "--run-in-band", "src"],
1111
"cwd": "${workspaceRoot}",
@@ -43,4 +43,4 @@
4343
"outFiles": []
4444
}
4545
]
46-
}
46+
}

0 commit comments

Comments
 (0)