From f53599650dc10ebd9a5cd85313ffff4b7b319be3 Mon Sep 17 00:00:00 2001 From: DanielGavin Date: Mon, 30 Dec 2024 22:20:28 +0100 Subject: Add exclude path for workspace symbols. --- misc/ols.schema.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'misc') diff --git a/misc/ols.schema.json b/misc/ols.schema.json index cc5941f..e038145 100644 --- a/misc/ols.schema.json +++ b/misc/ols.schema.json @@ -103,6 +103,13 @@ "items": { "type": "string" } + }, + "workspace_exclude_path": { + "type": "array", + "description": "List of paths that will be exldued from workspace symbol searches.", + "items": { + "type": "string" + } } }, "required": ["name", "checker_path"], -- cgit v1.2.3