I've been experimenting with using pip-compile for Jinja, and have run into an interesting circular dependency between Jinja and Sphinx. Jinja uses an editable install (-e .) for development. Jinja lists Sphinx in requirements.in for bui...
{"name":"Python: Flask","type":"python","request":"launch","module":"flask","env": {"FLASK_APP":"app.py"},"args": ["run","--no-debugger","--no-reload"],"jinja":true}, {"name":"Python: Current File (External Terminal)","type":"python","request":"launch","program":"...