mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
add ignoreIfExists-option #10659
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user