Bastian Doetsch

Results 13 comments of Bastian Doetsch

It's the (new) Snyk Language Server backing our Eclipse plugin :). There is no convention in the LSP spec, but Microsoft as inventor uses it extensively in vscode, and there...

In our server, we use this regexp for matching and extracting the URI fragment parts to a range: `^(.+)://((.*)@)?(.+?)(:(\d*))?/?((.*)\?)?((.*)#)L?(\d+)(?:,(\d+))?(-L?(\d+)(?:,(\d+))?)?` The match groups would be 1,2,4,5 for startLine, startChar, endLine, endChar...

Yeah go ahead with it. And thanks for picking this up, I feel it is worthwhile the effort. Feel free to cherry pick or merge my stuff, or not -...

Hi @bartenbach , thank you so much for the contribution, and sorry for only seeing it now! The PR looks good, but could use some tests - you updated the...

Hey Alpha, I would love this addition, too, as the commit/author cycling in git-together makes pairing hard - github expects the person mentioned in `signed-off by` to be the person...

Sorry for the late reply - I'll try out closing stdin and see what happens :).

Closing stdin unfortunately doesn't fix the issue. Tried stopping the server within a go routine outside of the handler, but it still hangs. ``` func exit(srv *jrpc2.Server, c *config.Config) jrpc2.Handler...

Yeah, we removed shutdown and exit, as it was not working. But I tested with shutdown and exit and the process didn't quit. Locally the end of the test looks...

Hey there, thanks for the PR. Why would this help your case? Snyk monitor just does not support outputting to a file, so I'm unclear, why we should allow that...

@slyszkowski , I don't think it makes sense to pass that argument, as the backend does not support it. But yeah, I understand now that you just want it for...