Skip to content

Commit 7455551

Browse files
Benjamin Muskallaaeisenberg
authored andcommitted
Fix formatting for history format preference
There was a space missing for one of the items, making it not rendered as part of the list
1 parent a2b8e7d commit 7455551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
"codeQL.queryHistory.format": {
214214
"type": "string",
215215
"default": "%q on %d - %s, %r result count [%t]",
216-
"markdownDescription": "Default string for how to label query history items.\n* %t is the time of the query\n* %q is the human-readable query name\n*%f is the query file name\n* %d is the database name\n* %r is the number of results\n* %s is a status string"
216+
"markdownDescription": "Default string for how to label query history items.\n* %t is the time of the query\n* %q is the human-readable query name\n* %f is the query file name\n* %d is the database name\n* %r is the number of results\n* %s is a status string"
217217
},
218218
"codeQL.runningTests.additionalTestArguments": {
219219
"scope": "window",

0 commit comments

Comments
 (0)