Closed
Description
VS Code 1.20 adds a new CodeAction
type that captures additional information about codeactions:
- https://github.com/Microsoft/vscode/blob/b5e2d0a6bcbae4f71099715dc813239d21975eb5/src/vs/vscode.d.ts#L1897
- https://github.com/Microsoft/vscode-docs/blob/vnext/release-notes/v1_20.md#codeactionprovider-improvements
This new type is used by several new product features such as the Refactor
command and the editor.action.codeAction
command. It should also be supported in the LSP for code action provides