2020-04-03 21:25:07 +03:00
|
|
|
{
|
|
|
|
// Use IntelliSense to learn about possible attributes.
|
|
|
|
// Hover to view descriptions of existing attributes.
|
|
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
2023-06-28 21:04:33 +03:00
|
|
|
"name": "Attach to RNW App (Hermes Direct Debug w/ Metro)",
|
|
|
|
"port": 8081,
|
2020-04-03 21:25:07 +03:00
|
|
|
"request": "attach",
|
2023-06-28 21:04:33 +03:00
|
|
|
"skipFiles": [
|
|
|
|
"<node_internals>/**"
|
|
|
|
],
|
|
|
|
"type": "node",
|
|
|
|
}
|
2020-04-03 21:25:07 +03:00
|
|
|
]
|
|
|
|
}
|