When i click on Preferences > Settings - Default it opens the Preferences.sublime-settings file. However when I attempt to browse to the location of this file the folder which it says it’s located in, doesn’t appear to be there. I made sure to set my windows folder settings to display hidden? What is going on here, why can’t i see it?
Settings default folder is missing?
FichteFoll
#3
Sublime Text has hidden magic, especially the “open_file” command, to work around .sublime-packages, which all the default packages are shipped as. I will fall back to the archived file if the literal specified file does not exist, and open it as read-only.
Refer to the above linked doc for the actual location of the file.
0 Likes