poto-siril
Version:
Automatization around Siril (<https://siril.org/>) for deep sky astrophotography.
26 lines (25 loc) • 630 B
JSON
{
"version": "0.8.0",
"configurations": [
{
"name": "dev-prepare-dataset1",
"type": "node",
"request": "launch",
"runtimeExecutable": "node",
"runtimeArgs": ["--nolazy", "-r", "ts-node/register/transpile-only"],
"args": [
"src/poto-siril.ts",
"prepare",
"-i",
"tmp/asiair-dump-1",
"-i",
"tmp/bank",
"tmp/project"
],
"preLaunchTask": "npm: dev-prepare-ds1",
"cwd": "${workspaceRoot}",
"internalConsoleOptions": "openOnSessionStart",
"skipFiles": ["<node_internals>/**", "node_modules/**"]
}
]
}