-
Notifications
You must be signed in to change notification settings - Fork 687
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
Code lens System.ArgumentNullException in diff editor #5843
Comments
@beccamc any updates on this? |
@vchirikov I am able to reproduce and have tracked down the root cause. We're having an issue with URL encodings coming from VS Code making file paths not equivalent. I am working on a fix. Thanks for your patience on this! |
The root cause is the DocumentUriConverter returning a path using URL encodings. Working with the relevant team on a fix. This test case is a simple way to reproduce...
|
@beccamc will it be included in august releases? the extension doesn't work at all without it |
@tmat Do you know about the status of the DocumentUri fix? |
Where is |
@tmat This was supposed to be fixed by this PR I believe - dotnet/roslyn#69304. This went in a couple weeks ago. I can check and see if the issue still reproduces. |
I don't think it would be. That fix only addressed issues with certain Unicode characters. |
@tmat Do you mind taking over this issue? |
Environment data
dotnet --info
output:VS Code version: 1.79.2
C# Extension version: v2.0.212
log
Steps to reproduce
Codelens related config:
Expected behavior
No errors
Actual behavior
Error popup & error logs
The text was updated successfully, but these errors were encountered: