You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new prop (maybe editorProps) that spreads additional properties to the monaco-editorEditor component, to allow further customization of the editor.
At a minimum, this will allow the beforeMount property of Editor to be passed, which should resolve the issue of monaco-yaml autocomplete not functioning with @monaco-editor/react (via calling monaco-yaml's configureMonacoYaml in the beforeMount handler). The Readme should also be updated to mention this requirement for monaco-yaml usage.
The text was updated successfully, but these errors were encountered:
Add a new prop (maybe
editorProps
) that spreads additional properties to themonaco-editor
Editor
component, to allow further customization of the editor.At a minimum, this will allow the
beforeMount
property ofEditor
to be passed, which should resolve the issue ofmonaco-yaml
autocomplete not functioning with@monaco-editor/react
(via callingmonaco-yaml
'sconfigureMonacoYaml
in thebeforeMount
handler). The Readme should also be updated to mention this requirement formonaco-yaml
usage.The text was updated successfully, but these errors were encountered: