editorOptions: MonacoEditorConstructionOptions = { theme: 'vs-dark', language: 'sql', lineNumbers: 'on', minimap: { enabled: true, }, }; the config is not useful.
editorOptions: MonacoEditorConstructionOptions = {
theme: 'vs-dark',
language: 'sql',
lineNumbers: 'on',
minimap: {
enabled: true,
},
};
the config is not useful.