Skip to content

Commit 285c607

Browse files
authored
Remove executePrimary and notebookEditor proposal (microsoft#165532)
Fix microsoft#164505
1 parent 9cf7094 commit 285c607

File tree

3 files changed

+0
-19
lines changed

3 files changed

+0
-19
lines changed

src/vs/workbench/services/actions/common/menusExtensionPoint.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -203,12 +203,6 @@ const apiMenus: IAPIMenu[] = [
203203
id: MenuId.NotebookCellExecute,
204204
description: localize('notebook.cell.execute', "The contributed notebook cell execution menu")
205205
},
206-
{
207-
key: 'notebook/cell/executePrimary',
208-
id: MenuId.NotebookCellExecutePrimary,
209-
description: localize('notebook.cell.executePrimary', "The contributed primary notebook cell execution button"),
210-
proposed: 'notebookEditor'
211-
},
212206
{
213207
key: 'interactive/toolbar',
214208
id: MenuId.InteractiveToolbar,

src/vs/workbench/services/extensions/common/extensionsApiProposals.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ export const allApiProposals = Object.freeze({
4343
notebookControllerAffinityHidden: 'https://raw.githubusercontent.com/microsoft/vscode/main/src/vscode-dts/vscode.proposed.notebookControllerAffinityHidden.d.ts',
4444
notebookControllerKind: 'https://raw.githubusercontent.com/microsoft/vscode/main/src/vscode-dts/vscode.proposed.notebookControllerKind.d.ts',
4545
notebookDeprecated: 'https://raw.githubusercontent.com/microsoft/vscode/main/src/vscode-dts/vscode.proposed.notebookDeprecated.d.ts',
46-
notebookEditor: 'https://raw.githubusercontent.com/microsoft/vscode/main/src/vscode-dts/vscode.proposed.notebookEditor.d.ts',
4746
notebookKernelSource: 'https://raw.githubusercontent.com/microsoft/vscode/main/src/vscode-dts/vscode.proposed.notebookKernelSource.d.ts',
4847
notebookLiveShare: 'https://raw.githubusercontent.com/microsoft/vscode/main/src/vscode-dts/vscode.proposed.notebookLiveShare.d.ts',
4948
notebookMessaging: 'https://raw.githubusercontent.com/microsoft/vscode/main/src/vscode-dts/vscode.proposed.notebookMessaging.d.ts',

src/vscode-dts/vscode.proposed.notebookEditor.d.ts

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)