Ed_
4deee942a8
Renamed HashTable to HMapZPL, with procs having the zpl_ namespace prefix. (I want to eventually get away from using it) Started to use the grime pattern for library aliasing better.
31 lines
907 B
JSON
31 lines
907 B
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/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
|
|
}
|