mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
Use URI for IDocumentsAndEditorsDelta.removedDocuments
This commit is contained in:
@@ -506,7 +506,7 @@ export interface ExtHostEditorsShape {
|
||||
}
|
||||
|
||||
export interface IDocumentsAndEditorsDelta {
|
||||
removedDocuments?: string[];
|
||||
removedDocuments?: UriComponents[];
|
||||
addedDocuments?: IModelAddedData[];
|
||||
removedEditors?: string[];
|
||||
addedEditors?: ITextEditorAddData[];
|
||||
|
||||
Reference in New Issue
Block a user