Sublime's plugin cannot be used

I have been using sublime for a while, but I don't know how to use the function of  packagecontrol ( https://packagecontrol.io/ ) that can be used before, but I ca  n't find the option of "Install Package" when using the shortcut key command + shift + p, resulting in The problem of not being able to install the plugin occurs. What to do?

solve:

Open the menu "sublime text" --> "Perferences" --> "Setting" to view the user configuration Preferences.sublime-settings. View the configuration items inside: ignored_packages. I found that my configuration is as follows:

 

"ignored_packages":
[
    "Package Control",
    "Vintage"
],

 I don't know when the "Package Control" function is ignored when it is activated. Remove the "Package Control" in this list, and the Install Package function is easy to use again.

How did I discover the cause of this problem? I checked the log of sublime startup in the console, and there is this sentence:

Sublime startup log says
ignored_packages: ["Package Control", "Vintage"]

 The problem is located according to this log.

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326218836&siteId=291194637