-
Notifications
You must be signed in to change notification settings - Fork 13
[#410] Evolve options API without bumping major version every time #414
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
Conversation
- make provider interfaces less domain specific but more stable
- improve API and implementation
9bda0dc
to
859b052
Compare
There were test failures but now everything is green. Please have a look @ghentschke |
This look pretty good. But the restore defaults button in the preference page doesn't work. It just resets the current changes but not to the defaults. |
Thank you! I'll check on my side and will let you know |
…ery time * make provider interfaces less domain specific but more stable * improve API and implementation
@ghentschke I did a fix for |
Great. I'll test it in the evening. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM @ruspl-afed Thank you!!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This interface was removed here, but it is still referenced in the declarative part of the example to show how to override preference defaults. See
Line 5 in 9ee279c
<provide interface="org.eclipse.cdt.lsp.clangd.ClangdOptionsDefaults"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moving to #426
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have raised #427 as I think this change looses the ability for extenders to pick up new options.