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
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -231,7 +231,7 @@
231
231
},
232
232
"codeQL.queryHistory.format": {
233
233
"type": "string",
234
-
"default": "%q on %d - %s, %r [%t]",
234
+
"default": "%q on %d - %s %r [%t]",
235
235
"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"
0 commit comments