2024-01-21 11:16:12 -05:00
|
|
|
{
|
|
|
|
"$schema": "https://raw.githubusercontent.com/DanielGavin/ols/master/misc/ols.schema.json",
|
2024-05-19 01:21:51 -04:00
|
|
|
"odin_command": "C:/projects/SectrPrototype/toolchain/Odin/odin.exe",
|
2024-01-21 11:16:12 -05:00
|
|
|
"collections": [
|
2024-05-19 01:21:51 -04:00
|
|
|
{
|
|
|
|
"name": "sectr_host",
|
|
|
|
"path": "C:/projects/SectrPrototype/code/host"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "sectr",
|
|
|
|
"path": "C:/projects/SectrPrototype/code/sectr"
|
|
|
|
},
|
2024-02-11 23:00:06 -05:00
|
|
|
{
|
2024-05-08 02:26:39 -04:00
|
|
|
"name": "thirdparty",
|
|
|
|
"path": "C:/projects/SectrPrototype/thirdparty"
|
2024-01-21 11:16:12 -05:00
|
|
|
}
|
|
|
|
],
|
2024-05-19 01:21:51 -04:00
|
|
|
"enable_document_symbols": false,
|
2024-05-13 01:52:55 -04:00
|
|
|
"enable_fake_methods": true,
|
2024-02-24 22:29:18 -05:00
|
|
|
"enable_format": false,
|
2024-01-21 11:16:12 -05:00
|
|
|
"enable_hover": true,
|
2024-05-20 22:05:52 -04:00
|
|
|
"enable_semantic_tokens": false,
|
2024-03-08 03:34:21 -05:00
|
|
|
"enable_snippets": false,
|
2024-05-13 01:52:55 -04:00
|
|
|
"enable_references": true,
|
2024-05-14 11:47:44 -04:00
|
|
|
"thread_pool_count": 10,
|
|
|
|
"enable_inlay_hints": true,
|
|
|
|
"enable_procedure_context": true,
|
|
|
|
"enable_procedure_snippet": false,
|
2024-05-19 01:21:51 -04:00
|
|
|
"verbose": true,
|
2024-05-14 11:47:44 -04:00
|
|
|
"disable_parser_errors": false
|
2024-02-24 22:29:18 -05:00
|
|
|
}
|