Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Princesseuh opened this issue Mar 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Princesseuh
Copy link
Member

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/language-tools#700

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants