WIP: Persistent order support for rooted boxes (top-most boxes)
I wasn't expecting it to be this to bad to support it... Also: * I renamed some of the files to group better with the virtual codebase view
This commit is contained in:
8
ols.json
8
ols.json
@ -7,12 +7,12 @@
|
||||
}
|
||||
],
|
||||
"odin_command": "C:/projects/SectrPrototype/toolchain/Odin/odin.exe",
|
||||
"enable_document_symbols": true,
|
||||
"enable_fake_methods": false,
|
||||
"enable_document_symbols": false,
|
||||
"enable_fake_methods": true,
|
||||
"enable_format": false,
|
||||
"enable_hover": true,
|
||||
"enable_semantic_tokens": false,
|
||||
"enable_semantic_tokens": true,
|
||||
"enable_snippets": false,
|
||||
"enable_references": false,
|
||||
"enable_references": true,
|
||||
"thread_pool_count": 10
|
||||
}
|
||||
|
Reference in New Issue
Block a user