-
Notifications
You must be signed in to change notification settings - Fork 108
Expand file tree
/
Copy pathtelemetry.json
More file actions
586 lines (574 loc) · 18.7 KB
/
telemetry.json
File metadata and controls
586 lines (574 loc) · 18.7 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
{
"events": {
"debug_session_starting": {
"elixir_ls.debug_session_mode": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Launch configuration mode"
}
},
"debug_session_error": {
"elixir_ls.debug_session_mode": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Launch configuration mode"
},
"elixir_ls.debug_session_error": {
"classification": "CallstackOrException",
"purpose": "PerformanceAndHealth",
"comment": "Debug session error"
},
"elixir_ls.debug_session_error_stack": {
"classification": "CallstackOrException",
"purpose": "PerformanceAndHealth",
"comment": "Debug session error stacktrace"
}
},
"debug_session_exit": {
"elixir_ls.debug_session_mode": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Launch configuration mode"
},
"elixir_ls.debug_session_exit_code": {
"classification": "PublicNonPersonalData",
"purpose": "PerformanceAndHealth",
"comment": "Debug session exit code"
},
"elixir_ls.debug_session_exit_signal": {
"classification": "PublicNonPersonalData",
"purpose": "PerformanceAndHealth",
"comment": "Debug session exit signal"
}
},
"debug_session_initialized": {
"elixir_ls.debug_session_mode": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Launch configuration mode"
}
},
"debug_session_debuggee_exited": {
"elixir_ls.debug_session_mode": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Launch configuration mode"
},
"elixir_ls.debug_session_debuggee_exit_code": {
"classification": "PublicNonPersonalData",
"purpose": "PerformanceAndHealth",
"comment": "Debug session debuggee exit code"
}
},
"debuggee_mix_task_error": {
"elixir_ls.debuggee_mix_task_error": {
"classification": "CallstackOrException",
"purpose": "PerformanceAndHealth",
"comment": "Debuggee mix task stack trace"
}
},
"dap_request_error": {
"elixir_ls.debug_session_mode": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Launch configuration mode"
},
"elixir_ls.dap_command": {
"classification": "PublicNonPersonalData",
"purpose": "PerformanceAndHealth",
"comment": "DAP command issued by client"
},
"elixir_ls.dap_error": {
"classification": "CallstackOrException",
"purpose": "PerformanceAndHealth",
"comment": "DAP error code"
},
"elixir_ls.dap_error_message": {
"classification": "CallstackOrException",
"purpose": "PerformanceAndHealth",
"comment": "DAP error message"
}
},
"dap_server_error": {
"elixir_ls.dap_server_error": {
"classification": "CallstackOrException",
"purpose": "PerformanceAndHealth",
"comment": "Debugger crash stacktrace"
}
},
"dap_request": {
"elixir_ls.dap_command": {
"classification": "PublicNonPersonalData",
"purpose": "PerformanceAndHealth",
"comment": "DAP command issued by client"
}
},
"extension_activated": {
"elixir_ls.workspace_mode": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "VSCode workspace mode"
}
},
"extension_deactivated": {
"elixir_ls.workspace_mode": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "VSCode workspace mode"
}
},
"restart_command": {},
"run_test": {
"elixir_ls.with_debug": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Test run mode"
}
},
"run_test_error": {
"elixir_ls.with_debug": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Test run mode"
},
"elixir_ls.run_test_error": {
"classification": "CallstackOrException",
"purpose": "PerformanceAndHealth",
"comment": "Run test error"
},
"elixir_ls.run_test_error_stack": {
"classification": "CallstackOrException",
"purpose": "PerformanceAndHealth",
"comment": "Run test error stacktrace"
}
},
"language_client_starting": {
"elixir_ls.language_client_mode": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Language client mode"
}
},
"language_client_start_error": {
"elixir_ls.language_client_mode": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Language client mode"
},
"elixir_ls.language_client_start_error": {
"classification": "CallstackOrException",
"purpose": "PerformanceAndHealth",
"comment": "Language client start error"
},
"elixir_ls.language_client_start_error_stack": {
"classification": "CallstackOrException",
"purpose": "PerformanceAndHealth",
"comment": "Language client start error stacktrace"
}
},
"language_client_restarting": {
"elixir_ls.language_client_mode": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Language client mode"
}
},
"language_client_started": {
"elixir_ls.language_client_mode": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Language client mode"
}
},
"language_client_restart_error": {
"elixir_ls.language_client_mode": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Language client mode"
},
"elixir_ls.language_client_start_error": {
"classification": "CallstackOrException",
"purpose": "PerformanceAndHealth",
"comment": "Language client start error"
},
"elixir_ls.language_client_start_error_stack": {
"classification": "CallstackOrException",
"purpose": "PerformanceAndHealth",
"comment": "Language client start error stacktrace"
}
},
"language_client_stop_error": {
"elixir_ls.language_client_stop_error": {
"classification": "CallstackOrException",
"purpose": "PerformanceAndHealth",
"comment": "Language client stop error"
},
"elixir_ls.language_client_stop_error_stack": {
"classification": "CallstackOrException",
"purpose": "PerformanceAndHealth",
"comment": "Language client stop error stacktrace"
}
},
"lsp_reload": {
"elixir_ls.lsp_reload_reason": {
"classification": "SystemMetaData",
"purpose": "PerformanceAndHealth",
"comment": "Language server reload reason"
}
},
"lsp_server_error": {
"elixir_ls.lsp_server_error": {
"classification": "CallstackOrException",
"purpose": "PerformanceAndHealth",
"comment": "Language server crash stacktrace"
}
},
"lsp_request": {
"elixir_ls.lsp_command": {
"classification": "PublicNonPersonalData",
"purpose": "PerformanceAndHealth",
"comment": "LSP command issued by client"
}
},
"lsp_request_error": {
"elixir_ls.lsp_command": {
"classification": "PublicNonPersonalData",
"purpose": "PerformanceAndHealth",
"comment": "LSP command issued by client"
},
"elixir_ls.lsp_error": {
"classification": "CallstackOrException",
"purpose": "PerformanceAndHealth",
"comment": "LSP error code"
},
"elixir_ls.lsp_error_message": {
"classification": "CallstackOrException",
"purpose": "PerformanceAndHealth",
"comment": "LSP error message"
}
},
"lsp_reverse_request_error": {
"elixir_ls.lsp_reverse_request_error": {
"classification": "CallstackOrException",
"purpose": "PerformanceAndHealth",
"comment": "LSP reverse request error message"
},
"elixir_ls.lsp_reverse_request": {
"classification": "PublicNonPersonalData",
"purpose": "PerformanceAndHealth",
"comment": "LSP reverse request command"
}
},
"mcp_request": {
"elixir_ls.mcp_command": {
"classification": "PublicNonPersonalData",
"purpose": "PerformanceAndHealth",
"comment": "MCP command issued by client"
}
},
"mcp_request_error": {
"elixir_ls.mcp_command": {
"classification": "PublicNonPersonalData",
"purpose": "PerformanceAndHealth",
"comment": "MCP command issued by client"
},
"elixir_ls.mcp_error": {
"classification": "CallstackOrException",
"purpose": "PerformanceAndHealth",
"comment": "MCP error code"
},
"elixir_ls.mcp_error_message": {
"classification": "CallstackOrException",
"purpose": "PerformanceAndHealth",
"comment": "MCP error message"
}
},
"parser_error": {
"elixir_ls.parser_error": {
"classification": "CallstackOrException",
"purpose": "PerformanceAndHealth",
"comment": "Parser error message"
}
},
"folding_ranges_error": {
"elixir_ls.folding_ranges_error": {
"classification": "CallstackOrException",
"purpose": "PerformanceAndHealth",
"comment": "Folding ranges error message"
}
},
"build_error": {
"elixir_ls.build_error": {
"classification": "CallstackOrException",
"purpose": "PerformanceAndHealth",
"comment": "Build error message"
}
},
"build": {
"elixir_ls.build_result": {
"classification": "SystemMetaData",
"purpose": "PerformanceAndHealth",
"comment": "Build result kind"
}
},
"mix_clean_error": {
"elixir_ls.mix_clean_error": {
"classification": "CallstackOrException",
"purpose": "PerformanceAndHealth",
"comment": "Mix clean error message"
}
},
"dialyzer_error": {
"elixir_ls.dialyzer_error": {
"classification": "CallstackOrException",
"purpose": "PerformanceAndHealth",
"comment": "Dialyzer error message"
}
},
"dialyzer": {},
"eep48": {
"elixir_ls.eep48": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Is OTP compiled with EEP48 support"
}
},
"elixir_sources": {
"elixir_ls.elixir_sources": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Are elixir sources available"
}
},
"otp_sources": {
"elixir_ls.otp_sources": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Are OTP sources available"
}
},
"dialyzer_support": {
"elixir_ls.dialyzer_support": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Is dialyzer supported"
},
"elixir_ls.dialyzer_support_reason": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Reason why dialyzer is not supported"
}
},
"lsp_config": {
"elixir_ls.projectDir": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Is project dir overriden"
},
"elixir_ls.useCurrentRootFolderAsProjectDir": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Is project dir set to the current root in multi-root workspace"
},
"elixir_ls.autoBuild": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Is auto build enabled"
},
"elixir_ls.dialyzerEnabled": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Is dialyzer enabled"
},
"elixir_ls.fetchDeps": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Is auto fetching of dependencies enabled"
},
"elixir_ls.suggestSpecs": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Is suggest spec code lense enabled"
},
"elixir_ls.autoInsertRequiredAlias": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Is auto alias on complete enabled"
},
"elixir_ls.signatureAfterComplete": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Is signature after complete enabled"
},
"elixir_ls.enableTestLenses": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Is test code lense enabled"
},
"elixir_ls.languageServerOverridePath": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Is language server binary path overriden"
},
"elixir_ls.envVariables": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Are custom environment variables set"
},
"elixir_ls.mixEnv": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Mix env setting"
},
"elixir_ls.mixTarget": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Mix target setting"
},
"elixir_ls.dialyzerFormat": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Selected dialyzer warning format"
}
},
"dap_launch_config": {
"elixir_ls.startApps": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Is auto start of applications enabled"
},
"elixir_ls.debugAutoInterpretAllModules": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Is auto interpreting of modules enabled"
},
"elixir_ls.stackTraceMode": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Debugger stacktrace mode"
},
"elixir_ls.exitAfterTaskReturns": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Should debugger exit after mix task returns"
},
"elixir_ls.noDebug": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Is debug disabled"
},
"elixir_ls.breakOnDbg": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Is auto break on Kernel.dbg enabled"
},
"elixir_ls.env": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Are environment variables specified"
},
"elixir_ls.requireFiles": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Are files required"
},
"elixir_ls.debugInterpretModulesPatterns": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Are module interpret patterns set"
},
"elixir_ls.excludeModules": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Are excluded modules specified"
},
"elixir_ls.task": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Mix task launched"
}
}
},
"commonProperties": {
"common.extname": {
"classification": "PublicNonPersonalData",
"purpose": "FeatureInsight",
"comment": "The name of the ElixirLS extension"
},
"common.extversion": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "The version of the ElixirLS extension"
},
"common.vscodemachineid": {
"classification": "EndUserPseudonymizedInformation",
"purpose": "PerformanceAndHealth",
"comment": "A common machine identifier generated by VS Code"
},
"common.vscodesessionid": {
"classification": "EndUserPseudonymizedInformation",
"purpose": "PerformanceAndHealth",
"comment": "A session identifier generated by VS Code"
},
"common.vscodeversion": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "The version of VS Code running the extension"
},
"common.os": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "The OS running VS Code"
},
"common.platformversion": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "The version of the OS/Platform"
},
"common.product": {
"classification": "PublicNonPersonalData",
"purpose": "FeatureInsight",
"comment": "What Vs code is hosted in, i.e. desktop, github.dev, codespaces"
},
"common.uikind": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Web or Desktop indicating where VS Code is running"
},
"common.remotename": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "A name to identify the type of remote connection. other indicates a remote connection not from the 3 main extensions (ssh, docker, wsl)"
},
"common.nodeArch": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "What architecture of node is running. i.e. arm or x86. On the web it will just say web"
},
"elixir_ls.elixir_version": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Elixir version"
},
"elixir_ls.otp_release": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "OTP release"
},
"elixir_ls.erts_version": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "OTP version"
},
"elixir_ls.mix_env": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Mix env setting"
},
"elixir_ls.mix_target": {
"classification": "SystemMetaData",
"purpose": "FeatureInsight",
"comment": "Mix target setting"
}
}
}