Stella

Results 161 comments of Stella

We can put at the same place as the `x of files to analyze`?

I can also repro when there's no existing imports for the same module. Repro steps: 1. Open https://github.com/microsoft/pylance-release/blob/247c5fcd1f18670ea101481474f19b4606dbd20c/testing/single/src/codeaction in vscode 2. Run `Add 'import os'` on line 7 3. Run...

@debonte yes, this is the `show type hierarchy` feature, not the `show call hierarchy`. Show type hierarchy is supposed to show both overriding method and overriden method, so in this...

Good point, this is just my interpretation of this [pr](https://github.com/microsoft/pyrx/pull/4285). @heejaechang might know it better. Regardless, I was expecting show supertype and subtype to behave consistently.

Move symbols doesn't work either. `Request workspace/executeCommand failed with message: Cannot read properties of undefined (reading 'startsWith')`

Copied the issue from https://github.com/microsoft/pylance-release/issues/5277#issuecomment-1861531993

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

What's your pylance extension, python extension, and vscode version?

The issue with imports from external third party library should have been fixed, see https://github.com/microsoft/PTVS/issues/6713.