21 lines
599 B
JSON
21 lines
599 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_document_symbols": true,
|
|
"enable_semantic_tokens": false,
|
|
"enable_hover": true,
|
|
"enable_snippets": true
|
|
} |