mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
delay cells change from revert.
This commit is contained in:
@@ -56,7 +56,7 @@ async function splitEditor() {
|
||||
await once;
|
||||
}
|
||||
|
||||
suite('API tests', () => {
|
||||
suite('Notebook API tests', () => {
|
||||
test('document open/close event', async function () {
|
||||
const resource = vscode.Uri.file(join(vscode.workspace.rootPath || '', './first.vsctestnb'));
|
||||
const firstDocumentOpen = getEventOncePromise(vscode.notebook.onDidOpenNotebookDocument);
|
||||
|
||||
Reference in New Issue
Block a user