{
    "$schema": "https://raw.githubusercontent.com/DanielGavin/ols/master/misc/ols.schema.json",
    "collections": [
        {
            "name": "core",
            "path": "C:/projects/SectrPrototype/thirdparty/Odin/core"
        },
        {
            "name": "vendor",
            "path": "C:/projects/SectrPrototype/thirdparty/Odin/vendor"
        },
        {
            "name": "code",
            "path": "C:/projects/SectrPrototype/code"
        },
        {
            "name": "ini",
            "path": "C:/projects/SectrPrototype/thirdparty/ini"
        }
    ],
    "odin_command": "C:/projects/SectrPrototype/thirdparty/Odin/odin.exe",
    "enable_document_symbols": true,
    "enable_fake_methods": true,
    "enable_format": false,
    "enable_hover": true,
    "enable_semantic_tokens": true,
    "enable_snippets": true,
    "enable_references": true,
    "thread_pool_count": 10
}