From 58073ceeb11bc3a739929c10bfc81431a251b2cd Mon Sep 17 00:00:00 2001 From: shati-patel <42641846+shati-patel@users.noreply.github.com> Date: Thu, 19 Aug 2021 19:07:29 +0100 Subject: [PATCH] Docs: Update options for viewing results in VS Code --- .../analyzing-your-projects.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/codeql/codeql-for-visual-studio-code/analyzing-your-projects.rst b/docs/codeql/codeql-for-visual-studio-code/analyzing-your-projects.rst index cfd1746499c..21439a2789f 100644 --- a/docs/codeql/codeql-for-visual-studio-code/analyzing-your-projects.rst +++ b/docs/codeql/codeql-for-visual-studio-code/analyzing-your-projects.rst @@ -129,12 +129,14 @@ To remove queries from the Query History view, select all the queries you want t Viewing query results ----------------------- -#. 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: +#. Click a query in the Query History view to display its results in the Results view. - - To view the results in :ref:`SARIF format `, right-click and select **View SARIF**. - - To view the results in :ref:`DIL format `, right-click and select **View DIL**. + .. pull-quote:: Note -#. 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 `." + Depending on the query, you can also choose different views such as CSV, :ref:`SARIF `, or :ref:`DIL format `. For example, to view the DIL format, right-click a result and select **View DIL**. + The available output views are determined by the format of the query and the metadata. For more information, see ":ref:`CodeQL queries `." + +#. 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. #. To sort the results by the entries in a particular column, click the column header.