fix source mapping when debugging in sandbox (#107)
This commit is contained in:
parent
1a167b2ea5
commit
f9c4014e28
|
@ -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…
Reference in New Issue