SectrPrototype/ols.json
Ed_ b137bc542c WIP: Stuff related to working on the settings menu + more
Moved core ui to its own folder.
Worked on theming (proper light and dark theme)
Began to work on the scroll box widget and input box constructions

I added back a script for flattening the codebase: gen_flattened_codebase.ps1
2024-05-19 01:21:51 -04:00

32 lines
956 B
JSON

{
"$schema": "https://raw.githubusercontent.com/DanielGavin/ols/master/misc/ols.schema.json",
"odin_command": "C:/projects/SectrPrototype/toolchain/Odin/odin.exe",
"collections": [
{
"name": "sectr_host",
"path": "C:/projects/SectrPrototype/code/host"
},
{
"name": "sectr",
"path": "C:/projects/SectrPrototype/code/sectr"
},
{
"name": "thirdparty",
"path": "C:/projects/SectrPrototype/thirdparty"
}
],
"enable_document_symbols": false,
"enable_fake_methods": true,
"enable_format": false,
"enable_hover": true,
"enable_semantic_tokens": true,
"enable_snippets": false,
"enable_references": true,
"thread_pool_count": 10,
"enable_inlay_hints": true,
"enable_procedure_context": true,
"enable_procedure_snippet": false,
"verbose": true,
"disable_parser_errors": false
}