Loïc Mangeonjean
Loïc Mangeonjean
I'm not used to electron, sorry > Multiple chunks emit assets to the same filename It happens if you make the webpack config output 2 different bundles as the same...
Can you provide more context please? What is the object you're printing?
I don't think it's the proper way to do it, it will cause numerous issues by shifting line number references. A better hack would be to hide those lines in...
Hi @razzmatazz It seems that not providing the `edit` field at all (instead of an empty object) should be fine
This function is not called if `edit` is undefined: - https://github.com/microsoft/vscode-languageserver-node/blob/dae62de921d25964e8732411ca09e532dde992f5/types/src/main.ts#L2956
Thanks 👍 I'll give it a try!
I just tried the v1.37.15 and the issue still doesn't seem to be fixed
Can I do anything to help getting this PR merged?
I have the same issue, every capability is registered twice. It has consequences on the client side: 
Hello You can now use https://github.com/CodinGame/monaco-jsonrpc (which is now used by monaco-languageclient) It seems this repo won't be updated