1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 00:55:06 +03:00
awx/.vscode
Hao Liu 3f2f7b75a6
[developer productivity improvement] Running awx components in vscode debugger (#14942)
Enable VSCode debugger integration when attaching VSCode to with AWX docker-compose development environment container

- add debugpy launch target in `.vscode/launch.json` to enable launching awx processes with debugpy
- add vscode tasks in `.vscode/tasks.json` to facilitate shutting down corresponding supervisord managed processes while launching process with debugpy
- modify nginx conf to add django runserver as fallback to uwsgi (enable launching API server via debugpy)
2024-03-07 19:31:50 +00:00
..
launch.json [developer productivity improvement] Running awx components in vscode debugger (#14942) 2024-03-07 19:31:50 +00:00
tasks.json [developer productivity improvement] Running awx components in vscode debugger (#14942) 2024-03-07 19:31:50 +00:00