We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 513afb5 commit dfcaa1fCopy full SHA for dfcaa1f
extensions/vscode-api-tests/src/singlefolder-tests/notebook.test.ts
@@ -190,7 +190,7 @@ const apiTestContentProvider: vscode.NotebookContentProvider = {
190
assert.strictEqual(selectionRedo[0].end, 2);
191
});
192
193
- test.skip('editor editing event', async function () { // TODO@rebornix https://github.com/microsoft/vscode/issues/140200
+ test('editor editing event', async function () {
194
const notebook = await openRandomNotebookDocument();
195
const editor = await vscode.window.showNotebookDocument(notebook);
196
0 commit comments