You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here, workspaceFolder name would be project_trunk but the folder to locate the virtualenv has root folder as ./build/(app1|app2) so I can't derive the location of virtualenv from the workspaceFolder name.
It would be great if we can support glob patterns for python.venvPath as ./build/*/.
Thank you for the suggestion! We have marked this issue as "needs decision" to make sure we have a conversation about your idea. We plan to leave this feature request open for at least a month to see how many 👍 votes your idea gets to help us make our decision.
Assume that my code structure is:
Here,
workspaceFolder
name would beproject_trunk
but the folder to locate thevirtualenv
has root folder as./build/(app1|app2)
so I can't derive the location of virtualenv from theworkspaceFolder
name.It would be great if we can support glob patterns for
python.venvPath
as./build/*/
.Reference:-
The text was updated successfully, but these errors were encountered: