Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support glob patters for python.venvPath #6599

Closed
shadyabhi opened this issue Jul 15, 2019 · 2 comments
Closed

Support glob patters for python.venvPath #6599

shadyabhi opened this issue Jul 15, 2019 · 2 comments
Labels
feature-request Request for new features or functionality

Comments

@shadyabhi
Copy link

shadyabhi commented Jul 15, 2019

Assume that my code structure is:

.
└── project_trunk
    ├── build
    │   ├── app1
    │   │   └── venv
    │   │       └── bin
    │   │           └── activate
    │   └── app2
    │       └── venv
    │           └── bin
    │               └── activate
    └── source.py

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/*/.

Reference:-

@shadyabhi shadyabhi added triage-needed Needs assignment to the proper sub-team feature-request Request for new features or functionality labels Jul 15, 2019
@ghost ghost removed the triage-needed Needs assignment to the proper sub-team label Jul 16, 2019
@brettcannon brettcannon added triage-needed Needs assignment to the proper sub-team feature-interpreter and removed triage-needed Needs assignment to the proper sub-team labels Jul 16, 2019
@brettcannon
Copy link
Member

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.

@luabud
Copy link
Member

luabud commented Sep 17, 2019

Closing in favour of #1479.

@luabud luabud closed this as completed Sep 17, 2019
@ghost ghost removed the needs decision label Sep 17, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Sep 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

3 participants