SectrPrototype/ols.json

35 lines
1.0 KiB
JSON

{
"$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/packages/ini"
},
{
"name": "backtrace",
"path": "C:/projects/SectrPrototype/thirdparty/packages/backtrace"
}
],
"odin_command": "C:/projects/SectrPrototype/toolchain/Odin/odin.exe",
"enable_document_symbols": true,
"enable_fake_methods": false,
"enable_format": false,
"enable_hover": true,
"enable_semantic_tokens": false,
"enable_snippets": false,
"enable_references": false,
"thread_pool_count": 10
}