Privacy Policy

This website is statically generated using Astro , meaning when you request a page, you are simply getting raw HTML, CSS, and JavaScript from the hosting server. The website is served using GitHub Pages , which follows GitHub's privacy policy . Aside from GitHub's service, there is no telemetry or tracking implemented into this website. You can view the source code for this website on GitHub .

The static pages that you receive may utilize JavaScript to request additional resources. For example, the homepage makes requests to GitHub's API to receive the number of stars on the repository. These requests are subject to the privacy policies of those services.


Language Server Privacy Policy

Deprecated
Telemetry has been removed since v3.6.5, thank you for your positive feedback in the community!

The language server has opt-in telemetry that helps improve the lua-language-server by sending usage statistics and exceptions to the development team. Only when a user explicitly opts-in will any data ever be sent. If you choose to enable telemetry, I would be very grateful.

By default, it is disabled but can be enabled by setting telemetry.enable to true. To disable telemetry notifications, set telemetry.enable to false.

Collected Data

Anonymous, non-identifying usage and stack traces from errors is sent to the development team, including:


Telemetry code can be found at /script/service/telemetry.lua.

Usage of Collected Data

The collected data is reviewed by the development team and used to improve the lua-language-server. The collected data is publicly available .
The collection server's code can be viewed at sumneko/lua-telemetry-server .

In addition to improving the quality of the extension through error reports, the reporting of the number of users will help motivate me to continue developing.