-
Notifications
You must be signed in to change notification settings - Fork 769
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Erratic problem reporting in VSCode #4609
Comments
I have some further insight. I have multi workspace repo. Here's a simplified overview of my repo structure:
Now, given the above structure, I can set the |
I've had a similar problem as well. My solution back then was adding a |
Thanks @GugelRobin, I was able to workaround this issue. |
Actually I'm going to leave it open. This at least should be documented somewhere, right? |
Transferring to Pylance. We may want to show something special in this case:
|
Related to microsoft/vscode-python#21204 |
Describe the bug
Sometimes Pylance + Pyright correctly report problems sometimes it doesn't. It's erratic. See video below.
Screencast.from.03.07.2023.10.54.02.webm
Keep in mind I'm not saving the file and there's no autosave enabled. I'm just typing in letter by letter and waiting to see what happens.
Expected behavior
I would expect the detected problems to always show up in the problems window.
VS Code extension or command-line
VS Code 1.78.2 with Pylance v2023.6.40
Additional context
I couldn't find any crashes or seemingly relevant infos in Python or Python Language Server outputs. Project running in a devcontainer. No extra formatting/linting extensions installed, just Python + Pylance.
How can I debug this?
The text was updated successfully, but these errors were encountered: