Bill Schnurr

Results 205 comments of 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. ![image](https://user-images.githubusercontent.com/1946977/189408229-315f1983-da8c-4139-9c33-42fc93fcd7a4.png)

created a venv pip install pyqt5 seem to get completions in your example ![image](https://user-images.githubusercontent.com/1946977/187554378-f66ea65c-d1e9-4923-88db-4b1dcfa2aa49.png)

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],