diff --git a/.vscode/launch.json b/.vscode/launch.json index e6e13ac62de9..62289122564a 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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, + }, ] }