How can I get a list of all installed and activated plugins in Atom?
I can use apm list --installed --bare to get all installed packages, but I do not want to include disconnected ones. And I have a lot of disabled packages.
apm list --installed --bare
Currently apm cannot display only included packages. You can use package-manager-commands and list all included packages to disable:
apm
package-manager-commands
package-manager:disable-package
go to atom → install a new package → and first you will see all installed and activated packages
You can use ::getActivePackages() , which will return a list of active packages.
::getActivePackages()
See the official documentation here:
Hope this helps you in some way (y).
apm list --installed --enabled
from apm == 1.18.12 .
apm == 1.18.12
Source: https://habr.com/ru/post/1012041/More articles:Angular2 2.0.1 component unit test with core injector - unit-testingSpark 2.0.x unloads a csv file from a data frame containing one array of string type - arrays.NET Core.csproj's output path does not work correctly - c #javascript equivalent for python types with node -gyp - node.jsLaravel elixir with jQuery and jQuery user interface - jqueryBest alternatives for switch statements - cTeamcity Octopus deployment with .Net Core not creating .zip - teamcityIP Security on Asp.Net Processor - c #Maven Quickstart Archetype does not exist - javacom.tools.fd.runtime.BootstrapApplication will not start if you do not update the Google Play services - javaAll Articles