OptionalcommandsA command is an opaque object that should be passed to ApplyCodeActionCommandRequestArgs without modification.
Description of the code action to display in the UI of the editor
OptionalfixShould be present if and only if 'fixId' is.
OptionalfixIf present, one may call 'getCombinedCodeFix' with this fixId. This may be omitted to indicate that the code fix can't be applied in a group.
Short name to identify the fix, for use by telemetry.
Text changes to apply to each file as part of the code action