Trevor Crawford

Results 34 comments of Trevor Crawford

Hi @inad9300 , thank you for following up on this issue and apologies for the long delay on updates. It seems there are three separate issues being discussed for this...

@inad9300 Glad to hear that your app is up and running! Regarding the warnings you are seeing on startup, they look to be an application issue, which our team is...

@scottkurz It is purely for code organization

@dshimo recorded hitting this issue in #460

New issue open to address creating the Java framework for globalization: https://github.com/eclipse/lsp4jakarta/issues/315 This issue will focus on adding the JSON piece of the framework and externalizing existing strings.

Was seeing this behaviour before the changes in https://github.com/eclipse/lsp4jakarta/pull/453 Initially reported in https://github.com/OpenLiberty/liberty-tools-vscode/issues/247 and #449 Here is the stacktrace output from Java language support in VS Code: ``` [Info -...

Interestingly, when surrounding the LSP4Jakarta request in VS Code with a try/catch, the results change up a bit. This error is caught on the VS Code plugin side: ``` Error:...

@dshimo can you record how you were able to recreate the exception? Were there multiple ways it occurred or just one?

@dshimo could you please post the whole stacktrace? The stacktrace looks a bit different from the original reported exception.

There are classes in the `org.eclipse.lsp4mp.ls` which need to be ported over. Or these classes should be considered as part of a common component between LSP4Jakarta and LSP4MP.