SectrPrototype/ols.json
2024-01-30 01:27:22 -05:00

22 lines
627 B
JSON

{
"$schema": "https://raw.githubusercontent.com/DanielGavin/ols/master/misc/ols.schema.json",
"collections": [
{
"name": "core",
"path": "C:/projects/SectrPrototype/thirdparty/Odin/core"
},
{
"name": "vendor",
"path": "C:/projects/SectrPrototype/thirdparty/Odin/vendor"
},
{
"name": "code",
"path": "C:/projects/SectrPrototype/code"
}
],
"enable_format": false,
"enable_document_symbols": true,
"enable_semantic_tokens": false,
"enable_hover": true,
"enable_snippets": true
}