TypeFox / monaco-components

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

Enable to update/restart the language client #18

Closed msujew closed 1 year ago

msujew commented 1 year ago

Right now, changing the language client configuration requires to dispose the monaco editor that contains the language client. This change allows to just restart the language client with the new configuration.