Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 29 Jul 17:22
· 48 commits to main since this release
feat(proxy): add safeguard for excessive empty LSP responses

Introduce a threshold to prevent infinite loops caused by repeated empty responses from the LSP or IDE.

- Define `MAX_EMPTY_RESPONSES_THRESHOLD` constant set to 15.
- Track consecutive empty responses using `empty_counter`.
- Exit the loop when the threshold is reached, logging an informational message.