mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
Remove notebook editor decoration type (#151574)
* Remove the notebookEditorDecorationType API proposal Fixes #146838 * Remove all the infastructure around the now removed notebookEditorDecorationType api
This commit is contained in:
@@ -93,11 +93,6 @@ suite('vscode', function () {
|
||||
assertNoRpcFromEntry([item, 'TreeView']);
|
||||
});
|
||||
|
||||
test('no rpc, createNotebookEditorDecorationType(...)', function () {
|
||||
const item = vscode.notebooks.createNotebookEditorDecorationType({ top: {} });
|
||||
dispo.push(item);
|
||||
assertNoRpcFromEntry([item, 'NotebookEditorDecorationType']);
|
||||
});
|
||||
|
||||
test('no rpc, createNotebookController(...)', function () {
|
||||
const ctrl = vscode.notebooks.createNotebookController('foo', 'bar', '');
|
||||
|
||||
Reference in New Issue
Block a user