You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailchat/.vscode/launch.json

18 lines
563 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "plugin-declaration-generator Test",
"runtimeExecutable": "/Users/moonrailgun/.nvm/versions/node/v16.13.1/bin/node",
"type": "node",
"request": "launch",
"program": "${workspaceRoot}/packages/plugin-declaration-generator/node_modules/ts-node/dist/bin.js",
"args": [
"${workspaceRoot}/packages/plugin-declaration-generator/test/index.ts"
],
"cwd": "${workspaceRoot}/packages/plugin-declaration-generator",
"protocol": "inspector"
}
]
}