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: docs/codeql/codeql-for-visual-studio-code/customizing-settings.rst
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,12 +37,13 @@ Changing the labels of query history items
37
37
38
38
The query history **Format** setting controls how the extension lists queries in the query history. By default, each item has a label with the following format::
39
39
40
-
[%t] %q on %d - %s
41
-
42
-
- ``%t`` is the time the query was run
40
+
%q on %d - %s, %r result count [%t]
41
+
43
42
- ``%q`` is the query name
44
43
- ``%d`` is the database name
45
44
- ``%s`` is a status string
45
+
- ``%r`` is the number of results
46
+
- ``%t`` is the time the query was run
46
47
47
48
To override the default label, you can specify a different format for the query history items.
0 commit comments