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'm using PHPCS with ST3 3056 which has the ability to display images (as images and not just the raw binary data).
If I close ST3 and the last file open was such an image, I have the following output in my console when restarting ST3 and "auto-reopening" this recent image:
Traceback (most recent call last):
File "/Applications/MyApplications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 157, in on_api_ready
m.plugin_loaded()
File "phpcs in /Users/groucho/Library/Application Support/Sublime Text 3/Installed Packages/Phpcs.sublime-package", line 91, in plugin_loaded
File "phpcs in /Users/groucho/Library/Application Support/Sublime Text 3/Installed Packages/Phpcs.sublime-package", line 59, in load
AttributeError: 'NoneType' object has no attribute 'settings'
The text was updated successfully, but these errors were encountered:
I'm having the same issue, but without involving images. When using a project ST3 will restore all files that were open when the program was quit. Any file that was left open will throw these exceptions--and then some.
I'm using PHPCS with ST3 3056 which has the ability to display images (as images and not just the raw binary data).
If I close ST3 and the last file open was such an image, I have the following output in my console when restarting ST3 and "auto-reopening" this recent image:
Traceback (most recent call last):
File "/Applications/MyApplications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 157, in on_api_ready
m.plugin_loaded()
File "phpcs in /Users/groucho/Library/Application Support/Sublime Text 3/Installed Packages/Phpcs.sublime-package", line 91, in plugin_loaded
File "phpcs in /Users/groucho/Library/Application Support/Sublime Text 3/Installed Packages/Phpcs.sublime-package", line 59, in load
AttributeError: 'NoneType' object has no attribute 'settings'
The text was updated successfully, but these errors were encountered: