Paul Bakker

Results 50 comments of Paul Bakker

> Alas, there is no way to cancel the native dnd. Why do you come to that conclusion @RubaXa? AFAIK all native DND implementations cancel the DND operation when pressing...

I assume this should say "When editor is saved" instead of "When completion is done"?

Test could be something like ``` (function(str) {return str[0]})`\u{1F680}` === '🚀' ``` Happy to create a PR, just not sure exactly where to put this test, in a new file...

Does lsp4j indeed provide plumbing for implementing Debug Adapters? I cannot find any Debug Adapter implementations that use lsp4j to do so. The Java Debugger for VSCode doesn't seem to...

Does that mean lsp4j doesn't have anything to easy/jumpstart the implementation of a debug adapter for debug targets like truffle languages or nashorn/rhino? Or are you saying that it is...

Ok, good to hear! Tnx for the info/pointers, will start from there

@fwcd been a while but thx, helpful to have such a clean example!

Have been looking at this a bit recently, but feel like I'm missing some key concepts... I understand that the heavy lifting is to be done in a implementation of...

Tnx for all the input, very useful. If I can find the time (assuming I figure it all out) I'll try to provide some docs