Sublime Forum

Little Problem

#1

I have little problem…
I have sublime text 3 working on windows …
after i had installed some packages …It does’t work …
It does’t type any thing or make any thing
What should i do to solve this problem…??

0 Likes

#2

Revert Sublime Text to a clean install and take care when installing third part packages:

  1. https://www.sublimetext.com/docs/3/revert.html
0 Likes

#3

It doesn’t work …
Can i do anther think??

0 Likes

#4

Install another text editor then. Try https://github.com/Microsoft/vscode

0 Likes

#5

Add all your third party installed packages to ignored_packages list in C:\Users\<user>\AppData\Roaming\Sublime Text 3\Packages\User\Preferences.sublime-settings. This will stop all 3rd party packages from loading. Then you can enable one at time to find the culprit(s)

0 Likes

#6

Based on your description of the problem I would double check that if you select Preferences > Settings from the menu, that your custom settings (in the right hand pane) list Vintage among the packages in ignored_packages.

0 Likes