Skip to content

Commit 03953ef

Browse files
committed
Update default query history format
1 parent 58073ce commit 03953ef

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/codeql/codeql-for-visual-studio-code/customizing-settings.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,13 @@ Changing the labels of query history items
3737

3838
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::
3939
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+
4342
- ``%q`` is the query name
4443
- ``%d`` is the database name
4544
- ``%s`` is a status string
45+
- ``%r`` is the number of results
46+
- ``%t`` is the time the query was run
4647

4748
To override the default label, you can specify a different format for the query history items.
4849

0 commit comments

Comments
 (0)