-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement full underline on stylelint polaris in VSCode #8190
Comments
In the stylelint issue I linked above, supposedly |
So it looks like the problem is coming from the VSCode Stylelint plugin which is responsible for underlining failures. They actually have a PR up stylelint/vscode-stylelint#358 that is supposed to implement it, but it hasn't been merged yet. It isn't stale, there was activity about 2 weeks ago |
Once the Stylelint VSCode PR is merged, we will have to add range data ( |
It's worth pointing out that you're free to add range data at any point. Stylelint on the command line will make use of it, and then when VSCode adds support it will be leveraged there too. You're not blocked by Stylelint VSCode here. |
Hi! We noticed there hasn’t been activity on this issue in a while. After 30 days, it will close automatically. If it’s still relevant, or you have updates, comment and let us know. And don’t worry, you can always re-open later if needed. |
Fixed by stylelint/vscode-stylelint#358
Right now, failures in VSCode only underline the first letter of the line. This makes it hard to notice/hover over. This is because the endline isn't provided in our custom rules, there are several solutions in this stylelint issue stylelint/stylelint#5694
The text was updated successfully, but these errors were encountered: