You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Annotations can be generated for errors but if the error is in a file that is not part of the commit then it will just link to a line in an unrelated file that is part of the commit. It should be possible to link to files that are not part of the commit.
A simple example of where this is needed: if I have a C# project with two code files and remove a method from one that is called from the other then I will get a compiler error in the unchanged file that is calling the now removed method. Currently the annotations will display the correct filename the compiler error refers to but will link to the wrong file in the commit rather than to the correct file elsewhere in the repo that wasn't touched in this commit.
As far as I can tell this isn't currently possible. If it is possible it should be documented how for problem matchers.
Describe the enhancement
Annotations should be able to link to a file and line / column number anywhere in the repo and not only in the commit. This should be possible from problem matchers (the context in which I originally ran into this issue).
The text was updated successfully, but these errors were encountered:
Annotations can be generated for errors but if the error is in a file that is not part of the commit then it will just link to a line in an unrelated file that is part of the commit. It should be possible to link to files that are not part of the commit.
A simple example of where this is needed: if I have a C# project with two code files and remove a method from one that is called from the other then I will get a compiler error in the unchanged file that is calling the now removed method. Currently the annotations will display the correct filename the compiler error refers to but will link to the wrong file in the commit rather than to the correct file elsewhere in the repo that wasn't touched in this commit.
As far as I can tell this isn't currently possible. If it is possible it should be documented how for problem matchers.
Describe the enhancement
Annotations should be able to link to a file and line / column number anywhere in the repo and not only in the commit. This should be possible from problem matchers (the context in which I originally ran into this issue).
The text was updated successfully, but these errors were encountered: