Skip to content

Commit 58073ce

Browse files
committed
Docs: Update options for viewing results in VS Code
1 parent 714e126 commit 58073ce

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/codeql/codeql-for-visual-studio-code/analyzing-your-projects.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,14 @@ To remove queries from the Query History view, select all the queries you want t
129129
Viewing query results
130130
-----------------------
131131

132-
#. Click a query in the Query History view to display its results in the Results view. Alternatively, right-click the result to select a different view:
132+
#. Click a query in the Query History view to display its results in the Results view.
133133

134-
- To view the results in :ref:`SARIF format <sarif-output>`, right-click and select **View SARIF**.
135-
- To view the results in :ref:`DIL format <dil>`, right-click and select **View DIL**.
134+
.. pull-quote:: Note
136135

137-
#. Use the dropdown menu in the Results view to choose which results to display, and in what form to display them, such as a formatted alert message or a table of raw results. The available output forms are specified by the format of the query and the metadata. For more information, see ":ref:`CodeQL queries <codeql-queries>`."
136+
Depending on the query, you can also choose different views such as CSV, :ref:`SARIF <sarif-output>`, or :ref:`DIL format <dil>`. For example, to view the DIL format, right-click a result and select **View DIL**.
137+
The available output views are determined by the format of the query and the metadata. For more information, see ":ref:`CodeQL queries <codeql-queries>`."
138+
139+
#. Use the dropdown menu in the Results view to choose which results to display, and in what form to display them, such as a formatted alert message or a table of raw results.
138140

139141
#. To sort the results by the entries in a particular column, click the column header.
140142

0 commit comments

Comments
 (0)