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:
Matt Bierner
2022-06-13 13:51:10 -07:00
committed by GitHub
parent 32ba8bcab6
commit 8b0b3ee72e
17 changed files with 4 additions and 427 deletions

View File

@@ -24,7 +24,6 @@
"notebookControllerKind",
"notebookDebugOptions",
"notebookDeprecated",
"notebookEditorDecorationType",
"notebookEditorEdit",
"notebookLiveShare",
"notebookMessaging",

View File

@@ -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', '');