VSCode debug task for debugging main process

Summary: Just a small task to make debugging of the main process easier

Reviewed By: jknoxville

Differential Revision: D19792592

fbshipit-source-id: 9d1060dbb58a01615230bff2361144cfc88e41b7
This commit is contained in:
Anton Nikolaev
2020-02-10 03:41:50 -08:00
committed by Facebook Github Bot
parent 991b00f163
commit 99d4d44957
2 changed files with 8 additions and 1 deletions

6
.vscode/launch.json vendored
View File

@@ -9,6 +9,12 @@
"webRoot": "/",
"url": "http://localhost:3000/index.dev.html"
},
{
"name": "Attach to Running Main",
"type": "node",
"request": "attach",
"port": 9229
},
{
"type": "node",
"request": "launch",