TypeFox / monaco-components

Monaco Editor and Language Client Wrapper, plus Monaco Editor React Component
MIT License
42 stars 13 forks source link

Samples on @typefox/monaco-editor-react": "2.0.0" #39

Closed yahorbarkouski closed 1 year ago

yahorbarkouski commented 1 year ago

Hi once again:) Huge sorry for tickets spamming, I'm just curious, do you have any plans for monaco-editor-react 2.0.0 release? I'm playing around language server support for JVM languages (kotlin example), and just discovered that the latest version of your libs in NPM is 1.1.1 (according to this page: https://www.npmjs.com/package/@typefox/monaco-editor-react), but examples in this repository are already using 2.0.0, so it's a bit complex to follow

msujew commented 1 year ago

Taking a look at the versions tab you will find that there are next releases for 2.0 that you can try out. The monaco-editor-react package is still being actively maintained and will be released when it's ready.

yahorbarkouski commented 1 year ago

My bad, just missed that one! Got it, thank you so much, kind sir!

kaisalmen commented 1 year ago

@yahorbarkouski the final release will come once #37 is integrated.

yahorbarkouski commented 1 year ago

2.0 next version works already awesome for my case, thank you so much for you work!