d-language-server / dls

A Language Server implementation for D
http://dls.dub.pm
106 stars 15 forks source link

Don't Focus Output on Errors #36

Closed ghost closed 5 years ago

ghost commented 5 years ago

It is really annoying when trying to do something in a terminal and something crashes and the focus is stolen away from whatever it is you were doing. If something goes wrong and it isn't working, then I can go look at the logs manually if I need to.

LaurentTreguier commented 5 years ago

DLS doesn't control any focus, so this is probably an issue with the editor you're using. (Although I could still try to make it crash less to reduce the issue)

andre2007 commented 5 years ago

@look-at-me if you talk about IntelliJ and the LSP plugin I expect the modal dialog to disappear with 1.6.0 https://github.com/gtache/intellij-lsp/issues/65

ghost commented 5 years ago

It was for VS Code, I'll make a issue in that repo instead. The error doesn't seem to be happening anymore, so I'll close this.