mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
Apply suggestions from code review
Co-authored-by: Michael B. Gale <mbg@github.com>
This commit is contained in:
@@ -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|
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user