smallcloudai / refact-vscode

Refact AI: Open-source AI Code assistant with autocompletion, chat, refactoring and more for VS Code
https://refact.ai
BSD 3-Clause "New" or "Revised" License
68 stars 24 forks source link

[VS Code] Change from LSP to HTTP in telemetry #78

Closed valaises closed 1 month ago

valaises commented 9 months ago

Issues we have with LSP that we don't have with HTTP:

What we have to do is: on did change use HTTP request instead of relying on LSP

33 lines of code completed in cpp file, but there is no stats: Image

olegklimov commented 9 months ago

some filetypes telemetry is being ignored Which? Why?

short completions may not be counted That we already send via http?