Skip to content

Commit a7796ac

Browse files
author
Elizabeth
committed
update readme
1 parent c94cdce commit a7796ac

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ For more on how the dataflow queries work, visit [dataflow docs](./codeql-custom
1212

1313
## Requirements
1414

15+
Install Visual Studio Code, download [here](https://code.visualstudio.com/download)
16+
1517
To run these queries, set up the [VS Code extension for CodeQL](https://codeql.github.com/docs/codeql-for-visual-studio-code/setting-up-codeql-in-visual-studio-code/).
1618
If the CLI interface is preferred, install [CodeQL](https://codeql.github.com/) and set up the [CodeQL CLI](https://docs.github.com/en/code-security/codeql-cli/getting-started-with-the-codeql-cli/setting-up-the-codeql-cli).
1719

@@ -29,13 +31,13 @@ If you wish to run it on other extensions, download the source code and build th
2931

3032
### Running Queries With the VS Code CodeQL extension
3133

32-
0. Open this repo in VS Code.
34+
0. Open this repo in VS Code, this will ensure all required libraries of CodeQL are accessible for the queries to execute successfully.
3335

3436
1. Load database
35-
Select `From a folder` and choose from the databases provided in [sample-data](./sample-data)
37+
Select `From a folder` and choose from the databases provided in [sample-data](./sample-data)
3638
![load-database](./images/load-database.png)
3739

38-
2. Select database (the checkmark indicates database is selected)
40+
2. Select database (the checkmark indicates database is selected)
3941
![select-database](./images/select-database.png)
4042

4143
3. In VS Code, right-click on query file or open a query file and right-click.

0 commit comments

Comments
 (0)