Open
Description
Summary
When a document is open there are codelens requests roughly every 500ms.
Our client current announces it supports refresh in the clientCapabilities, so the expected flow would be:
- Client Opens Document, requests initial codelens
- Client makes changes but doesn't request new codelens.
- If server detects a change that needs a new codelens, it sends a codelens refresh request
- Client then requests codelens upon notification.
This "polling" of codelens doesn't seem right if refresh is enabled