You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/ql-vscode/package.json
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -446,13 +446,20 @@
446
446
"type": "boolean",
447
447
"default": false,
448
448
"scope": "application",
449
-
"markdownDescription": "Specifies whether to send CodeQL usage telemetry. This setting AND the global `#telemetry.enableTelemetry#` setting must be checked for telemetry to be sent to GitHub. For more information, see the [telemetry documentation](https://codeql.github.com/docs/codeql-for-visual-studio-code/about-telemetry-in-codeql-for-visual-studio-code)"
449
+
"markdownDescription": "Specifies whether to send CodeQL usage telemetry. This setting AND the one of the global telemetry settings (`#telemetry.enableTelemetry#` or `#telemetry.telemetryLevel#`) must be enabled for telemetry to be sent to GitHub. For more information, see the [telemetry documentation](https://codeql.github.com/docs/codeql-for-visual-studio-code/about-telemetry-in-codeql-for-visual-studio-code)",
450
+
"tags": [
451
+
"telemetry",
452
+
"usesOnlineServices"
453
+
]
450
454
},
451
455
"codeQL.telemetry.logTelemetry": {
452
456
"type": "boolean",
453
457
"default": false,
454
458
"scope": "application",
455
-
"description": "Specifies whether or not to write telemetry events to the extension log."
459
+
"description": "Specifies whether or not to write telemetry events to the extension log.",
0 commit comments