Index
Repository
Source and sample code is available here
PR's welcome!
Project Layout
Without the VSCode Starter Project
Initialize the official CodeQL repository as a submodule in your project directory:
Add qlpack.yml next to your .ql files:
Note: the legacy libraryPathDependencies syntax won't work! The official way to do things is using the codeql pack CLI commands.
Add queries.xml next to yout .ql files:
Use codeql pack install to install dependencies of your queries.