TypeFox / monaco-components

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

Added an onStart/onStop on the wrapper for the languageClient #26

Closed Stuey61296 closed 1 year ago

Stuey61296 commented 1 year ago

Added a handle for language client connection start and stop.

Stuey61296 commented 1 year ago

@kaisalmen

Do you like to extend an existing example to make use of your changes?

I will with pleasure update the examples.

kaisalmen commented 1 year ago

I will with pleasure update the examples.

Sounds good. Pick one you like. 👍

Stuey61296 commented 1 year ago

Please run npm run lint because there may be problems. Otherwise this looks good. Thank you.

Looks good to me :) I did run it before pushing! Thank you.