facelessuser / MarkdownPreview

Markdown preview and build plugin for Sublime Text https://facelessuser.github.io/MarkdownPreview/
Other
405 stars 53 forks source link

Sublime Keeps Disabling the Package #29

Closed jwatsonlegalserver closed 6 years ago

jwatsonlegalserver commented 6 years ago

Every time I reboot, the ~/.config/sublime-text-3/Packages/User/Preferences.sublime-settings file is updated by something that adds MarkdownPreview to the ignore list.

"ignored_packages":
    [
        "MarkdownPreview",
        "SublimeLinter",
        "Vintage"
    ],

I remove the line, save the file, and things are great until I shut down. Then, upon boot, the file is against changed. Would you happen to know what might be causing this?

Thank you, Jim Watson

facelessuser commented 6 years ago

It might be package control. When it goes to update a package, it disables it first, updates it, then reenables it. But if something goes wrong, it will not update and sometimes leave the package in disabled. That is my guess to what is happening, but I am afraid I can't offer anything more that this guess based on the information you've provided.

facelessuser commented 6 years ago

As no further info had been provided, I'm closing this issue.