How to enter a Hatch shell development environment in the VS Code debugger launch profile when debugging django
I need to run the command ‘hatch shell’ to enter my hatch development environment before running the server command ‘py manage.py runserver’. I can’t find out how to do this using the VS code debugger profile specified in the launch.json file below.