-
Notifications
You must be signed in to change notification settings - Fork 0
/
ols.json
31 lines (31 loc) · 831 Bytes
/
ols.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"$schema": "https://raw.githubusercontent.com/DanielGavin/ols/master/misc/ols.schema.json",
"odin_command": "odin.exe",
"collections": [
{
"name": "backend",
"path": "./backend"
},
{
"name": "examples",
"path": "./sectr"
},
{
"name": "thirdparty",
"path": "./thirdparty"
}
],
"enable_document_symbols": true,
"enable_fake_methods": true,
"enable_format": false,
"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,
"verbose": true,
"disable_parser_errors": true
}