Personalized ols config

This commit is contained in:
Edward R. Gonzalez 2024-01-30 01:27:22 -05:00
parent 0c2a95c796
commit 4181887804

View File

@ -3,11 +3,20 @@
"collections": [
{
"name": "core",
"path": "C:\\apps\\Microsoft VS Code\\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": true,
"enable_semantic_tokens": false,
"enable_hover": true,
"enable_snippets": true
}