Skip to content

Commit

Permalink
Set justMyCode=False in launch configs
Browse files Browse the repository at this point in the history
  • Loading branch information
DeD1rk committed Dec 10, 2023
1 parent 89a2e88 commit 6067fc0
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 @@ -9,7 +9,7 @@
"args": [
"runserver",
],
"justMyCode": true,
"justMyCode": false,
"django": true,
},
{
Expand All @@ -23,7 +23,7 @@
"--buffer",
],
"cwd": "${workspaceFolder}/website",
"justMyCode": true,
"justMyCode": false,
"django": true,
}
]
Expand Down

0 comments on commit 6067fc0

Please sign in to comment.