Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SublimeLinter: How to remove from SublimeText 3

When I tried to remove SublimeLinter on Mac I deleted the package, cache, every part of it in Application Support but it seems I can’t get rid of it in SublimeText 3.

I open ST and I instantly get a message in a new tab from PackageControl telling me that SublimeLinter installed successfully and all the folders and files are created again. Couldn't find any solution online. Thanks in advance for your help!

like image 330
Benjamin Fritz Avatar asked Dec 01 '22 19:12

Benjamin Fritz


1 Answers

You need to uninstall it via Package Control. Hit Command ⌘Shift ⇧P to open the Command Palette, then type pcr and select Package Control: Remove Package. Scroll down the list, or type sublimelinter, hit Enter, and restart. You should be all set after that.

like image 63
MattDMo Avatar answered Dec 07 '22 00:12

MattDMo