-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionality
Description
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-groupproperty 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-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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionality