Skip to content

Commit

Permalink
Fix (dev): Updates launch configuration to overeride USE_DEBUG_TOOLBA…
Browse files Browse the repository at this point in the history
…R to false
  • Loading branch information
leandrodesouzadev committed Nov 17, 2023
1 parent ba2bf0a commit 5e6614d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
"-x",
"-vv"
],
"envFile": "${workspaceFolder}/.env.test"
"envFile": "${workspaceFolder}/.env.test",
"env": {
"USE_DEBUG_TOOLBAR": "0"
}
},
{
"name": "Django Debug",
Expand Down

0 comments on commit 5e6614d

Please sign in to comment.