From 34b84a40655992726d87f8e9fe74a6983d1bd3b4 Mon Sep 17 00:00:00 2001 From: Remi Thebault Date: Mon, 5 Jun 2023 21:44:50 +0200 Subject: [PATCH] update settings description for CCDB --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f3a44b..8d6c374 100644 --- a/package.json +++ b/package.json @@ -673,7 +673,7 @@ "Opened files in the current project will be linted immediately. Other files will be linted when editing.", "Opening files will not lint and only start when editing them." ], - "markdownDescription": "Performs static linting already when opening a file, and not just when editing it. Needs `#d.enableStaticLinting#` to be enabled." + "markdownDescription": "Performs static (DScanner) and/or CCDB (compile_commands.json) linting already when opening a file, and not just when editing it." }, "dscanner.ignoredKeys": { "type": "array",