Closed jeffmaury closed 5 years ago
As this is a substancial change, it's important to validate all environments so I list them so that we can check them
@jeffmaury for VSCode we needed to handle the command in client in order to apply fixes as in https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/blob/master/src/extension.ts#L28-L42.
With code actions implementation, does client needs to hand it as was the case for command as above
No with my PR you don't need to register a command anymore
code fixes are implemented as code actions and current implementation returns commands instead of code actions. This seems not equaly supported by LSP implementations (at least by intellij-lsp) so could be nice to return code actions instead of commands