Skip to content

Commit 731419f

Browse files
Remove reference to query console
Co-authored-by: Felicity Chapman <[email protected]>
1 parent f31a7cf commit 731419f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/writing-codeql-queries/defining-the-results-of-a-query.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ About query results
99
-------------------
1010

1111
The information contained in the results of a query is controlled by the ``select`` statement. Part of the process of developing a useful query is to make the results clear and easy for other users to understand.
12-
When you write your own queries in the query console or in the CodeQL :ref:`extension for VS Code <codeql-for-visual-studio-code>` there are no constraints on what can be selected.
12+
When you write your own queries in the CodeQL :ref:`extension for VS Code <codeql-for-visual-studio-code>` there are no constraints on what can be selected.
1313
However, if you want to use a query to create alerts for code scanning or generate valid analysis results using the :ref:`CodeQL CLI <codeql-cli>`, you'll need to make the ``select`` statement report results in the required format.
1414
You must also ensure that the query has the appropriate metadata properties defined.
1515
This topic explains how to write your select statement to generate helpful analysis results.

0 commit comments

Comments
 (0)