entlicher opened a new pull request #2913: URL: https://github.com/apache/netbeans/pull/2913
I'm providing two commits. 1) Introducing `LspSession`, which provides LSP and DAP servers. The getters provide the servers while they are running, they are cleared when they finish. This is handled by `ConnectionSpec`, the launch of the servers was changed to return after the server is launched and the `ConnectionSpec` is waiting for the server finish explicitly, to be able to manage the servers in the `LspSession` instance. 2) We check the version of `gdb` and provide a warning when it's the buggy version. For that we need to start debugger in `lspServer.getSessionLookup()` and obtain the `DialogDisplayer` eagerly. Perhaps we may consider showing all Error+Warning notifications coming from `NetBeans` in `VSCode`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
