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 +}