Ed_
595de438af
I wasn't expecting it to be this to bad to support it... Also: * I renamed some of the files to group better with the virtual codebase view
19 lines
566 B
JSON
19 lines
566 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/DanielGavin/ols/master/misc/ols.schema.json",
|
|
"collections": [
|
|
{
|
|
"name": "thirdparty",
|
|
"path": "C:/projects/SectrPrototype/thirdparty"
|
|
}
|
|
],
|
|
"odin_command": "C:/projects/SectrPrototype/toolchain/Odin/odin.exe",
|
|
"enable_document_symbols": false,
|
|
"enable_fake_methods": true,
|
|
"enable_format": false,
|
|
"enable_hover": true,
|
|
"enable_semantic_tokens": true,
|
|
"enable_snippets": false,
|
|
"enable_references": true,
|
|
"thread_pool_count": 10
|
|
}
|