Skip to content

Commit a5fc955

Browse files
committed
add extension setting description in readme
1 parent 0146912 commit a5fc955

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ This extension contributes the following settings:
2525
* `codeql-agent.project.outputPath`: set path to the output folder. Please enter full path. Default is *${currentProjectPath}/codeql-agent-results*
2626
* `codeql-agent.project.overwriteFlag`: enable/disable overwrite database when database path is exists and not an empty directory. This flag is useful for forcely rebuild database.
2727
* `codeql-agent.project.language`: set project language to buidling database or execute SAST.
28+
* `codeql-agent.project.threads`: use this many threads to build database and evaluate queries. \nDefaults to 1. You can pass 0 to use one thread per core on the machine.
29+
* `codeql-agent.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.
30+
2831

2932
## Release Notes
3033

0 commit comments

Comments
 (0)