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
I have a few projects managed through carthage, one of which has an AppDelegate, and a ViewController in it. When I click on a link to a log that I have placed in my project AppDelegate, it will link to and open the other AppDelegate file. Is this something that can be mitigated?
Sometimes it will open the correct file in a tab, but it always will open the duplicate file in another window
The text was updated successfully, but these errors were encountered:
I can see that happening if there are multiple files with same name in the project folder,
the way it works is: it's running a search for the logged file name inside the project directory, since it's going to find both files which one might differ.
In your scenario, is the wrong AppDelegate under some common folder, like Carthage? if so we might be able to implement some kind of ignore list so it skips specific sub-path
I have a few projects managed through carthage, one of which has an AppDelegate, and a ViewController in it. When I click on a link to a log that I have placed in my project AppDelegate, it will link to and open the other AppDelegate file. Is this something that can be mitigated?
Sometimes it will open the correct file in a tab, but it always will open the duplicate file in another window
The text was updated successfully, but these errors were encountered: