Heejae Chang

Results 464 comments of Heejae Chang

we might add something to code so we ask users to open an issue if it gets hit. like the code we added to ask users to file an issue...

use this option - https://github.com/microsoft/pylance-release/blob/main/docs/settings/python_analysis_regenerateStdLibIndices.md

could you provide some details for us?

looks like signature help's context checking is not checking a case where it is nested another expression.

why are you have `logLevel: Trace` on? that logging will slow you down. it should be only on when you are investigating something or okay with perf hit, otherwise, you...

are you saying what you shared is all you got? or some part of it? Can you provide the log as described in [the troubleshooting guide](https://github.com/microsoft/pylance-release/wiki/Collecting-data-for-an-investigation.#collecting-trace-logs-using-commands)? basically, 1. use the...

so, everything there seems expected. would it be possible for me to get this data (profiling data) as well? (https://github.com/microsoft/pylance-release/wiki/Collecting-data-for-an-investigation.#collecting-cpuprofiles) so, we can take a look what we can optimize...

> After running this command, python code intelligence stops working and in the logs it can be seen that pylance is scanning the modules in the venv multiple times. I...