You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The LSP specification supports a Telemetry Notification allowing a server to "request a client to log a telemetry event". We could use this to report rudimentary statistics to the VSCode extension which is then optionally made visible to the user via the extension UI. Reported statistics could include 'requests/sec', 'memsize' and so on.
The text was updated successfully, but these errors were encountered:
The LSP specification supports a Telemetry Notification allowing a server to "request a client to log a telemetry event". We could use this to report rudimentary statistics to the VSCode extension which is then optionally made visible to the user via the extension UI. Reported statistics could include
'requests/sec'
,'memsize'
and so on.The text was updated successfully, but these errors were encountered: