mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
use vscode.notebooks not vscode.notebook
This commit is contained in:
@@ -255,7 +255,7 @@ suite('Notebook Document', function () {
|
||||
value: 'new_code'
|
||||
}]);
|
||||
|
||||
const event = utils.asPromise<vscode.NotebookCellsChangeEvent>(vscode.notebook.onDidChangeNotebookCells);
|
||||
const event = utils.asPromise<vscode.NotebookCellsChangeEvent>(vscode.notebooks.onDidChangeNotebookCells);
|
||||
|
||||
const success = await vscode.workspace.applyEdit(edit);
|
||||
assert.strictEqual(success, true);
|
||||
|
||||
Reference in New Issue
Block a user