add ignoreIfExists-option #10659

This commit is contained in:
Johannes Rieken
2018-06-20 15:57:38 +02:00
parent 991b74bced
commit 257ae9f76c
7 changed files with 23 additions and 11 deletions

View File

@@ -766,7 +766,7 @@ export interface WorkspaceSymbolsDto extends IdObject {
export interface ResourceFileEditDto {
oldUri: UriComponents;
newUri: UriComponents;
options: { overwrite?: boolean };
options: { overwrite?: boolean, ignoreIfExists?: boolean };
}
export interface ResourceTextEditDto {