-
Notifications
You must be signed in to change notification settings - Fork 187
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
Add aspect-ratio as default valid property #317
Conversation
Or should this be updated over in https://github.com/microsoft/vscode-custom-data/blob/main/web-data/css/css-schema.xml Seems like this file is being used to generate data for...something here: cc @addiment |
I'm no expert here (I hardly understand VS Code's architecture, I just happened to have a similar-ish problem once) but I think(?) that vscode-custom-data is the right place. This is with React, so maybe it's a little different, but I think you're on the right track. |
Yes, the update has to happen in https://github.com/microsoft/vscode-custom-data. (Run |
Oh that's great! So this |
#319 updated all dependencies, including vscode-custom-data |
Amazing, thanks so much @aeschli ! 🙌 |
Copying part of my comment in Seems like this is actually fixed in the normal release version of |
Ran into the problem with a different CSS property just now - Maybe the property is too new and not yet in the The error message is "Unknown property: 'accent-color". |
Hi, thanks for this repo 🙌 (and all of the other packages and projects that make up the Microsoft developer tooling ecosystem). Really amazing.
A quick PR to avoid the problem that
aspect-ratio
is not recognized as a valid property viatypescript-styled-plugin
andvscode-styled-components
:Coming over from:
aspect-ratio
docs:https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-ratio
cc @mjbvz @aeschli