-
-
Notifications
You must be signed in to change notification settings - Fork 88
pylint errors stay around after deleting code file in working copy #261
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
Comments
Not sure how my extension could be affecting the python extension. I will have to take a look tonight when I have a windows machine available. |
I am able to replicate this. |
Seems like this line is the cause. This is used by the QuickDiffProvider. I'm assuming that it saves the uri and the linter is using that |
I have previously created this PR for another python extension related issue. |
Thanks for investigating! Should I expect that PR to solve the issue? If so, note that I can reproduce the same issue with a Latex extension, so I wonder how this could be solved in a general way (in VSCode, maybe?) |
No that PR was to fix a duplication bug. I should be able to fix it by changing the uri scheme just need to see where I use it in the codebase |
Looks good to me, thanks so much! |
svn, version 1.10.0-dev (under development)
compiled Apr 14 2018, 10:24:15 on x86-microsoft-windows
Issue
After deleting some bug.py, pylint errors for bug.py stay around. I could repro this with python and with latex files. I have reported
microsoft/vscode#49187
yet I am told this has to do with extensions. I have reported
microsoft/vscode-python#1235
but am told they cannot reproduce.
Steps to Reproduce
In Windows Explorer:
In VS Code:
SVN Output
The text was updated successfully, but these errors were encountered: