Update launch.json (#3625)

* Update launch.json

Changed .vscode\launch.json for compatibility with JavaScript Debugger

* Update launch.json

* Update .vscode/launch.json

Co-authored-by: Dmitry Kalinin <dmitry.kalinin@intel.com>

* Update .vscode/launch.json

Co-authored-by: Dmitry Kalinin <dmitry.kalinin@intel.com>

Co-authored-by: Dmitry Kalinin <dmitry.kalinin@intel.com>
main
Dhivya S 5 years ago committed by GitHub
parent 599e38fd94
commit d80d241f5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,7 +5,7 @@
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"type": "pwa-chrome",
"request": "launch",
"preLaunchTask": "npm: start - cvat-ui",
"name": "ui.js: debug",
@ -59,7 +59,7 @@
},
{
"name": "server: chrome",
"type": "chrome",
"type": "pwa-chrome",
"request": "launch",
"url": "http://localhost:7000/",
"disableNetworkCache":true,

Loading…
Cancel
Save