mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-03-26 22:39:31 +08:00
Fix launch.json debugging config (#6484)
This commit is contained in:
committed by
Ian Sutherland
parent
efaee65e90
commit
cb2c720056
@@ -60,7 +60,9 @@ Use the following [`launch.json`](https://code.visualstudio.com/docs/editor/debu
|
||||
"cwd": "${workspaceRoot}",
|
||||
"protocol": "inspector",
|
||||
"console": "integratedTerminal",
|
||||
"internalConsoleOptions": "neverOpen"
|
||||
"internalConsoleOptions": "neverOpen",
|
||||
"env": { "CI": "true" },
|
||||
"disableOptimisticBPs": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user