Skip to content

Commit

Permalink
Add shell_plus as debug launch target
Browse files Browse the repository at this point in the history
Super useful!
  • Loading branch information
TheRealHaoLiu committed Mar 6, 2024
1 parent 6b8d24b commit b6f9458
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,13 @@
"preLaunchTask": "stop awx-uwsgi and install Werkzeug",
"postDebugTask": "start awx-uwsgi"
},
{
"name": "shell_plus",
"type": "debugpy",
"request": "launch",
"program": "manage.py",
"args": ["shell_plus"],
"django": true,
},
]
}

0 comments on commit b6f9458

Please sign in to comment.