summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 93a8c43..c1fed22 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -24,9 +24,10 @@
"--log-config",
"./log_config.json",
"--workers",
- "1"
+ "1", "--proxy-headers"
],
- "console": "integratedTerminal"
+ "console": "integratedTerminal",
+ "justMyCode": false
},
{
"name": "celery",