fix source mapping when debugging in sandbox (#107)

This commit is contained in:
Olcan 2025-04-21 19:04:00 -07:00 committed by GitHub
parent 1a167b2ea5
commit f9c4014e28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

5
.vscode/launch.json vendored
View File

@ -9,7 +9,10 @@
"port": 9229,
"request": "attach",
"skipFiles": ["<node_internals>/**"],
"type": "node"
"type": "node",
// fix source mapping when debugging in sandbox
"remoteRoot": "/usr/local/share/npm-global/lib/node_modules/@gemini-code",
"localRoot": "${workspaceFolder}/packages"
},
{
"type": "node",