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

Test: Custom data for HTML and CSS #67306

Closed
2 tasks done
octref opened this issue Jan 29, 2019 · 2 comments
Closed
2 tasks done

Test: Custom data for HTML and CSS #67306

octref opened this issue Jan 29, 2019 · 2 comments

Comments

@octref
Copy link
Contributor

octref commented Jan 29, 2019

Testing #62976 and #64164

Complexity: 3

Instructions:

Test the following:

  • With html.experimental.customData and css.experimental.customData, you can make VS Code understand custom HTML tags/attributes and custom CSS properties/atDirectives/pseudoClasses/pseudoElements
  • You are able to pack the JSON files into an extension using contributes.html.experimental.customData and contributes.css.experimental.customData.
@dbaeumer
Copy link
Member

@octref this is blocked by #67544

@octref
Copy link
Contributor Author

octref commented Jan 30, 2019

@dbaeumer Do you mind testing starting from https://github.com/octref/simple-customdata? I've added precautions against the wrong settings, but it won't be available until next insider.

The settings should look like (example):

{
  "html.experimental.customData": ["./html.json"],
  "css.experimental.customData": ["./css.json"]
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants