Skip to content

Commit 921ce2e

Browse files
committed
fixed typo readme
1 parent a5fc955 commit 921ce2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ 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.
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.
2929
* `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.
3030

3131

0 commit comments

Comments
 (0)