mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
log save participant timings, #13492
This commit is contained in:
@@ -235,7 +235,7 @@ export abstract class ExtHostDocumentsShape {
|
||||
}
|
||||
|
||||
export abstract class ExtHostDocumentSaveParticipantShape {
|
||||
$participateInSave(resource: URI, reason: SaveReason): TPromise<any[]> { throw ni(); }
|
||||
$participateInSave(resource: URI, reason: SaveReason): TPromise<boolean[]> { throw ni(); }
|
||||
}
|
||||
|
||||
export interface ITextEditorAddData {
|
||||
|
||||
Reference in New Issue
Block a user