Apply suggestions from code review

Co-authored-by: Michael B. Gale <mbg@github.com>
This commit is contained in:
Felicity Chapman
2022-12-02 13:06:32 +00:00
committed by GitHub
parent 38b8cf4fd4
commit 42a438cdcb
2 changed files with 2 additions and 2 deletions

View File

@@ -2,6 +2,6 @@ The CodeQL extension for Visual Studio Code adds several **CodeQL:** commands to
#. From the command palette in Visual Studio Code, select **CodeQL: Quick Query**.
#. After a momment, a new tab *quick-query.ql* is opened, ready for you to write a query for your currently selected CodeQL database (here a |language-code| database).
#. After a moment, a new tab *quick-query.ql* is opened, ready for you to write a query for your currently selected CodeQL database (here a |language-code| database). If you are prompted to reload your workspace as a multi-folder workspace to allow Quick queries, accept or create a new workspace using the starter workflow.
|image-quick-query|

View File

@@ -2,6 +2,6 @@
#. Right-click in the query window and select **CodeQL: Run Query**. (Alternatively, run the command from the Command Palette.)
The query will take a few moments to return results. When the query completes, the results are displayed in a CodeQL Query Results window, alongside the query window.
The query will take a few moments to return results. When the query completes, the results are displayed in a CodeQL Query Results view, next to the main editor view.
The query results are listed in two columns, corresponding to the expressions in the ``select`` clause of the query. |result-col-1| The second column is the alert message.