Adaline Valentina Simonian
Adaline Valentina Simonian
VS Code now [runs in the browser](https://code.visualstudio.com/updates/v1_62#_visual-studio-code-for-the-web-vscodedev-preview) as well as on desktop. In theory, if browser support ever does get implemented, it may then be possible to have the VS...
> I don't think we've far off. @m-allanson has mostly got us there. I think we'll need to: > > * [Move to ESM #5291](https://github.com/stylelint/stylelint/issues/5291) I'll need to investigate a...
@ybiquitous This isn't really a bug; I think this should be a feature request. The original discussion is in https://github.com/stylelint/vscode-stylelint/issues/315, but I'll summarize here. Stylelint's API only returns a [single...
Since Stylelint relies on PostCSS, and PostCSS does not have range support, we won't be able to add end position information since the extra data would be ignored by the...
The upstream PR has been merged and will most likely make it into PostCSS 8.3 per https://github.com/postcss/postcss/pull/1669#issuecomment-971051056. Once released, we'll be able to make the necessary changes to support ranges...
WIP implementation for ranges in #5725
Range support in PostCSS has been released in 8.4. End indices are needed in postcss-value-parser, a PR has been opened at TrySound/postcss-value-parser#83
Following up on https://github.com/stylelint/stylelint/issues/3935#issuecomment-963678973: In vscode-stylelint, we need support in four key areas to move forward on ESM: ### VS Code Support > See also: https://github.com/microsoft/vscode/issues/130367, https://github.com/microsoft/vscode/issues/135450 Currently, VS Code...
Able to replicate this. To format documents, we take the formatting options (e.g. indent size, tabs or spaces) from VS Code, convert them into their respective Stylelint rules (e.g. the...
Blocked by https://github.com/stylelint/stylelint/issues/5723 Once implemented, we'll make changes here to resolve the Stylelint config for a given file and then use it as a base for the formatting options provided...