From 1ccfbe4024aa6eb439c8f4d93d64e9789712af64 Mon Sep 17 00:00:00 2001 From: Johannes Rieken Date: Tue, 23 Jan 2018 17:21:43 +0100 Subject: [PATCH] missing merge change --- src/vs/workbench/api/node/extHost.protocol.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/api/node/extHost.protocol.ts b/src/vs/workbench/api/node/extHost.protocol.ts index 8827d4cf011..b6272b1f035 100644 --- a/src/vs/workbench/api/node/extHost.protocol.ts +++ b/src/vs/workbench/api/node/extHost.protocol.ts @@ -648,7 +648,7 @@ export interface CodeActionDto { edit?: WorkspaceEditDto; diagnostics?: IMarkerData[]; command?: modes.Command; - scope?: string; + kind?: string; } export interface ExtHostLanguageFeaturesShape { -- GitLab