aboutsummaryrefslogtreecommitdiff
path: root/ols.json
diff options
context:
space:
mode:
Diffstat (limited to 'ols.json')
-rw-r--r--ols.json13
1 files changed, 11 insertions, 2 deletions
diff --git a/ols.json b/ols.json
index 5261a9c..477305c 100644
--- a/ols.json
+++ b/ols.json
@@ -1,13 +1,22 @@
{
+ "$schema": "https://raw.githubusercontent.com/DanielGavin/ols/master/misc/ols.schema.json",
"collections": [
{
- "name": "shared",
+ "name": "src",
"path": "src"
}
],
+ "profiles": [
+ { "name": "linux_profile", "os": "linux", "checker_path": ["src/main.odin"]},
+ { "name": "windows_profile", "os": "windows", "checker_path": ["src/main.odin", "src"]}
+ ],
+ "profile": "windows_profile",
"enable_document_symbols": true,
"enable_semantic_tokens": true,
"enable_snippets": true,
"enable_references": true,
+ "enable_fake_methods": false,
+ "enable_inlay_hints": false,
+ "enable_procedure_snippet": false,
"verbose": false
-}
+} \ No newline at end of file