Skip to content

Commit

Permalink
Set "lean" config as default
Browse files Browse the repository at this point in the history
  • Loading branch information
Discookie committed Jul 4, 2024
1 parent 07a4c26 commit 6ea8d8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"codechecker.analyze.arguments": {
"type": "string",
"description": "Additional arguments to CodeChecker analyze command. For example, if you want to use a config file for CodeChecker pass '--config <config.json>'. For supported arguments, run `CodeChecker analyze --help`. The command `CodeChecker: Show full command line` command shows the resulting command line.",
"default": "",
"default": "--analyzer-config clangsa:mode=shallow",
"order": 4
},
"codechecker.executor.threadCount": {
Expand All @@ -145,7 +145,7 @@
"null"
],
"description": "CodeChecker's thread count - leave empty to use all threads",
"default": null,
"default": 4,
"minimum": 1,
"order": 5
},
Expand Down

0 comments on commit 6ea8d8e

Please sign in to comment.