Sublime Forum

Missing Settings files (Windows 10)

#1

Hey everyone I need some help,
I am setting up sublime for python development in Flask with Docker and I have installed a few packages, the problem is I can’t find where the settings files are saved. I have looked in
C:\Users<User>\AppData\Roaming\Sublime Text 3
but there are no settings files, it does say the packages are installed so I am confused.

Am I looking in the wrong place?

Thank you

0 Likes

#2

If you installed Sublime Text all user settings go here:

C:\Users\ … \AppData\Roaming\Sublime Text 3\Packages\User

If you use the portable version look here:

[path_to_sublime_text_exe]\data\Packages\User

0 Likes