Skip to content

Commit 42a438c

Browse files
felicitymaymbg
andauthored
Apply suggestions from code review
Co-authored-by: Michael B. Gale <[email protected]>
1 parent 38b8cf4 commit 42a438c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/codeql/reusables/vs-code-basic-instructions/run-quick-query-1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ The CodeQL extension for Visual Studio Code adds several **CodeQL:** commands to
22

33
#. From the command palette in Visual Studio Code, select **CodeQL: Quick Query**.
44

5-
#. 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).
5+
#. 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.
66

77
|image-quick-query|

docs/codeql/reusables/vs-code-basic-instructions/run-quick-query-2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
#. Right-click in the query window and select **CodeQL: Run Query**. (Alternatively, run the command from the Command Palette.)
44

5-
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.
5+
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.
66

77
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.

0 commit comments

Comments
 (0)