mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
eng - no TPromise in save participants
This commit is contained in:
@@ -462,7 +462,7 @@ export interface ExtHostDocumentsShape {
|
||||
}
|
||||
|
||||
export interface ExtHostDocumentSaveParticipantShape {
|
||||
$participateInSave(resource: URI, reason: SaveReason): TPromise<boolean[]>;
|
||||
$participateInSave(resource: URI, reason: SaveReason): Thenable<boolean[]>;
|
||||
}
|
||||
|
||||
export interface ITextEditorAddData {
|
||||
|
||||
Reference in New Issue
Block a user