-
Notifications
You must be signed in to change notification settings - Fork 43
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
Incompatible with latest version of sublime #86
Comments
It works with OSX Mojave and the latest Sublime. @marius-cristian If you can, please copy and paste your User settings (not default settings) here as a response. (Preferences > Settings > opens up two panels, copy the right panel). That will be helpful to the devs here. Possible solution: I think your color scheme might be the problem. Are you getting an "Error loading color scheme" popup when you start Sublime? If so, try using a default color theme (Preferences > color scheme) and the problem should go away. Hope this helps! For devs:
has
as its argument, which points to the The issue is that the path to the "color_scheme" doesn't exist, which could mean that the file is located in some other place on the user's computer (for example in the Textmate application). Since it the file doesn't exist, the package thinks it's a system default. In this case, it's not a default, which is why the application is throwing an error. Seeing the user preferences will be helpful.
|
Hi,
I get no errors when I open sublime. Just this little message: Updated to the latest version of sublime. I still get the error:
After explicitly selecting a color scheme: After selecting a color scheme, the user preferences got updated and now they look like:
I would say the problem is solved with the following fix: One must explicitly select a color_scheme. I would mark it as closed if by default you add a fallback such that when in the user settings there is no 'color_scheme' field, the default settings for the color scheme would be used (as there it is always present). |
@marius-cristian good suggestion. PR submitted |
Issue:
Cannot preview the markup. As I write the markup, there will be no preview.
Sublime version: Sublime Text Build 3200
OS: Ubuntu 16
StackTrace:
The text was updated successfully, but these errors were encountered: