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
Ideally get_alternate_tags_paths would loop over setting('tag_file') + setting('extra_tag_files') calling find_tags_relative_to, and then the check in L590 could be removed.
I can put together a PR if you want.
The text was updated successfully, but these errors were encountered:
https://github.com/SublimeText/CTags/blob/development/ctagsplugin.py#L590 causes the
NavigateToDefinition
command to not run.Ideally
get_alternate_tags_paths
would loop over setting('tag_file') + setting('extra_tag_files') callingfind_tags_relative_to
, and then the check in L590 could be removed.I can put together a PR if you want.
The text was updated successfully, but these errors were encountered: