Optional ReadonlydefaultReadonlyfactoryExtension factory.
The extension builder or null if the extension is not active for that document
ReadonlynameEditor extension unique identifier.
Optional ReadonlyschemaJSON schema defining the configurable option through user settings.
If this is defined, every time the setting changes, IConfigurableExtension.reconfigure
will be called with the new setting value.
If no default value is provided, IEditorExtensionFactory.default will be used.
If the extension is to be handled by the code only, this should not be defined.
Editor extension factory interface.