Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.101.0 (Universal)
- OS Version: macOS Sequoia Version 15.5
Steps to Reproduce:
- Disable all VSCode extensions. This bug is not related to extensions.
- Create a .css file.
- Try to apply the
scroll-marker-group property to an element. For example:
ul {scroll-marker-group: after;}
- Note the blue squiggly highlighting and VSCode error
Unknown property: 'scroll-marker-group' css(unknownProperties)
scroll-marker-group is indeed a valid property. The scroll-marker-group property is used to control whether a scroll container has a ::scroll-marker-group pseudo-element generated. This bug was identified while following the MDN tutorial for creating a CSS carousel.
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
scroll-marker-groupproperty to an element. For example:ul {scroll-marker-group: after;}Unknown property: 'scroll-marker-group' css(unknownProperties)scroll-marker-groupis indeed a valid property. Thescroll-marker-groupproperty is used to control whether a scroll container has a::scroll-marker-grouppseudo-element generated. This bug was identified while following the MDN tutorial for creating a CSS carousel.