Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sublime Text 3 deleted my folder under /Packages

I added a plugin to Sublime Text 3 via github.

This creates a folder in my Packages folder. The problem: when I restart sublime, it automatically deleted this folder.

How to avoid this?

like image 778
gurehbgui Avatar asked Jan 08 '23 16:01

gurehbgui


1 Answers

I found the answer by myself while browsing the sublime docs:

I have to add it into the Packages/User folder, this is the place where sublime will never delete something.

like image 118
gurehbgui Avatar answered Mar 17 '23 01:03

gurehbgui