2024-01-21 08:16:12 -08:00
|
|
|
{
|
|
|
|
"$schema": "https://raw.githubusercontent.com/DanielGavin/ols/master/misc/ols.schema.json",
|
|
|
|
"collections": [
|
|
|
|
{
|
|
|
|
"name": "core",
|
2024-01-29 22:27:22 -08:00
|
|
|
"path": "C:/projects/SectrPrototype/thirdparty/Odin/core"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vendor",
|
|
|
|
"path": "C:/projects/SectrPrototype/thirdparty/Odin/vendor"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "code",
|
|
|
|
"path": "C:/projects/SectrPrototype/code"
|
2024-02-11 20:00:06 -08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "ini",
|
2024-03-19 15:52:33 -07:00
|
|
|
"path": "C:/projects/SectrPrototype/thirdparty/packages/ini"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "backtrace",
|
|
|
|
"path": "C:/projects/SectrPrototype/thirdparty/packages/backtrace"
|
2024-01-21 08:16:12 -08:00
|
|
|
}
|
|
|
|
],
|
2024-03-19 15:52:33 -07:00
|
|
|
"odin_command": "C:/projects/SectrPrototype/toolchain/Odin/odin.exe",
|
2024-01-21 08:16:12 -08:00
|
|
|
"enable_document_symbols": true,
|
2024-03-08 00:34:21 -08:00
|
|
|
"enable_fake_methods": false,
|
2024-02-24 19:29:18 -08:00
|
|
|
"enable_format": false,
|
2024-01-21 08:16:12 -08:00
|
|
|
"enable_hover": true,
|
2024-03-08 00:34:21 -08:00
|
|
|
"enable_semantic_tokens": false,
|
|
|
|
"enable_snippets": false,
|
|
|
|
"enable_references": false,
|
2024-02-24 19:29:18 -08:00
|
|
|
"thread_pool_count": 10
|
|
|
|
}
|