Allow showTextDocument to open notebook cell URIs (#158477)

* Fix #123270

* Update to use `getCodeEditor`
This commit is contained in:
Logan Ramos
2022-08-30 06:39:00 -04:00
committed by GitHub
parent 933c22a53f
commit a2cd34f347
3 changed files with 13 additions and 6 deletions

View File

@@ -188,7 +188,7 @@ const apiTestContentProvider: vscode.NotebookContentProvider = {
assert.strictEqual(firstNotebookEditor?.notebook, secondNotebookEditor?.notebook, 'split notebook editors share the same document');
});
test.skip('#106657. Opening a notebook from markers view is broken ', async function () {
test('#106657. Opening a notebook from markers view is broken ', async function () {
const document = await openRandomNotebookDocument();
const [cell] = document.getCells();