Skip to content

Commit 00ef7c9

Browse files
committed
add options description
1 parent db5000d commit 00ef7c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ Click **Settings** button to move on to extensions setting panel. This extension
128128
`project.language` | Set project language to building database or execute SAST.
129129
`project.threads` | Use this many threads to build database and evaluate queries. Defaults to 1. You can pass 0 to use one thread per core on the machine.
130130
`project.saveCache` | Aggressively save intermediate results to the disk cache. This may speed up subsequent queries if they are similar. Be aware that using this option will greatly increase disk usage and initial evaluation time.
131+
`project.command` | The command used when you create a CodeQL database for one or more compiled languages, omit if the only languages requested are Python and JavaScript. This specifies the build commands needed to invoke the compiler. If you don't set this variable, CodeQL will attempt to detect the build system automatically, using a built-in autobuilder.
132+
`project.javaVersion` | Set the Java version, support Java 8 and Java 11. The default value is Java 11.
131133

132134
## How does it work?
133135
This extension is the interface of [CodeQL Agent for Docker](https://github.com/vovikhangcdv/codeql-agent) which is a docker image that helps execute CodeQL automatically.

0 commit comments

Comments
 (0)