microsoft / vscode-css-languageservice

CSS, LESS & SCSS language service extracted from VSCode to be reused, e.g in the Monaco editor.
MIT License
317 stars 176 forks source link

IE star hacks are incompatible with CSS Nesting #344

Closed romainmenke closed 1 year ago

romainmenke commented 1 year ago

https://github.com/microsoft/vscode-css-languageservice/blob/6db83e5329520a96054ae880a43c04c6ce51da05/src/test/css/lint.test.ts#L232-L235

* should start rule parsing for css nesting.

Maybe it is safe to remove the custom handling for IE star hacks, given the age of the browsers targeted by these hacks.

romainmenke commented 1 year ago

These tests are now "skipped" : https://github.com/microsoft/vscode-css-languageservice/blob/45f080571333ed82b4b9d4ab5ecfbf59b9de666f/src/test/css/lint.test.ts#L232-L236