提交 402d2037 编写于 作者: J Johannes Rieken

Throw backup-error to prevent dataloss, #96685

上级 f00d8903
......@@ -218,7 +218,7 @@ export class NotebookEditorInput extends EditorInput {
}
async backup(): Promise<IWorkingCopyBackup> {
return {};
throw new Error();
}
matches(otherInput: unknown): boolean {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册