Open
Description
This proposes an alternative to #29010. Making getSupportedCodeFixes
proxy-able by plugins means the client has to request the list of fixable error codes for each file - and theoretically everytime the program is updated (because the configuration of a plugin could have changed).
Could we instead just add a new property fixable
to Diagnostic
?
That makes getSupportedCodeFixes
obsolete. Fixable error codes no longer need to be known in advance, which would also resolve #28990.