mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
fix source mapping when debugging in sandbox (#107)
This commit is contained in:
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",
|
||||||
|
|||||||
Reference in New Issue
Block a user