Heejae Chang

Results 457 comments of Heejae Chang

I think this could be also partly due of this - https://github.com/microsoft/pylance-release/issues/6178

isn't this dup of this? https://github.com/microsoft/pylance-release/issues/6221

> The problem is that is suggests the same import multiple times. For this, I dont think it is the same import. I believe it is symbols with the same...

can you provide us a log so we can take a look what is going on? even if there are many files opened, unless they are related, we won't re-analyze...

since we just use lsp libraries api (vscode api indirectly), this seems something they should take care, rather than us. otherwise, every extensions that use the api would need to...

currently no plan, but if there are enough upvote then we will certainly consider.

`include` is our setting, so I dont think it is `vscode`'s responsibility to show errors. if we want to show error, we should do but should be done at `LS`...

probably due to MRU in resolve completion item flipping more recent viewed item.