Heejae Chang

Results 457 comments of Heejae Chang

if you `Uh, try reading the original post.` meant this ``` The steps needed to reliably reproduce the problem Callable[..., str] ``` It didn't repro. `[..., str]` doesn't matter for...

alright, let me be more specific. can you provide us with `repo.zip` that contains `requirement.txt` and others that show the symptom? and some instructions on how to repo it. simple...

about > Python 3.8 is no longer supported. Maybe typing.Callable should be marked as deprecated in typeshed? it seems there is ongoing issue on typeshed - https://github.com/python/typeshed/issues/12092 ... it feels...

Thank you for another `Pro tip`. but you still didn't tell me whether it showed up in `search for additional import match` or not. did you try?

I just cloned the `astToolkit` repo and tried again, but I still can't repro. ![Image](https://github.com/user-attachments/assets/143b1b38-7980-4fc8-8511-aae258a32122) Without a repro, it would be hard for us to dig in. If we could...

I wonder what it is like if we disable `full semantic token` and only enable `partial semantic token`

editable install is considered as 3rd party package. so it won't treat it same as user file for auto/add imports. see this https://github.com/microsoft/pylance-release/blob/main/docs/settings/python_analysis_packageIndexDepths.md on how to adjust default indexing behavior...

Hi @BlackDark , I'm an AI Support assistant here to help with your issue. While the team reviews your request, I wanted to provide some possible tips and documentation that...

@rchiodo is this your editable install feature working?

found the bug. will be fixed in next release.