-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conflicts with GitSavvy dashboards #133
Comments
You appear to have cut off the interesting part of the stack trace. |
@marijnh Sorry, updated. |
marijnh
added a commit
that referenced
this issue
Sep 7, 2016
Could you see if attached patch helps? |
Nope, it's pretty the same console output: Traceback (most recent call last):
File "C:\Tools\SublimeText\sublime_plugin.py", line 320, in on_selection_modified_async
callback.on_selection_modified_async(v)
File "C:\Users\i.oleksandrov\AppData\Roaming\Sublime Text 3\Packages\tern_for_sublime\tern.py", line 53, in on_selection_modified_async
on_selection_modified(view)
File "C:\Users\i.oleksandrov\AppData\Roaming\Sublime Text 3\Packages\tern_for_sublime\tern.py", line 32, in on_selection_modified
pfile = get_pfile(view)
File "C:\Users\i.oleksandrov\AppData\Roaming\Sublime Text 3\Packages\tern_for_sublime\tern.py", line 94, in get_pfile
if not is_js_file(view): return None
File "C:\Users\i.oleksandrov\AppData\Roaming\Sublime Text 3\Packages\tern_for_sublime\tern.py", line 16, in is_js_file
return len(view.sel()) > 0 & view.score_selector(sel_end(view.sel()[0]), "source.js") > 0
File "C:\Tools\SublimeText\sublime.py", line 538, in __getitem__
raise IndexError()
IndexError |
Ugh, okay, so indexing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I'm changing GitSavvy dashboards via
Tab
key,TurnJS
outputs to the console:The text was updated successfully, but these errors were encountered: