Skip to content
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

Diagnostic for renamed file is not removed properly #7010

Open
heejaechang opened this issue Mar 4, 2025 · 0 comments
Open

Diagnostic for renamed file is not removed properly #7010

heejaechang opened this issue Mar 4, 2025 · 0 comments
Assignees
Labels
needs repro Issue has not been reproduced yet

Comments

@heejaechang
Copy link
Contributor

It looks like when a file with diagnostic is renamed, sometime errors from old file name is not removed properly.

repro

  1. create a file with diagnostic (a.py)
  2. create another file (b.py) that import (from a import foo)
  3. rename a to a1
  4. wait diagnostic to show up from a1
  5. do undo
  6. make sure diagnostic from a1 is removed and new one show up for a
@heejaechang heejaechang self-assigned this Mar 4, 2025
@github-actions github-actions bot added the needs repro Issue has not been reproduced yet label Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs repro Issue has not been reproduced yet
Projects
None yet
Development

No branches or pull requests

2 participants