Stella
Stella
Hi there, does this still repro in the latest version of VS? I don't see anything in that code that would explain the behavior that you're seeing. This might be...
It still seems to be working for me. The fact that it sometimes doesn't repro for you probably implies some kind of a timing issue, debugging would normally slow down...
See https://github.com/microsoft/pylance-release/issues/5196#issuecomment-1960365597 for the potential issues that need addressing in order to implement the fix. I also opened a pyright issue to ask about the first issue in the linked...
Thank you for reporting this issue. Our current design is to print the original return type instead of the type alias for overridden methods. I don't consider it a bug,...
Thanks for the clarification. We could potentially add a setting to control the printed return type to be either original type or type alias. Moving this issue to discussion as...
Hi @rentruewang, we've tagged the issue with the `bug` label, which means it's now in our backlog for fixing. The order in which we address backlog items depends on their...
This issue has been fixed in prerelease version 2024.3.101, which we've just released. You can find the changelog here: [CHANGELOG.md](https://github.com/microsoft/pylance-release/blob/main/CHANGELOG.md#20243101-21-March-2024-PreRelease)
Hi there, thanks for your issue. Did you customize keyboard shortcuts in Visual Studio through the Options dialog? What is your `alt+z` mapped to? It's not the default shortcuts in...
Are you talking about the zoom in/out feature? Can you try the following keyboard shortcuts? Zoom In: Ctrl + + (Press and hold the Ctrl key, then press the plus...
Closing as a duplicate of https://github.com/microsoft/PTVS/issues/7923, the same issue also seems to repro for conda environment.