auto restart of debugger

This commit is contained in:
2024-05-27 15:02:11 -05:00
parent b346710496
commit ed18389bb2

1
.vscode/launch.json vendored
View File

@@ -8,6 +8,7 @@
"name": "Attach", "name": "Attach",
"port": 9229, "port": 9229,
"request": "attach", "request": "attach",
"restart": true,
"skipFiles": [ "skipFiles": [
"<node_internals>/**" "<node_internals>/**"
], ],