From 7960e5ac9332634c6d742d50047a32ae6a267915 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 d9f860b..8d01cc5 100644 --- a/package.json +++ b/package.json @@ -680,7 +680,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",