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
The command will read the TM_ISSUE_URL variable from the current environment so you should set this in your project’s .tm_properties file.
The value should use ‘%s’ for where the issue should be inserted. E.g. for TextMate/.tm_properties we set:
TM_ISSUE_URL = 'https://github.com/textmate/textmate/issues/%s'
abort "The TM_ISSUE_URL variable is unset for this project.\n\nThis needs to be set to a URL template (using %s) that translates the issue link to one that works in a browser." unless ENV.has_key? 'TM_ISSUE_URL'
0 commit comments