Skip to content

Commit 29d8817

Browse files
committed
Update command descriptions
The `markdownDescription` does not appear on the _Feature Contributions_ page in vs code, so make sure every contribution includes a `description` property.
1 parent d0694b3 commit 29d8817

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

extensions/ql-vscode/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,13 +179,14 @@
179179
"type": "boolean",
180180
"default": false,
181181
"scope": "application",
182-
"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 [TELEMETRY.md](https://github.com/github/vscode-codeql/blob/main/.github/TELEMETRY.md)"
182+
"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 [TELEMETRY.md](https://github.com/github/vscode-codeql/blob/main/.github/TELEMETRY.md)",
183+
"description": "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."
183184
},
184185
"codeQL.telemetry.logTelemetry": {
185186
"type": "boolean",
186187
"default": false,
187188
"scope": "application",
188-
"markdownDescription": "Specifies whether or not to write telemetry events to the extension log."
189+
"description": "Specifies whether or not to write telemetry events to the extension log."
189190
}
190191
}
191192
},

0 commit comments

Comments
 (0)