eclipse-che4z / che-che4z-lsp-for-cobol

COBOL Language Support provides autocomplete, highlighting and diagnostics for COBOL code and copybooks
Other
83 stars 58 forks source link

fix: moved setTrace method to correct class #2571

Closed hohy closed 1 week ago

hohy commented 1 week ago

Moved setTrace method in reflect-config.json into LanguageServer class, where it belongs. Changed how lsp.spec.user1.test.ts so it passes in CI. It seems like it was broken in #2563 as CI pipeline fails for all builds since it was merged.

How Has This Been Tested?

I manually tested the updated binary and I no longer receive the reflection errors.

Checklist:

hohy commented 1 week ago

@slavek-kucera ready for review. Thanks!