Merge branch 'main' into notebook/dev

This commit is contained in:
Johannes Rieken
2021-06-02 08:16:13 +02:00
60 changed files with 601 additions and 356 deletions

View File

@@ -54,7 +54,8 @@ suite('Notebook Editor', function () {
assert.strictEqual(true, includes);
});
test('notebook editor has viewColumn', async function () {
// TODO@rebornix deal with getting started
test.skip('notebook editor has viewColumn', async function () {
const uri1 = await utils.createRandomFile(undefined, undefined, '.nbdtest');
const editor1 = await vscode.window.showNotebookDocument(uri1);