missing merge change

This commit is contained in:
Johannes Rieken
2018-01-23 17:21:43 +01:00
parent 0f2cc682a0
commit 1ccfbe4024

View File

@@ -648,7 +648,7 @@ export interface CodeActionDto {
edit?: WorkspaceEditDto;
diagnostics?: IMarkerData[];
command?: modes.Command;
scope?: string;
kind?: string;
}
export interface ExtHostLanguageFeaturesShape {