IJPL-175691 Add doc to zed editor collector

(cherry picked from commit ba9b78e7e2725981036330626f87603ef9e8515c)

GitOrigin-RevId: 5d380a00b4fe7dbd06048ef0290b0752355382bb
This commit is contained in:
Dmitry Pogrebnoy
2025-02-12 10:44:03 +01:00
committed by intellij-monorepo-bot
parent 2616a23e49
commit d85b962378

View File

@@ -11,6 +11,15 @@ import kotlin.io.path.exists
private val logger = logger<ZedCollectionDataProvider>()
/**
* Collects anonymous data about the presense of Zed editor to improve the "Import settings from external editor" feature
* and prioritize support for popular editors.
*
* This includes:
* - Detecting if Zed editor is installed across platforms (Windows, macOS, Linux).
*
* The data is completely anonymized and no personally identifiable information is captured.
*/
internal class ZedCollectionDataProvider : ExternalEditorCollectionDataProvider() {
private val zedHomePath: Path? = getZedHomePath()