ols.json 335 B

1234567891011
  1. {
  2. "$schema": "https://raw.githubusercontent.com/DanielGavin/ols/master/misc/ols.schema.json",
  3. "collections": [
  4. { "name": "huginn", "path": "src" },
  5. { "name": "third-party", "path": "third-party" }
  6. ],
  7. "enable_semantic_tokens": true,
  8. "enable_document_symbols": true,
  9. "enable_hover": true,
  10. "enable_snippets": true
  11. }