mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
mark untitled notebooks as dirty by default, don't hold on to untitled notebooks eagerly, https://github.com/microsoft/vscode/issues/121974
This commit is contained in:
@@ -47,10 +47,6 @@ suite('Notebook Document', function () {
|
||||
await utils.closeAllEditors();
|
||||
utils.disposeAll(disposables);
|
||||
disposables.length = 0;
|
||||
|
||||
for (let doc of vscode.notebook.notebookDocuments) {
|
||||
assert.strictEqual(doc.isDirty, false, doc.uri.toString());
|
||||
}
|
||||
});
|
||||
|
||||
suiteSetup(function () {
|
||||
|
||||
Reference in New Issue
Block a user