ls-infra
ls-infra
yes likely, but may need a bit more context as this may involve multiple packages . can you please join this https://discord.gg/XzGcpvuh ? or you can send me one if...
I understand the importance of using GitHub for detailed discussions. However, I suggest using Discord as an additional tool for productive back-and-forth conversations. Discord's dynamic nature is great for brainstorming...
thx for the comment . i reckon moving `languageserver-mutualized` into the `npm workspace` as part of the mono repo will be a better option for easier long term maintenance ....
it is just a general benefit of a mono repo, not necessary related to the update frequency of related packages. for example , looks like [@codingame/monaco-languageclient (latest 0.17.4) ](https://github.com/CodinGame/languageserver-mutualized/blob/main/example/package.json#L8) is...
i try to find the github repo for the @codingame/monaco-languageclient, and the https://www.npmjs.com/package/@codingame/monaco-languageclient tells me its github repo is https://github.com/TypeFox/monaco-languageclient . is it a wrapper of the TypeFox one? why...
what is the `monaco-editor-wrapper` package about ? can you simply illustrate what are the dependency chain will be like ? i assume it will be like : `languageserver-runner`(current it is...
Hello, @kaisalmen , @CGNonofr . Thanks for the excellent monaco-languageclient. It is really helpful. I see an opportunity to make the code more configurable to use different LSP servers more...
@kaisalmen yes , i agree , we should leverage the `npm workspace` to put related packages into one monorepo if possible, only making new separated repo as the last resort...
this wrapper enhances and relates to https://github.com/TypeFox/monaco-languageclient/pull/759 which changes the component to `standalone` to make it more reusable and configurable .
@kaisalmen , i just finished the change , still some error , but looks like it is working , thanks