SectrPrototype/ols.json

21 lines
599 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": "core",
2024-01-29 22:27:22 -08:00
"path": "C:/projects/SectrPrototype/thirdparty/Odin/core"
},
{
"name": "vendor",
"path": "C:/projects/SectrPrototype/thirdparty/Odin/vendor"
},
{
"name": "code",
"path": "C:/projects/SectrPrototype/code"
2024-01-21 08:16:12 -08:00
}
],
"enable_document_symbols": true,
2024-01-29 22:27:22 -08:00
"enable_semantic_tokens": false,
2024-01-21 08:16:12 -08:00
"enable_hover": true,
"enable_snippets": true
}