mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
IJPL-175691 Add doc to zed editor collector
(cherry picked from commit ba9b78e7e2725981036330626f87603ef9e8515c) GitOrigin-RevId: 5d380a00b4fe7dbd06048ef0290b0752355382bb
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2616a23e49
commit
d85b962378
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user