monaco-collab-ext
monaco-collab-ext copied to clipboard
Not compatible with [email protected] with [email protected]
The docs say that it's compatible with monaco-editor versions >=0.15.6 <=0.21.x but gives an error:
Type 'ICodeEditor' is missing the following properties from type 'ICodeEditor': onDidCompositionStart, onDidCompositionEnd, onDidAttemptReadOnlyEdit, onDidPaste, and 12 more.
I checked the function names are onCompositionStart, onCompositionEnd, onAttemptReadOnlyEdit, etc.
Thanks for reporting this. I will take a look.