From c9dc5fe54abf9e30e78211623edea47e4afd399e Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sat, 24 Feb 2024 22:29:18 -0500 Subject: [PATCH] Updates to gitignore and ols config --- .gitignore | 3 +-- ols.json | 10 +++++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 287ebec..fcf5bfc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ build/** *.exe -thirdparty/** -~thirdparty/odin/core/** +# thirdparty/** logs diff --git a/ols.json b/ols.json index 249eff5..f8b5a2b 100644 --- a/ols.json +++ b/ols.json @@ -18,9 +18,13 @@ "path": "C:/projects/SectrPrototype/thirdparty/ini" } ], + "odin_command": "C:/projects/SectrPrototype/thirdparty/Odin", "enable_document_symbols": true, - "enable_semantic_tokens": false, + "enable_fake_methods": true, + "enable_format": false, "enable_hover": true, + "enable_semantic_tokens": true, "enable_snippets": true, - "enable_format": false -} \ No newline at end of file + "enable_references": true, + "thread_pool_count": 10 +}