Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update launch.json #3625

Merged
merged 4 commits into from
Sep 6, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update launch.json
  • Loading branch information
dhivyasreedhar committed Sep 5, 2021
commit 5978f425d59b7eb303d0a6f39de879cf019f50b7
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "0.2.0",
"configurations": [
{
"type": "node",
"type": "pwa-chrome",
"request": "launch",
"preLaunchTask": "npm: start - cvat-ui",
"name": "ui.js: debug",
Expand All @@ -22,7 +22,7 @@
"smartStep": true,
},
{
"type": "node",
"type": "pwa-chrome",
dhivyasreedhar marked this conversation as resolved.
Show resolved Hide resolved
"request": "launch",
"name": "ui.js: test",
"cwd": "${workspaceRoot}/tests",
Expand Down