xiyaowong / coc-sumneko-lua

Lua extension using sumneko lua-language-server for coc.nvim
MIT License
116 stars 11 forks source link

disable prompt: anonymous usage data #43

Closed chaudry-786 closed 1 year ago

chaudry-786 commented 1 year ago

every time I open a lua file, I get this prompt, how do i turn it off? Screenshot from 2023-10-19 23-33-05

chaudry-786 commented 1 year ago

Note on vscode-lua: Privacy The language server had opt-in telemetry that collected usage data and sent it to the development team to help improve the extension. Read our privacy policy to learn more. Telemetry was removed in v3.6.5 and is no longer part of the language server.

Also I tried passing this arg: "telemetry": false,

xiyaowong commented 1 year ago

Option 2 doesn't work?

chaudry-786 commented 1 year ago

No It doesn't work, also I have 2 Ubuntu machines, it's happening on one of them and on both I have version 0.0.40 installed.

xiyaowong commented 1 year ago

Telemetry has been removed since v3.6.5. Run :CocCommand sumneko-lua.checkUpdate to upgrade your language server.

https://github.com/LuaLS/lua-language-server/wiki/Privacy#overview:~:text=Telemetry%20has%20been%20removed%20since%20v3.6.5

chaudry-786 commented 1 year ago

Thank you.