Interface ActiveMonacoEditorContribution

interface ActiveMonacoEditorContribution {
    getActiveEditor(): undefined | ICodeEditor;
}

Methods