UNPKG

create-crack

Version:

CLI tool for creating crack projects

17 lines (16 loc) 401 B
{ "version": "0.2.0", "configurations": [ { "type": "node", "request": "launch", "name": "调试图片处理脚本", "skipFiles": ["<node_internals>/**"], "program": "${workspaceFolder}/scripts/image.js", "args": ["./src/content"], "console": "integratedTerminal", "runtimeExecutable": "node", "runtimeArgs": ["--inspect-brk"] } ] }