convergencelabs / monaco-collab-ext

Adds collaborative editing capabilities to the Monaco Editor
https://convergencelabs.com
MIT License
220 stars 25 forks source link

Not compatible with ngx-monaco-editor@8.1.1 with monaco-editor@0.18.1 #11

Open lepantella opened 4 years ago

lepantella commented 4 years ago

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.

mmacfadden commented 3 years ago

Thanks for reporting this. I will take a look.