diff --git a/ols.json b/ols.json index 1e25e2d..c4a6ca3 100644 --- a/ols.json +++ b/ols.json @@ -3,11 +3,20 @@ "collections": [ { "name": "core", - "path": "C:\\apps\\Microsoft VS Code\\core" + "path": "C:/projects/SectrPrototype/thirdparty/Odin/core" + }, + { + "name": "vendor", + "path": "C:/projects/SectrPrototype/thirdparty/Odin/vendor" + }, + { + "name": "code", + "path": "C:/projects/SectrPrototype/code" } ], + "enable_format": false, "enable_document_symbols": true, - "enable_semantic_tokens": true, + "enable_semantic_tokens": false, "enable_hover": true, "enable_snippets": true } \ No newline at end of file