Heejae Chang
Heejae Chang
First, here is some doc around how to set up large workspace with pylance - https://github.com/microsoft/pylance-release/wiki/Opening-Large-Workspaces-in-VS-Code ... Pylance has 2 different kinds of indexing. `user file indexing`, and `third-party library...
is this happen with interactive window used? or happen with only regular python file?
what version of python extension are you using?
hmmm.. then I can't repro. I probably need more data to figure out. log doesn't have enough info either unfortunately.
dup to https://github.com/microsoft/pylance-release/issues/6312
oops :)
we can make it show only once but `pylance` won't work properly if it keeps happening? is that okay? probably better way is see the `learn more` and actually configure...
if that's what's happening, pylance probably wasn't doing anything for you, it just chewing CPU re-initializing in background again and again. I think this is probably better for you -...
do you have anything set up to automatically run after a file is saved such as `linter` or `formatter`? if you do, can you disable that and retry? that said,...
@inikishev if you can't pinpoint exact entries from the log, please provide all entries around the time it reproed.