Fix GitHub snippet resolution
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: lguychard
Fixes #771 Fixes #3105 Fixes #3110
Deprecates commentSnippetCodeViewResolver
, which:
getGitHubState()
, which could be any inline link in a GitHub comment (#771)Snippet code views are now resolved using the fileLineContainerResolver
, to the closes element containing both the code and the permalink. Several snippets contained in the same comment can be accurately resolved.
Push commits to the source branch or add previously merged commits to review them.