Skip to content

Commit 7cbb087

Browse files
committed
Update readme with new attach config
1 parent 9b950b4 commit 7cbb087

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

developer-tools/nodejs-debugging/VSCode-README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ A JSON file will be created and displayed. Replace its contents with the followi
115115
"address": "localhost",
116116
"restart": true,
117117
"sourceMaps": false,
118-
"outDir": null,
119-
"localRoot": "${workspaceRoot}",
118+
"outFiles": [],
119+
"localRoot": "${workspaceRoot}/app",
120120
"remoteRoot": "/code"
121121
}
122122
]

0 commit comments

Comments
 (0)