You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the new emmet, you get css abbreviations inside the <style> tag. But you get it everywhere inside the style tag including the selectors which is not valid.
Contents of <style> tag should be re-parsed as css to find valid locations for emmet abbr expansion
Or the emmet completion provider for css should be moved to the css language service