Sublime Forum

How can I find all diff between safe mode and current setup

#1

I am trying to debug this issue https://github.com/sublimehq/sublime_text/issues/5583, which happens after I update sublime to 4136, and I realized that this issue doesn’t exist in safe mode, so I am trying to figure out what’s wrong with my setup. I tried erasing everything in my settings and also delete all my installed package, but the problem is still there, and I have no idea what’s the difference left between my current setup and safe mode. Is there a way to find out all the diffs between safe mode and current setup, so I can debug further?

0 Likes

#2

The differences left would be your user packages (those not installed by package control) and the cache. See https://www.sublimetext.com/docs/revert.html

0 Likes

#3

Don’t know why but the problem got solved after I delete the cache.

0 Likes