From 7d2eb000b078143e9fa6225d00ef52fc7c606fdf Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 10 Nov 2020 18:20:01 +0100 Subject: Switch to upstream protocol for resolving code action Note that we have to maintain custom implementation on the client side: I don't see how to marry bulitin resolve support with groups and snippets. --- editors/code/src/lsp_ext.ts | 6 ------ 1 file changed, 6 deletions(-) (limited to 'editors/code/src/lsp_ext.ts') diff --git a/editors/code/src/lsp_ext.ts b/editors/code/src/lsp_ext.ts index fc8e120b3..d320c3cd7 100644 --- a/editors/code/src/lsp_ext.ts +++ b/editors/code/src/lsp_ext.ts @@ -43,12 +43,6 @@ export const matchingBrace = new lc.RequestType("experimental/parentModule"); -export interface ResolveCodeActionParams { - id: string; - codeActionParams: lc.CodeActionParams; -} -export const resolveCodeAction = new lc.RequestType('experimental/resolveCodeAction'); - export interface JoinLinesParams { textDocument: lc.TextDocumentIdentifier; ranges: lc.Range[]; -- cgit v1.2.3