From 4181887804911289914593bb66c1d8147a150e14 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Tue, 30 Jan 2024 01:27:22 -0500 Subject: [PATCH] Personalized ols config --- ols.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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