Initial stuff

This commit is contained in:
2024-01-21 11:16:12 -05:00
commit 85ac6a1d55
10 changed files with 284 additions and 0 deletions

13
ols.json Normal file
View File

@ -0,0 +1,13 @@
{
"$schema": "https://raw.githubusercontent.com/DanielGavin/ols/master/misc/ols.schema.json",
"collections": [
{
"name": "core",
"path": "C:\\apps\\Microsoft VS Code\\core"
}
],
"enable_document_symbols": true,
"enable_semantic_tokens": true,
"enable_hover": true,
"enable_snippets": true
}