microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.28k stars 28.57k forks source link

[css] support quickfix highlights #205688

Open aeschli opened 6 months ago

aeschli commented 6 months ago

Testing #205588

.monaco-editor .lightBulbWidget:after {
    position1: absolute;
    top: 0;
}

Use quickfix on position1. Observe there's no highlighting.

aeschli commented 6 months ago

I assume we need to adopt the feature in the css extension.

This will require adoption in LSP and in the server.

aeschli commented 6 months ago

You can assign the issue to me, unless you plan to add a default implementation of range (in case a provider does not provide a range)

justschen commented 6 months ago

yep, we'd like to leave this for extensions!