-
Notifications
You must be signed in to change notification settings - Fork 606
/
telemetry.json
60 lines (60 loc) · 2.22 KB
/
telemetry.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"events": {
"extension-activated": {
"projectLanguages": {
"classification": "EndUserPseudonymizedInformation",
"purpose": "FeatureInsight",
"comment": "The programming languages used in the project"
}
},
"lsp-panic": {
"version": {
"classification": "PublicNonPersonalData",
"purpose": "PerformanceAndHealth",
"comment": "The version of the Slint LSP server"
},
"message": {
"classification": "CallstackOrException",
"purpose": "PerformanceAndHealth",
"comment": "The message of the panic"
},
"location": {
"classification": "CallstackOrException",
"purpose": "PerformanceAndHealth",
"comment": "The location of the panic in the slint-lsp code"
}
}
},
"commonProperties": {
"common.machineId": {
"classification": "EndUserPseudonymizedInformation",
"purpose": "FeatureInsight",
"comment": "An identifier provided by VS Code to relate coding sessions from the same installation together"
},
"common.extname": {
"classification": "PublicNonPersonalData",
"purpose": "FeatureInsight",
"comment": "The name of the Slint extension"
},
"common.extversion": {
"classification": "PublicNonPersonalData",
"purpose": "FeatureInsight",
"comment": "The version of the Slint extension"
},
"common.vscodeversion": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "The version of VS Code running the extension"
},
"common.platform": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "The platform/OS the extension is running on"
},
"commmon.language": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "The user's language as reported by VS Code"
}
}
}