SectrPrototype/ols.json

19 lines
568 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",
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
}