Skip to main content

Module installed_plugins_manager

Module installed_plugins_manager 

Source

Structs§

InstalledPluginsFileV2
Installed plugins file structure (V2 format).
PendingUpdateDetails
Details about a pending plugin update.

Functions§

add_plugin_installation
Add or update a plugin installation entry.
clear_installed_plugins_cache
Clear the installed plugins cache.
get_in_memory_installed_plugins
Get the in-memory installed plugins (session state).
get_installed_plugins_file_path
Get the path to the installed_plugins.json file.
get_pending_updates_details
Get details about pending plugin updates.
has_pending_updates
Check if there are pending plugin updates.
initialize_versioned_plugins
Initialize the versioned plugins system.
is_installation_relevant_to_current_project
Check if a plugin installation is relevant to the current project.
is_plugin_installed
Check if a plugin is installed.
load_installed_plugins_from_disk
Load installed plugins directly from disk, bypassing all caches.
load_installed_plugins_v2
Load installed plugins in V2 format.
migrate_from_enabled_plugins
Migrate from enabledPlugins in settings to installed_plugins.json.
remove_all_plugins_for_marketplace
Remove all plugin entries belonging to a specific marketplace.
remove_plugin_installation
Remove a plugin installation entry from a specific scope.