TypeFox / monaco-components

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

Add language client initialization options #17

Closed msujew closed 1 year ago

msujew commented 1 year ago

Some language servers need to receive some additional initialization options/information during their startup. For example, the langium-sql project will need this once we move to the web to load a DB schema during its initialization.