microsoft / vscode-custom-data

Documentation and sample for using VS Code custom data format
MIT License
197 stars 75 forks source link

@container queries appear to not be supported #106

Open jimbojw opened 1 week ago

jimbojw commented 1 week ago

CSS container queries (@container) have been supported in @mdn/browser-compat-data since v5.2.3. However, they do not appear to be present in vscode-custom-data.

I believe this to be the cause of https://github.com/microsoft/vscode-css-languageservice/issues/408, which I believe to be the cause of observed behavior in https://github.com/runem/lit-analyzer/issues/323.

jimbojw commented 1 week ago

Apologies, this has been fixed in more recent versions.