Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

pre-load manifests #20

@bennypowers

Description

@bennypowers

Say I know in advance that i'm working with a certain cem, like my company's design system.
I want to configure ce-ls to always load that manifest up, by URL

possible config:

require'lspconfig'.custom_elements_ls.setup {
  preload = {
    cache_expiry = '1w',
    manifests = {
      'https://unpkg.com/@patternfly/elements/custom-elements.json',
    },
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions