-
Notifications
You must be signed in to change notification settings - Fork 234
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
Fixed support for env files #439
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
Co-authored-by: Hofer-Julian <[email protected]>
This pull now has added autocomplete for venv folders, but the function is getting really slow. |
Always, or only when trying to auto complete? |
the script calls I've been wandering to maybe refactor the script to improve its speed, or maybe move to TL;DR only takes longer when trying to autocomplete |
That would be much appreciated. Within this PR or in a follow up is then up to you
👍 |
Possibly in a follow up PR |
My feeling is that we should remove autocompletion of paths for now and try again after we refactored/sped up the script. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
This pull adds support to activate environmental directories referenced in issue #401.
Currently the script works with directories passed as argument, but it doesn't autocomplete them.
might add that later on.