-
Notifications
You must be signed in to change notification settings - Fork 328
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
Add isPreferred to the CodeAction protocol. #489
Conversation
See [vscode isPreferred discussion](microsoft/vscode#62110 (comment))
For this to be merged we need to update the spec as well (see https://github.com/Microsoft/language-server-protocol/blob/gh-pages/specification.md#L1). In addition I think this needs to be guarded by a client capability so the server can decided if it is worthwhile to compute the property (in this case inexpensive but this is how the spec works today). |
I have updated the spec and I added |
@dbaeumer Is there more I need to do? |
Merged by hand with some minor modifications for consistency (e.g. |
See vscode isPreferred discussion