-
-
Notifications
You must be signed in to change notification settings - Fork 245
Support absolute paths in import completion skip list #968
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
Comments
You can change |
I'll try it. Could you document that on https://docs.bpython-interpreter.org/en/latest/configuration.html ? Do I use the |
It is and it's already documented at https://github.com/bpython/bpython/blob/main/doc/sphinx/source/configuration-options.rst#import_completion_skiplist. The live copy needs an update for the current version. |
I just excluded every dir in my home dir and it seems to have worked. Does it support absolute paths? If so, could I exclude |
It doesn't at the moment,. So let's keep this bug open until it also supports absolute paths. |
I get the high CPU from file scanning mentioned in #845 and #806 .
This surprised me because it must have started after an update and the first symptom was my CPU fan spinning on my MBP.
Is there any way to disable this scanning in my home dir? As another user mentioned, it's common to open bpython in the home dir, and people often have many repos checked out below their home dir.
A config option in the config file? A dot-file? Something in the .python-profile.py?
Is there any way to to this today? If not, I would like to request the feature.
The text was updated successfully, but these errors were encountered: