We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfcaa1f commit 17997daCopy full SHA for 17997da
extensions/vscode-api-tests/src/singlefolder-tests/notebook.test.ts
@@ -311,7 +311,7 @@ const apiTestContentProvider: vscode.NotebookContentProvider = {
311
assert.strictEqual(secondCell.executionSummary?.success, true);
312
});
313
314
- test.skip('notebook cell actions', async function () { // TODO@rebornix https://github.com/microsoft/vscode/issues/140201
+ test('notebook cell actions', async function () {
315
const notebook = await openRandomNotebookDocument();
316
const editor = await vscode.window.showNotebookDocument(notebook);
317
assert.strictEqual(vscode.window.activeNotebookEditor !== undefined, true, 'notebook first');
0 commit comments