Allow debugging with NVM and docked debug bar

main
Ashelyn Dawn 4 years ago
parent be0776b9ea
commit 5b1af7ba52

@ -11,6 +11,7 @@
"skipFiles": [ "skipFiles": [
"<node_internals>/**" "<node_internals>/**"
], ],
"runtimeVersion": "12.16.3",
"program": "${workspaceFolder}/index.js" "program": "${workspaceFolder}/index.js"
} }
] ]

@ -1,3 +1,4 @@
{ {
"editor.tabSize": 2 "editor.tabSize": 2,
"debug.toolBarLocation": "docked"
} }
Loading…
Cancel
Save