Sublime Forum

Sublime hangs after ...VS Code?

#1

I’ve used Sublime for a few years now and never seen it freeze consistently on ONE folder. This folder is not large and happens to be one that I edited via VS Code. It’s the only folder that sublime freezes too. Sublime works normally in my other folders. I’m throwing VC Code in here because that’s the only difference I see between folders. I’ve uninstalled and re-installed Sublime and same problem persists.

Thanks,
Mo

0 Likes

#2

What packages do you have installed?

Does the whole UI freeze, or just opening files?

Have you tried reverting to a freshly installed state? http://www.sublimetext.com/docs/3/revert.html

0 Likes

#3

@wbond, it freezes on opening files in a only that source code folder. Packages installed are standard stuff: Emmet, JSHint, JSLint, and host of other that have work and have been working.

Also, I don’t see a folder called ‘data’ in that directory (I have an iMac). The folders are: Backup, Cache, Local, Index, Installed Packages, Packages. Am I missing something?

Also, note this happens only in particular source code folder as described above and I have reinstalled Sublime.

Thanks,
Mo

0 Likes

#4

The “data” folder is the folder containing Packages, Cache, etc.

Reinstalling Sublime Text would only fix corruption in the released files.

The data folder contains all of your customizations. The quickest thing to check is to move the data folder while Sublime Text is closed, and then start Sublime Text and try to open the folder in question. This will tell us if the problem is from Sublime Text itself, or one of the packages you installed.

0 Likes

#5

@wbond, hmmm. Sublime works naked now. I’ll proceed to install packages one at a time. Odd the problem was with a certain source code folder. Thanks!

Mo

0 Likes