Bill Schnurr

Results 205 comments of Bill Schnurr

I'm not seeing this slow performance in pylance v2024.3.1, but maybe i had a newer version of sklearn

I have a feeling this is related to deleting files.. possibly notebooks.. can't repo it yet though

Thanks for the suggestion. I agree this would be nice

in mutiroot... do we need to only allow extra paths from pyrightconfig.json files per workspace?

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

As a work around did you try excluding the folder with python? "/path/to/python_build_standalone_install/[email protected]/lib/python3.11/pathlib.py "python.analysis.exclude": [ "path" ]

@heejaechang i'm thinking maybe go to definition should resolve the alias and never go to 'MutableMapping = _alias(collections.abc.MutableMapping, 2)' line. for instance go to def on np in 'np.array' goes...

i think you have to remove 'x=' ```python class incompleteCode(TypedDict): cache: bool addedBonus: incompleteCode = { 'cache': True, } humilityIsAVirtue: int = int(addedBonus[list(addedBonus.keys())[0]]) print(humilityIsAVirtue) ```

do you sync server enabled by chance? ![image](https://github.com/user-attachments/assets/9d157748-8ccc-4c20-be8b-7d81aa672df4) i was seeing an error when enabled, but seems to be working when disabled.