Bill Schnurr
Bill Schnurr
just to confirm you prefer `collecitons.abc` to be suggested sooner?
hmm 2-5 seconds is expected for the first request.. are additional completions or onHover calls slow? do you have code example with the slow huggingface completion?
@cpoptic can you provide some details on your remote setup?
workaround. update you stub to point to the function of the same name. 
created a venv pip install pyqt5 seem to get completions in your example 
can you provide logs? see https://github.com/microsoft/pylance-release/blob/main/TROUBLESHOOTING.md#filing-an-issue
hmm. I guess we dont support `.cfg` environment configs files. if the files dont exist in the environment folder, then we dont know about them. I guess this is an...
have you selected the correct python environment, with pyattact installed? https://code.visualstudio.com/docs/python/environments#_select-and-activate-an-environment
do you have public code to reproduce this? you can try disabling indexing. also are you using local workspace or remote? info on how to grab logs. https://github.com/microsoft/pylance-release/blob/main/TROUBLESHOOTING.md#filing-an-issue
for 1. By default we only index top level imports due to perf issues. to override and to go further into django you can customize indexing. ["", 1],