From 6ea8d8e82d56da983b4f040154ef5793afebdc19 Mon Sep 17 00:00:00 2001 From: Discookie Date: Thu, 4 Jul 2024 08:30:57 +0000 Subject: [PATCH] Set "lean" config as default --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fc18cbc..c116ce8 100644 --- a/package.json +++ b/package.json @@ -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 '. 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": { @@ -145,7 +145,7 @@ "null" ], "description": "CodeChecker's thread count - leave empty to use all threads", - "default": null, + "default": 4, "minimum": 1, "order": 5 },