mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-26 21:28:04 +00: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:
@@ -24,7 +24,6 @@
|
||||
"notebookControllerKind",
|
||||
"notebookDebugOptions",
|
||||
"notebookDeprecated",
|
||||
"notebookEditorDecorationType",
|
||||
"notebookEditorEdit",
|
||||
"notebookLiveShare",
|
||||
"notebookMessaging",
|
||||
|
||||
@@ -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