| 1234567891011 |
- {
- "$schema": "https://raw.githubusercontent.com/DanielGavin/ols/master/misc/ols.schema.json",
- "collections": [
- { "name": "huginn", "path": "src" },
- { "name": "third-party", "path": "third-party" }
- ],
- "enable_semantic_tokens": true,
- "enable_document_symbols": true,
- "enable_hover": true,
- "enable_snippets": true
- }
|