diff options
Diffstat (limited to 'ols.json')
| -rw-r--r-- | ols.json | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -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 |