From d80d241f5a363aa6fa6cf0106dbc1cf68ca78ef8 Mon Sep 17 00:00:00 2001 From: Dhivya S Date: Tue, 7 Sep 2021 01:24:07 +0530 Subject: [PATCH] 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 * Update .vscode/launch.json Co-authored-by: Dmitry Kalinin Co-authored-by: Dmitry Kalinin --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 4b65fad0..55811c53 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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,