mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
avoid conflict between new and legacy kernel
This commit is contained in:
@@ -125,7 +125,7 @@ suite('Notebook API tests', () => {
|
||||
await firstEditorClose;
|
||||
});
|
||||
|
||||
test('editor open/close event', async function () {
|
||||
test('editor open/close event 2', async function () {
|
||||
const resource = vscode.Uri.file(join(vscode.workspace.rootPath || '', './first.vsctestnb'));
|
||||
let count = 0;
|
||||
const disposables: vscode.Disposable[] = [];
|
||||
|
||||
Reference in New Issue
Block a user