Also, for local developement, I used to create ven...
# general
b
Also, for local developement, I used to create venv by dependencies, dev dependencies, and install intra-repo dependencies by edit mode, than use that venv in VSCode for definition jumping, code evaluate and formatter/linting (black, isort, etc..) , it’s possible to output a venv from pants for a specific binary/application ? or any other suggested dev workflow on VSCode with Pants ?
❤️ 2