Skip to main content

installed_extensions

Function installed_extensions 

Source
pub fn installed_extensions() -> Result<Vec<(String, String)>, String>
Expand description

Returns installed extensions as (name, description) pairs, sorted alphabetically.

Returns an error if the registry file exists but cannot be read or parsed.