Skip to content

Commit e95bfc8

Browse files
committed
Clarify that queries run against selected database
1 parent 44935ce commit e95bfc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The `CodeQL repository <https://github.com/github/codeql>`__ on GitHub contains
7777
You can access any existing queries in your workspace through the queries panel.
7878

7979
#. In the sidebar, to expand the queries panel, click the **Queries** title bar.
80-
#. Hover over the desired query, then click the **Run local query** icon.
80+
#. To run a query against the selected database, hover over the desired query, then click the **Run local query** icon.
8181

8282
.. image:: ../images/codeql-for-visual-studio-code/run-local-query-icon.png
8383
:width: 350
@@ -93,12 +93,12 @@ For more information, see ":doc:`Troubleshooting CodeQL for Visual Studio Code <
9393
Running multiple queries
9494
--------------------------
9595

96-
Using a couple different methods, you can quickly run multiple queries against your code.
96+
You can quickly run multiple queries against the database you've selected using the queries panel or a single command.
9797

9898
Running all queries in a directory
9999
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
100100

101-
You can easily run a directory of queries using the query selector.
101+
You can easily run a directory of queries using the queries panel.
102102

103103
#. In the sidebar, to expand the queries panel, click the **Queries** title bar.
104104
#. Hover over the desired directory of queries, then click the **Run local queries** icon.

0 commit comments

Comments
 (0)