Instantiation options for EditorAdapter.

interface IOptions {
    editor: Document.IEditor;
    extensions: ILSPEditorExtensionFactory[];
    widgetAdapter: WidgetLSPAdapter<
        IDocumentWidget<Widget, DocumentRegistry.IModel>,
    >;
}

Properties

Editor wrapper enabling revealing the editor when detached (out of view).

The list of CodeMirror extension factories

The widget lsp adapter.