mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
clean up some todos
This commit is contained in:
@@ -169,7 +169,6 @@ export class ExtHostDocumentSaveParticipant implements ExtHostDocumentSavePartic
|
||||
return this._mainThreadEditors.$tryApplyWorkspaceEdit({ edits: [resourceEdit] });
|
||||
}
|
||||
|
||||
// TODO@joh bubble this to listener?
|
||||
return Promise.reject(new Error('concurrent_edits'));
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user