Files
opencode-krates-connector/client/node_modules/lib0/.vscode/launch.json
Hermes Agent 6bc05a76b0 fix: Resolve TypeScript errors
Signed-off-by: Hermes Agent <hermes@nosuchhost>
2026-06-16 09:01:21 -04:00

18 lines
448 B
JSON

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Gen Docs",
"program": "${workspaceFolder}/bin/gendocs.js",
"skipFiles": [
"<node_internals>/**"
],
}
]
}