jbosstools / jbosstools-quarkus

Quarkus tooling for Eclipse
https://tools.jboss.org
Apache License 2.0
16 stars 20 forks source link

Provide the capability to debug MicroProfile LS by settings the debug port #209

Closed angelozerr closed 1 year ago

angelozerr commented 1 year ago

debug port with system property like

-Dorg.jboss.tools.quarkus.lsp4e.QuarkusLanguageServer.debugPort=1234

sbouchet commented 1 year ago

merging as tests are passing locally and sometimes gets flaky on GH.

sbouchet commented 1 year ago

see https://github.com/redhat-developer/intellij-quarkus/issues/843 for a global settings UI that maight be interresing to have.

angelozerr commented 1 year ago

@sbouchet LS4E provides this list of language server definition, but it doesn't provide teh capability to define some custom properties like debug port:

image

I suggest that you create an issue at LSP4E