Heejae Chang

Results 460 comments of Heejae Chang

are you using remote? if so, you need to set option at the remote, local setting has no impact.

I just tested it on WSL and SSH, and all works as expected. can you do this? https://github.com/microsoft/pylance-release/wiki/Collecting-data-for-an-investigation.#collecting-trace-logs-using-commands and provide log file generated at the remote side? this will tell...

I see no indexing going on. are you sure that `python.analysis.indexing` not working? ``` "indexing": false, "userFileIndexingLimit": 200 ``` and it is set correctly. for this > 2024-05-30 08:35:15.456 [info]...

we added some code to handle cyclic symlinks recently that will be released this week. let's try that bits to see whether it can mitigate your issue. that said, let...

I confirmed `userFileIndexLimit` works as expected.

This issue has been fixed in prerelease version 2024.7.100, which we've just released. You can find the changelog here: [CHANGELOG.md](https://github.com/microsoft/pylance-release/blob/main/CHANGELOG.md#20247100-15-July-2024-PreRelease)

This issue has been fixed in prerelease version 2024.7.100, which we've just released. You can find the changelog here: [CHANGELOG.md](https://github.com/microsoft/pylance-release/blob/main/CHANGELOG.md#20247100-15-July-2024-PreRelease)

sounds like same bug as https://github.com/microsoft/pylance-release/issues/5965#issuecomment-2152271871 issue seems code that detect signature help position doesn't consider being in the string literal.

> @heejaechang Could you please look at one more thing? https://youtu.be/RgnYR0QbjCY The popup is different (this is not that yellow one, but the one which offers parameters). And the setting...

if you think it is related to indexing, you can set `"python.analysis.indexing": false` and see whether OOM stops.