BBx-Kitchen / bbj-language-server

BBj Language Server
MIT License
7 stars 6 forks source link

show errors in the Java-side engine visibly #135

Open StephanWald opened 3 months ago

StephanWald commented 3 months ago

We had a couple of support issues where the Language Server part in Java was not initializing correctly. In Some cases it was due to customers running Pre-21 Java versions in their BBj environment. We need to make these error messages more clearly visible to the user. Currently they're burried in the logs...

dhuebner commented 1 month ago

@StephanWald Do you mean to show an error dialog in vs-code when Java service didn't run correctly? If so, do you want to take it over (you are assigned), or should we implement it?

StephanWald commented 1 month ago

I'll handle from here.