The alias of the extension to append the condition to.
The condition to append to the extension.
Appends an array of conditions to an existing extension
The alias of the extension to append the condition to
An array of conditions to be appended to an extension manifest.
Get an observable that provides an extension matching the given alias.
{string} - The alias of the extension to get.
Get an observable that provides extensions matching the given type.
{string} - The type of the extensions to get.
Get an observable that provides extensions matching the given type and alias.
{string} - The type of the extensions to get.
{string} - The alias of the extensions to get.
Get an observable of extensions by type and a given filter method. This will return the all extensions that matches the type and which filter method returns true. The filter method will be called for each extension manifest of the given type, and the first argument to it is the extension manifest.
Get an observable that provides extensions matching given types.
{Array
Get an observable of extensions by types and a given filter method. This will return the all extensions that matches the types and which filter method returns true. The filter method will be called for each extension manifest of the given types, and the first argument to it is the extension manifest.
{Array
{(ext: T): void} - The filter method to use to filter the extensions
Get an extension that matches the given alias, this will not return an observable, it is a one of retrieval if it exists at the given point in time.
{string} - The alias of the extension to get.
Register an extension.
The extension to register.
Register many extensions.
The extensions to register.
Append a new condition to an existing extension Useful to add a condition for example the Save And Publish workspace action shipped by core.