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