Skip to content

Commit

Permalink
Update launch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Jan 8, 2025
1 parent 17a7af5 commit 849d0af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"program": "${workspaceFolder}/test/backend.py",
"args": [],
"console": "integratedTerminal",
"justMyCode": false,
"justMyCode": true,
"serverReadyAction": {
"action": "debugWithChrome",
"pattern": "Serving .*at http://localhost:([0-9]+)",
Expand All @@ -76,7 +76,7 @@
"program": "${file}",
"args": [],
"console": "integratedTerminal",
"justMyCode": false
"justMyCode": true
},
{
"name": "Package.js",
Expand Down

0 comments on commit 849d0af

Please sign in to comment.