Skip to content

Commit 5fc9a73

Browse files
Add telemtry tag to settings
1 parent af5547f commit 5fc9a73

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

extensions/ql-vscode/package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,13 +446,20 @@
446446
"type": "boolean",
447447
"default": false,
448448
"scope": "application",
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)"
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+
]
450454
},
451455
"codeQL.telemetry.logTelemetry": {
452456
"type": "boolean",
453457
"default": false,
454458
"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.",
460+
"tags": [
461+
"telemetry"
462+
]
456463
}
457464
}
458465
}

0 commit comments

Comments
 (0)