Support wildcard and array options for python.venvPath
setting
#24369
Labels
feature-request
Request for new features or functionality
triage-needed
Needs assignment to the proper sub-team
Following the trail of this issue: #1019, I'd like to request
venvPath
to support array of paths and wildcards in them.My use case touches monorepos and as part of monorepo (poly language repo), each project may have one or even many venvs created. Workaround I'm using for now is creating named venvs in the root, which isn't ideal of course, but seems to be do the trick.
Having an ability to have venvs co located with actual projects will remove this artificial limitation. Thus, expected format would be something as discussed in the ticket attached, where we just rename the
venvPath
to becomevenvPaths
(plural):Arrays might be beneficial in case of more granular separation in repo, like "public-apps", "internal-apps".
The text was updated successfully, but these errors were encountered: