Some checks failed
Continuous Integration / GitHub Actions Test (push) Successful in 23s
CodeQL / Analyze (TypeScript) (push) Failing after 5m27s
Check Transpiled JavaScript / Check dist/ (push) Has been cancelled
Continuous Integration / TypeScript Tests (push) Has been cancelled
Lint Codebase / Lint Codebase (push) Has been cancelled
16 lines
371 B
JSON
16 lines
371 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Debug Action",
|
|
"type": "node",
|
|
"request": "launch",
|
|
"runtimeExecutable": "npx",
|
|
"cwd": "${workspaceRoot}",
|
|
"args": ["local-action", ".", "src/main.ts", ".env"],
|
|
"console": "integratedTerminal",
|
|
"skipFiles": ["<node_internals>/**", "node_modules/**"]
|
|
}
|
|
]
|
|
}
|