aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorDanielGavin <danielgavin5@hotmail.com>2024-12-30 22:20:28 +0100
committerDanielGavin <danielgavin5@hotmail.com>2024-12-30 22:20:28 +0100
commitf53599650dc10ebd9a5cd85313ffff4b7b319be3 (patch)
tree3f6e0362d8dc957d033e0c1a04a55812f420cec6 /src/common
parentfded19fc8ede748d31b67686941fbe33a8f77214 (diff)
Add exclude path for workspace symbols.
Diffstat (limited to 'src/common')
-rw-r--r--src/common/config.odin1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/config.odin b/src/common/config.odin
index 2c40e4a..301c355 100644
--- a/src/common/config.odin
+++ b/src/common/config.odin
@@ -5,6 +5,7 @@ ConfigProfile :: struct {
name: string,
checker_path: [dynamic]string,
defines: map[string]string,
+ exclude_path: [dynamic]string,
}
Config :: struct {