<#18872 How to use individual tool exports in vsco...
# github-notifications
c
#18872 How to use individual tool exports in vscode Issue created by p-baum Exporting tools produces multiple venvs - one for each tool. How do I get vscode to use these venvs simultaneously? I want vscode to lint and format using pants tools/versions. I've tried adding a vscode manual path to the pylint executable in its venv but that doesn't work. Is it perhaps somehow possible to merge venvs for vscode consumption? pantsbuild/pants