notebookCellListFocus

This commit is contained in:
rebornix
2020-07-09 16:09:14 -07:00
parent 79fa27d2bd
commit fcfb0dd32e
5 changed files with 32 additions and 11 deletions

View File

@@ -804,7 +804,8 @@ suite('metadata', () => {
});
test('custom metadata should be supported', async function () {
// TODO@rebornix skip as it crashes the process all the time
test.skip('custom metadata should be supported', async function () {
const resource = vscode.Uri.file(join(vscode.workspace.rootPath || '', './first.vsctestnb'));
await vscode.commands.executeCommand('vscode.openWith', resource, 'notebookCoreTest');
assert.equal(vscode.notebook.activeNotebookEditor !== undefined, true, 'notebook first');