You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ This extension contributes the following settings:
25
25
*`codeql-agent.project.outputPath`: set path to the output folder. Please enter full path. Default is *${currentProjectPath}/codeql-agent-results*
26
26
*`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.
27
27
*`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.
28
+
*`codeql-agent.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.
29
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.
0 commit comments