fix source mapping when debugging in sandbox (#107)
This commit is contained in:
parent
1a167b2ea5
commit
f9c4014e28
1 changed files with 4 additions and 1 deletions
5
.vscode/launch.json
vendored
5
.vscode/launch.json
vendored
|
|
@ -9,7 +9,10 @@
|
||||||
"port": 9229,
|
"port": 9229,
|
||||||
"request": "attach",
|
"request": "attach",
|
||||||
"skipFiles": ["<node_internals>/**"],
|
"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",
|
"type": "node",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue