Closed hxss closed 4 years ago
I just released v2.0.2. Can you tell me if it fix this ?
Just realized the same issue.
Last line before the next plugin is loaded says:
TabError: inconsistent use of tabs and spaces in indentation
edit: oh, just read you released an update. Do you know how long packagecontrol.io needs to see it?
edit2: but I can confirm that (manually) replacing the tabs with spaces before _path = normalize_to_system_style_path(_path)
(on 2 lines) fixes the issue
I have the same problem, but it's a new install so I'm not sure if there's something wrong with my configuration or it's the same problem following the update…
@ThibaudDauce @Corben78 The 2.0.2 include this fix. Can you confirm it's working ?
I'm using the 2.0.2 and it's not working, but it may be my installation… :-(
@erichard automatic package update installed 2.0.2 last thursday (6 days ago) and it works.
Ok so it's me :-D I will try to debug that. Thanks!
After auto-update the package to new release 2.0.1 I can't use
find_use
command. On Sublime startup in console log prints this error:When I call
find_use
nothing happen.