Skip to content

HTML and CSS services should collect custom data added by other extensions #88

@Princesseuh

Description

@Princesseuh

In VS Code, extensions can add custom data through the following code:

{
  "contributes": {
    "html": {
      "customData": ["./html.html-data.json"]
    },
    "css": {
      "customData": ["./css.css-data.json"]
    }
  }
}

At this time, this custom data isn't found by the HTML and CSS services, leading to downstream issues like this one: withastro/astro#14674

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions