This repository was archived by the owner on Jun 21, 2023. It is now read-only.
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
Description
Versions
- GitHub Extension for Visual Studio version:
2.10.2
- Visual Studio version: All
What happened
- Open pull request detail view
- Right-click on PR file and
View File
- File opens but comments aren't visible on margin
Expected behavior
- Comment margin should be visible
Screenshots
Logs
2019-06-10 14:55:30.939 [11504] EROR [01] InlineCommentTagger Exception caught while executing background task
System.ArgumentException: The value 'C:/Source/github.com/github/VisualStudio/src/GitHub.VisualStudio.16/Sync/PublishView.xaml.cs' must not be rooted
Parameter name: path
at GitHub.Extensions.Guard.ArgumentIsGitPath(String value, String name) in C:\Source\github.com\github\VisualStudio\src\GitHub.Extensions\Guard.cs:line 21
at GitHub.Services.GitService.Compare(IRepository repository, String sha1, String sha2, String path) in C:\Source\github.com\github\VisualStudio\src\GitHub.Exports\Services\GitService.cs:line 242
at GitHub.InlineReviews.Services.DiffService.<Diff>d__2.MoveNext() in C:\Source\github.com\github\VisualStudio\src\GitHub.InlineReviews\Services\DiffService.cs:line 34