SectrPrototype/ols.json

35 lines
1.0 KiB
JSON
Raw Normal View History

2024-01-21 08:16:12 -08:00
{
"$schema": "https://raw.githubusercontent.com/DanielGavin/ols/master/misc/ols.schema.json",
"collections": [
{
"name": "core",
"path": "C:/projects/SectrPrototype/toolchain/Odin/core"
2024-01-29 22:27:22 -08:00
},
{
"name": "vendor",
"path": "C:/projects/SectrPrototype/toolchain/Odin/vendor"
2024-01-29 22:27:22 -08:00
},
{
"name": "code",
"path": "C:/projects/SectrPrototype/code"
},
{
"name": "ini",
"path": "C:/projects/SectrPrototype/thirdparty/ini"
},
{
"name": "backtrace",
"path": "C:/projects/SectrPrototype/thirdparty/backtrace"
2024-01-21 08:16:12 -08:00
}
],
"odin_command": "C:/projects/SectrPrototype/toolchain/Odin/odin.exe",
2024-01-21 08:16:12 -08:00
"enable_document_symbols": true,
"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,
"enable_semantic_tokens": false,
"enable_snippets": false,
"enable_references": false,
2024-02-24 19:29:18 -08:00
"thread_pool_count": 10
}