SectrPrototype/ols.json

23 lines
712 B
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": "thirdparty",
"path": "C:/projects/SectrPrototype/thirdparty"
2024-01-21 08:16:12 -08:00
}
],
"odin_command": "C:/projects/SectrPrototype/toolchain/Odin/odin.exe",
"enable_document_symbols": false,
"enable_fake_methods": true,
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": true,
"thread_pool_count": 10,
"enable_inlay_hints": true,
"enable_procedure_context": true,
"enable_procedure_snippet": false,
"disable_parser_errors": false
2024-02-24 19:29:18 -08:00
}