Add CodeAction.disabled

For #85160
This commit is contained in:
Matt Bierner
2019-11-20 14:29:27 -08:00
parent 37f18e8f2d
commit 4cc8710a38
15 changed files with 53 additions and 33 deletions

View File

@@ -1086,6 +1086,7 @@ export interface ICodeActionDto {
command?: ICommandDto;
kind?: string;
isPreferred?: boolean;
disabled?: string;
}
export interface ICodeActionListDto {