@codingame/monaco-vscode-notebook-service-override 23.0.2 → 23.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/package.json +25 -25
  2. package/vscode/src/vs/workbench/contrib/codeEditor/browser/emptyTextEditorHint/emptyTextEditorHint.js +7 -7
  3. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/cellCommands/cellCommands.js +21 -21
  4. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/cellDiagnostics/cellDiagnosticsActions.js +4 -4
  5. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/cellDiagnostics/diagnosticCellStatusBarContrib.js +1 -1
  6. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/cellStatusBar/statusBarProviders.js +3 -3
  7. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/clipboard/notebookClipboard.js +6 -6
  8. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/editorStatusBar/editorStatusBar.js +10 -10
  9. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/find/notebookFind.js +4 -4
  10. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/format/formatting.js +4 -4
  11. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/gettingStarted/notebookGettingStarted.js +1 -1
  12. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/layout/layoutActions.js +1 -1
  13. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/multicursor/notebookMulticursor.js +5 -5
  14. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/navigation/arrow.js +13 -13
  15. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookInlineVariables.js +1 -1
  16. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariables.js +1 -1
  17. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariablesDataSource.js +1 -1
  18. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariablesTree.js +3 -3
  19. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/outline/notebookOutline.js +9 -9
  20. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/profile/notebookProfile.js +1 -1
  21. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/saveParticipants/saveParticipants.js +12 -12
  22. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/troubleshoot/layout.js +3 -3
  23. package/vscode/src/vs/workbench/contrib/notebook/browser/controller/chat/cellChatActions.js +10 -10
  24. package/vscode/src/vs/workbench/contrib/notebook/browser/controller/chat/notebook.chat.contribution.js +6 -6
  25. package/vscode/src/vs/workbench/contrib/notebook/browser/controller/chat/notebookChatContext.js +1 -1
  26. package/vscode/src/vs/workbench/contrib/notebook/browser/controller/editActions.js +25 -25
  27. package/vscode/src/vs/workbench/contrib/notebook/browser/controller/executeActions.js +22 -22
  28. package/vscode/src/vs/workbench/contrib/notebook/browser/controller/insertCellActions.js +24 -24
  29. package/vscode/src/vs/workbench/contrib/notebook/browser/controller/layoutActions.js +17 -17
  30. package/vscode/src/vs/workbench/contrib/notebook/browser/controller/notebookIndentationActions.js +7 -7
  31. package/vscode/src/vs/workbench/contrib/notebook/browser/controller/sectionActions.js +12 -12
  32. package/vscode/src/vs/workbench/contrib/notebook/browser/controller/variablesActions.js +1 -1
  33. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/notebookDiffActions.js +21 -21
  34. package/vscode/src/vs/workbench/contrib/notebook/browser/notebook.contribution.js +68 -68
  35. package/vscode/src/vs/workbench/contrib/notebook/browser/notebookAccessibilityHelp.js +10 -10
  36. package/vscode/src/vs/workbench/contrib/notebook/browser/notebookExtensionPoint.js +33 -33
  37. package/vscode/src/vs/workbench/contrib/notebook/browser/outputEditor/notebookOutputEditor.js +3 -3
  38. package/vscode/src/vs/workbench/contrib/notebook/browser/outputEditor/notebookOutputEditorInput.js +1 -1
  39. package/vscode/src/vs/workbench/contrib/notebook/browser/services/notebookExecutionServiceImpl.js +1 -1
  40. package/vscode/src/vs/workbench/contrib/notebook/browser/services/notebookKernelHistoryServiceImpl.js +1 -1
  41. package/vscode/src/vs/workbench/contrib/notebook/browser/services/notebookKeymapServiceImpl.js +3 -3
  42. package/vscode/src/vs/workbench/contrib/notebook/browser/services/notebookLoggingServiceImpl.js +1 -1
  43. package/vscode/src/vs/workbench/contrib/notebook/browser/services/notebookServiceImpl.js +1 -1
  44. package/vscode/src/vs/workbench/contrib/notebook/browser/viewModel/notebookOutlineEntryFactory.js +1 -1
  45. package/vscode/src/vs/workbench/contrib/replNotebook/browser/repl.contribution.js +3 -3
  46. package/vscode/src/vs/workbench/contrib/replNotebook/browser/replEditorAccessibilityHelp.js +14 -14
  47. package/vscode/src/vs/workbench/services/workingCopy/common/fileWorkingCopyManager.js +12 -12
  48. package/vscode/src/vs/workbench/services/workingCopy/common/storedFileWorkingCopyManager.js +1 -1
@@ -47,7 +47,7 @@ registerAction2(class EditCellAction extends NotebookCellAction {
47
47
  constructor() {
48
48
  super({
49
49
  id: EDIT_CELL_COMMAND_ID,
50
- title: ( localize(9192, "Edit Cell")),
50
+ title: ( localize(9196, "Edit Cell")),
51
51
  keybinding: {
52
52
  when: ( ContextKeyExpr.and(
53
53
  NOTEBOOK_CELL_LIST_FOCUSED,
@@ -83,7 +83,7 @@ registerAction2(class QuitEditCellAction extends NotebookCellAction {
83
83
  constructor() {
84
84
  super({
85
85
  id: QUIT_EDIT_CELL_COMMAND_ID,
86
- title: ( localize(9193, "Stop Editing Cell")),
86
+ title: ( localize(9197, "Stop Editing Cell")),
87
87
  menu: {
88
88
  id: MenuId.NotebookCellTitle,
89
89
  when: ( ContextKeyExpr.and(( NOTEBOOK_CELL_TYPE.isEqualTo('markup')), NOTEBOOK_CELL_MARKDOWN_EDIT_MODE, NOTEBOOK_CELL_EDITABLE)),
@@ -124,7 +124,7 @@ registerAction2(class QuitEditAllCellsAction extends NotebookAction {
124
124
  constructor() {
125
125
  super({
126
126
  id: QUIT_EDIT_ALL_CELLS_COMMAND_ID,
127
- title: ( localize(9194, "Stop Editing All Cells"))
127
+ title: ( localize(9198, "Stop Editing All Cells"))
128
128
  });
129
129
  }
130
130
  async runWithContext(accessor, context) {
@@ -149,7 +149,7 @@ registerAction2(class DeleteCellAction extends NotebookCellAction {
149
149
  constructor() {
150
150
  super({
151
151
  id: DELETE_CELL_COMMAND_ID,
152
- title: ( localize(9195, "Delete Cell")),
152
+ title: ( localize(9199, "Delete Cell")),
153
153
  keybinding: {
154
154
  primary: KeyCode.Delete,
155
155
  mac: {
@@ -186,13 +186,13 @@ registerAction2(class DeleteCellAction extends NotebookCellAction {
186
186
  const configService = accessor.get(IConfigurationService);
187
187
  if (runState === NotebookCellExecutionState.Executing && configService.getValue(NotebookSetting.confirmDeleteRunningCell)) {
188
188
  const dialogService = accessor.get(IDialogService);
189
- const primaryButton = ( localize(9196, "Delete"));
189
+ const primaryButton = ( localize(9200, "Delete"));
190
190
  confirmation = await dialogService.confirm({
191
191
  type: 'question',
192
- message: ( localize(9197, "This cell is running, are you sure you want to delete it?")),
192
+ message: ( localize(9201, "This cell is running, are you sure you want to delete it?")),
193
193
  primaryButton: primaryButton,
194
194
  checkbox: {
195
- label: ( localize(9198, "Do not ask me again"))
195
+ label: ( localize(9202, "Do not ask me again"))
196
196
  }
197
197
  });
198
198
  }
@@ -212,7 +212,7 @@ registerAction2(class ClearCellOutputsAction extends NotebookCellAction {
212
212
  constructor() {
213
213
  super({
214
214
  id: CLEAR_CELL_OUTPUTS_COMMAND_ID,
215
- title: ( localize(9199, 'Clear Cell Outputs')),
215
+ title: ( localize(9203, 'Clear Cell Outputs')),
216
216
  menu: [
217
217
  {
218
218
  id: MenuId.NotebookCellTitle,
@@ -276,7 +276,7 @@ registerAction2(class ClearAllCellOutputsAction extends NotebookAction {
276
276
  constructor() {
277
277
  super({
278
278
  id: CLEAR_ALL_CELLS_OUTPUTS_COMMAND_ID,
279
- title: ( localize(9200, 'Clear All Outputs')),
279
+ title: ( localize(9204, 'Clear All Outputs')),
280
280
  precondition: NOTEBOOK_HAS_OUTPUTS,
281
281
  menu: [
282
282
  {
@@ -333,14 +333,14 @@ registerAction2(class ChangeCellLanguageAction extends NotebookCellAction {
333
333
  constructor() {
334
334
  super({
335
335
  id: CHANGE_CELL_LANGUAGE,
336
- title: ( localize(9201, 'Change Cell Language')),
336
+ title: ( localize(9205, 'Change Cell Language')),
337
337
  keybinding: {
338
338
  weight: KeybindingWeight.WorkbenchContrib,
339
339
  primary: KeyChord(KeyMod.CtrlCmd | KeyCode.KeyK, KeyCode.KeyM),
340
340
  when: ( ContextKeyExpr.and(NOTEBOOK_EDITOR_FOCUSED, NOTEBOOK_EDITOR_EDITABLE, NOTEBOOK_CELL_EDITABLE))
341
341
  },
342
342
  metadata: {
343
- description: ( localize(9201, 'Change Cell Language')),
343
+ description: ( localize(9205, 'Change Cell Language')),
344
344
  args: [
345
345
  {
346
346
  name: 'range',
@@ -413,10 +413,10 @@ registerAction2(class ChangeCellLanguageAction extends NotebookCellAction {
413
413
  providerLanguages.forEach(languageId => {
414
414
  let description;
415
415
  if (context.cell.cellKind === CellKind.Markup ? (languageId === 'markdown') : (languageId === context.cell.language)) {
416
- description = ( localize(9202, "({0}) - Current Language", languageId));
416
+ description = ( localize(9206, "({0}) - Current Language", languageId));
417
417
  }
418
418
  else {
419
- description = ( localize(9203, "({0})", languageId));
419
+ description = ( localize(9207, "({0})", languageId));
420
420
  }
421
421
  const languageName = languageService.getLanguageName(languageId);
422
422
  if (!languageName) {
@@ -439,16 +439,16 @@ registerAction2(class ChangeCellLanguageAction extends NotebookCellAction {
439
439
  return a.description.localeCompare(b.description);
440
440
  });
441
441
  const autoDetectMode = {
442
- label: ( localize(9204, "Auto Detect"))
442
+ label: ( localize(9208, "Auto Detect"))
443
443
  };
444
444
  const picks = [
445
445
  autoDetectMode,
446
- { type: 'separator', label: ( localize(9205, "languages (identifier)")) },
446
+ { type: 'separator', label: ( localize(9209, "languages (identifier)")) },
447
447
  ...topItems,
448
448
  { type: 'separator' },
449
449
  ...mainItems
450
450
  ];
451
- const selection = await quickInputService.pick(picks, { placeHolder: ( localize(9206, "Select Language Mode")) });
451
+ const selection = await quickInputService.pick(picks, { placeHolder: ( localize(9210, "Select Language Mode")) });
452
452
  const languageId = selection === autoDetectMode
453
453
  ? await languageDetectionService.detectLanguage(context.cell.uri)
454
454
  : selection?.languageId;
@@ -481,7 +481,7 @@ registerAction2(class DetectCellLanguageAction extends NotebookCellAction {
481
481
  constructor() {
482
482
  super({
483
483
  id: DETECT_CELL_LANGUAGE,
484
- title: ( localize2(9207, "Accept Detected Language for Cell")),
484
+ title: ( localize2(9211, "Accept Detected Language for Cell")),
485
485
  f1: true,
486
486
  precondition: ( ContextKeyExpr.and(NOTEBOOK_EDITOR_EDITABLE, NOTEBOOK_CELL_EDITABLE)),
487
487
  keybinding: { primary: KeyCode.KeyD | KeyMod.Alt | KeyMod.Shift, weight: KeybindingWeight.WorkbenchContrib }
@@ -499,7 +499,7 @@ registerAction2(class DetectCellLanguageAction extends NotebookCellAction {
499
499
  setCellToLanguage(detection, context);
500
500
  }
501
501
  else {
502
- notificationService.warn(( localize(9208, "Unable to detect cell language")));
502
+ notificationService.warn(( localize(9212, "Unable to detect cell language")));
503
503
  }
504
504
  }
505
505
  });
@@ -524,7 +524,7 @@ registerAction2(class SelectNotebookIndentation extends NotebookAction {
524
524
  constructor() {
525
525
  super({
526
526
  id: SELECT_NOTEBOOK_INDENTATION_ID,
527
- title: ( localize2(9209, 'Select Indentation')),
527
+ title: ( localize2(9213, 'Select Indentation')),
528
528
  f1: true,
529
529
  precondition: ( ContextKeyExpr.and(
530
530
  NOTEBOOK_IS_ACTIVE_EDITOR,
@@ -542,10 +542,10 @@ registerAction2(class SelectNotebookIndentation extends NotebookAction {
542
542
  const instantiationService = accessor.get(IInstantiationService);
543
543
  const activeNotebook = getNotebookEditorFromEditorPane(editorService.activeEditorPane);
544
544
  if (!activeNotebook || activeNotebook.isDisposed) {
545
- return quickInputService.pick([{ label: ( localize(9210, "No notebook editor active at this time")) }]);
545
+ return quickInputService.pick([{ label: ( localize(9214, "No notebook editor active at this time")) }]);
546
546
  }
547
547
  if (activeNotebook.isReadOnly) {
548
- return quickInputService.pick([{ label: ( localize(9211, "The active notebook editor is read-only.")) }]);
548
+ return quickInputService.pick([{ label: ( localize(9215, "The active notebook editor is read-only.")) }]);
549
549
  }
550
550
  const picks = ( [
551
551
  (
@@ -567,9 +567,9 @@ registerAction2(class SelectNotebookIndentation extends NotebookAction {
567
567
  }
568
568
  };
569
569
  }));
570
- picks.splice(3, 0, { type: 'separator', label: ( localize(9212, "convert file")) });
571
- picks.unshift({ type: 'separator', label: ( localize(9213, "change view")) });
572
- const action = await quickInputService.pick(picks, { placeHolder: ( localize(9214, "Select Action")), matchOnDetail: true });
570
+ picks.splice(3, 0, { type: 'separator', label: ( localize(9216, "convert file")) });
571
+ picks.unshift({ type: 'separator', label: ( localize(9217, "change view")) });
572
+ const action = await quickInputService.pick(picks, { placeHolder: ( localize(9218, "Select Action")), matchOnDetail: true });
573
573
  if (!action) {
574
574
  return;
575
575
  }
@@ -582,7 +582,7 @@ registerAction2(class CommentSelectedCellsAction extends NotebookMultiCellAction
582
582
  constructor() {
583
583
  super({
584
584
  id: COMMENT_SELECTED_CELLS_ID,
585
- title: ( localize(9215, "Comment Selected Cells")),
585
+ title: ( localize(9219, "Comment Selected Cells")),
586
586
  keybinding: {
587
587
  when: ( ContextKeyExpr.and(
588
588
  NOTEBOOK_EDITOR_FOCUSED,
@@ -133,7 +133,7 @@ registerAction2(class RenderAllMarkdownCellsAction extends NotebookAction {
133
133
  constructor() {
134
134
  super({
135
135
  id: RENDER_ALL_MARKDOWN_CELLS,
136
- title: ( localize(9216, "Render All Markdown Cells")),
136
+ title: ( localize(9220, "Render All Markdown Cells")),
137
137
  });
138
138
  }
139
139
  async runWithContext(accessor, context) {
@@ -144,10 +144,10 @@ registerAction2(class ExecuteNotebookAction extends NotebookAction {
144
144
  constructor() {
145
145
  super({
146
146
  id: EXECUTE_NOTEBOOK_COMMAND_ID,
147
- title: ( localize(9217, "Run All")),
147
+ title: ( localize(9221, "Run All")),
148
148
  icon: executeAllIcon,
149
149
  metadata: {
150
- description: ( localize(9217, "Run All")),
150
+ description: ( localize(9221, "Run All")),
151
151
  args: [
152
152
  {
153
153
  name: 'uri',
@@ -195,7 +195,7 @@ registerAction2(class ExecuteCell extends NotebookMultiCellAction {
195
195
  super({
196
196
  id: EXECUTE_CELL_COMMAND_ID,
197
197
  precondition: executeThisCellCondition,
198
- title: ( localize(9218, "Execute Cell")),
198
+ title: ( localize(9222, "Execute Cell")),
199
199
  keybinding: {
200
200
  when: NOTEBOOK_CELL_LIST_FOCUSED,
201
201
  primary: KeyMod.WinCtrl | KeyCode.Enter,
@@ -210,7 +210,7 @@ registerAction2(class ExecuteCell extends NotebookMultiCellAction {
210
210
  group: 'inline'
211
211
  },
212
212
  metadata: {
213
- description: ( localize(9218, "Execute Cell")),
213
+ description: ( localize(9222, "Execute Cell")),
214
214
  args: cellExecutionArgs
215
215
  },
216
216
  icon: executeIcon
@@ -233,7 +233,7 @@ registerAction2(class ExecuteAboveCells extends NotebookMultiCellAction {
233
233
  super({
234
234
  id: EXECUTE_CELLS_ABOVE,
235
235
  precondition: executeCondition,
236
- title: ( localize(9219, "Execute Above Cells")),
236
+ title: ( localize(9223, "Execute Above Cells")),
237
237
  menu: [
238
238
  {
239
239
  id: MenuId.NotebookCellExecute,
@@ -273,7 +273,7 @@ registerAction2(class ExecuteCellAndBelow extends NotebookMultiCellAction {
273
273
  super({
274
274
  id: EXECUTE_CELL_AND_BELOW,
275
275
  precondition: executeCondition,
276
- title: ( localize(9220, "Execute Cell and Below")),
276
+ title: ( localize(9224, "Execute Cell and Below")),
277
277
  menu: [
278
278
  {
279
279
  id: MenuId.NotebookCellExecute,
@@ -313,9 +313,9 @@ registerAction2(class ExecuteCellFocusContainer extends NotebookMultiCellAction
313
313
  super({
314
314
  id: EXECUTE_CELL_FOCUS_CONTAINER_COMMAND_ID,
315
315
  precondition: executeThisCellCondition,
316
- title: ( localize(9221, "Execute Cell and Focus Container")),
316
+ title: ( localize(9225, "Execute Cell and Focus Container")),
317
317
  metadata: {
318
- description: ( localize(9221, "Execute Cell and Focus Container")),
318
+ description: ( localize(9225, "Execute Cell and Focus Container")),
319
319
  args: cellExecutionArgs
320
320
  },
321
321
  icon: executeIcon
@@ -345,7 +345,7 @@ registerAction2(class CancelExecuteCell extends NotebookMultiCellAction {
345
345
  super({
346
346
  id: CANCEL_CELL_COMMAND_ID,
347
347
  precondition: cellCancelCondition,
348
- title: ( localize(9222, "Stop Cell Execution")),
348
+ title: ( localize(9226, "Stop Cell Execution")),
349
349
  icon: stopIcon,
350
350
  menu: {
351
351
  id: MenuId.NotebookCellExecutePrimary,
@@ -353,7 +353,7 @@ registerAction2(class CancelExecuteCell extends NotebookMultiCellAction {
353
353
  group: 'inline'
354
354
  },
355
355
  metadata: {
356
- description: ( localize(9222, "Stop Cell Execution")),
356
+ description: ( localize(9226, "Stop Cell Execution")),
357
357
  args: [
358
358
  {
359
359
  name: 'options',
@@ -408,7 +408,7 @@ registerAction2(class ExecuteCellSelectBelow extends NotebookCellAction {
408
408
  super({
409
409
  id: EXECUTE_CELL_SELECT_BELOW,
410
410
  precondition: ( ContextKeyExpr.or(executeThisCellCondition, ( NOTEBOOK_CELL_TYPE.isEqualTo('markup')))),
411
- title: ( localize(9223, "Execute Notebook Cell and Select Below")),
411
+ title: ( localize(9227, "Execute Notebook Cell and Select Below")),
412
412
  keybinding: {
413
413
  when: ( ContextKeyExpr.and(NOTEBOOK_CELL_LIST_FOCUSED, ( CTX_INLINE_CHAT_FOCUSED.negate()))),
414
414
  primary: KeyMod.Shift | KeyCode.Enter,
@@ -469,7 +469,7 @@ registerAction2(class ExecuteCellInsertBelow extends NotebookCellAction {
469
469
  super({
470
470
  id: EXECUTE_CELL_INSERT_BELOW,
471
471
  precondition: ( ContextKeyExpr.or(executeThisCellCondition, ( NOTEBOOK_CELL_TYPE.isEqualTo('markup')))),
472
- title: ( localize(9224, "Execute Notebook Cell and Insert Below")),
472
+ title: ( localize(9228, "Execute Notebook Cell and Insert Below")),
473
473
  keybinding: {
474
474
  when: NOTEBOOK_CELL_LIST_FOCUSED,
475
475
  primary: KeyMod.Alt | KeyCode.Enter,
@@ -507,7 +507,7 @@ registerAction2(class CancelAllNotebook extends CancelNotebook {
507
507
  constructor() {
508
508
  super({
509
509
  id: CANCEL_NOTEBOOK_COMMAND_ID,
510
- title: ( localize2(9225, "Stop Execution")),
510
+ title: ( localize2(9229, "Stop Execution")),
511
511
  icon: stopIcon,
512
512
  menu: [
513
513
  {
@@ -530,7 +530,7 @@ registerAction2(class InterruptNotebook extends CancelNotebook {
530
530
  constructor() {
531
531
  super({
532
532
  id: INTERRUPT_NOTEBOOK_COMMAND_ID,
533
- title: ( localize2(9226, "Interrupt")),
533
+ title: ( localize2(9230, "Interrupt")),
534
534
  precondition: ( ContextKeyExpr.and(NOTEBOOK_HAS_SOMETHING_RUNNING, NOTEBOOK_INTERRUPTIBLE_KERNEL)),
535
535
  icon: stopIcon,
536
536
  menu: [
@@ -564,7 +564,7 @@ registerAction2(class InterruptNotebook extends CancelNotebook {
564
564
  }
565
565
  });
566
566
  MenuRegistry.appendMenuItem(MenuId.NotebookToolbar, {
567
- title: ( localize(9227, "Go To")),
567
+ title: ( localize(9231, "Go To")),
568
568
  submenu: MenuId.NotebookCellExecuteGoTo,
569
569
  group: 'navigation/execute',
570
570
  order: 20,
@@ -574,9 +574,9 @@ registerAction2(class RevealRunningCellAction extends NotebookAction {
574
574
  constructor() {
575
575
  super({
576
576
  id: REVEAL_RUNNING_CELL,
577
- title: ( localize(9228, "Go to Running Cell")),
578
- tooltip: ( localize(9228, "Go to Running Cell")),
579
- shortTitle: ( localize(9228, "Go to Running Cell")),
577
+ title: ( localize(9232, "Go to Running Cell")),
578
+ tooltip: ( localize(9232, "Go to Running Cell")),
579
+ shortTitle: ( localize(9232, "Go to Running Cell")),
580
580
  precondition: NOTEBOOK_HAS_RUNNING_CELL,
581
581
  menu: [
582
582
  {
@@ -634,9 +634,9 @@ registerAction2(class RevealLastFailedCellAction extends NotebookAction {
634
634
  constructor() {
635
635
  super({
636
636
  id: REVEAL_LAST_FAILED_CELL,
637
- title: ( localize(9229, "Go to Most Recently Failed Cell")),
638
- tooltip: ( localize(9229, "Go to Most Recently Failed Cell")),
639
- shortTitle: ( localize(9230, "Go to Most Recently Failed Cell")),
637
+ title: ( localize(9233, "Go to Most Recently Failed Cell")),
638
+ tooltip: ( localize(9233, "Go to Most Recently Failed Cell")),
639
+ shortTitle: ( localize(9234, "Go to Most Recently Failed Cell")),
640
640
  precondition: NOTEBOOK_LAST_CELL_FAILED,
641
641
  menu: [
642
642
  {
@@ -57,7 +57,7 @@ registerAction2(class InsertCodeCellAboveAction extends InsertCellCommand {
57
57
  constructor() {
58
58
  super({
59
59
  id: INSERT_CODE_CELL_ABOVE_COMMAND_ID,
60
- title: ( localize(9233, "Insert Code Cell Above")),
60
+ title: ( localize(9237, "Insert Code Cell Above")),
61
61
  keybinding: {
62
62
  primary: KeyMod.CtrlCmd | KeyMod.Shift | KeyCode.Enter,
63
63
  when: ( ContextKeyExpr.and(NOTEBOOK_CELL_LIST_FOCUSED, ( InputFocusedContext.toNegated()))),
@@ -74,7 +74,7 @@ registerAction2(class InsertCodeCellAboveAndFocusContainerAction extends InsertC
74
74
  constructor() {
75
75
  super({
76
76
  id: INSERT_CODE_CELL_ABOVE_AND_FOCUS_CONTAINER_COMMAND_ID,
77
- title: ( localize(9234, "Insert Code Cell Above and Focus Container"))
77
+ title: ( localize(9238, "Insert Code Cell Above and Focus Container"))
78
78
  }, CellKind.Code, 'above', false);
79
79
  }
80
80
  });
@@ -82,7 +82,7 @@ registerAction2(class InsertCodeCellBelowAction extends InsertCellCommand {
82
82
  constructor() {
83
83
  super({
84
84
  id: INSERT_CODE_CELL_BELOW_COMMAND_ID,
85
- title: ( localize(9235, "Insert Code Cell Below")),
85
+ title: ( localize(9239, "Insert Code Cell Below")),
86
86
  keybinding: {
87
87
  primary: KeyMod.CtrlCmd | KeyCode.Enter,
88
88
  when: ( ContextKeyExpr.and(NOTEBOOK_CELL_LIST_FOCUSED, ( InputFocusedContext.toNegated()))),
@@ -99,7 +99,7 @@ registerAction2(class InsertCodeCellBelowAndFocusContainerAction extends InsertC
99
99
  constructor() {
100
100
  super({
101
101
  id: INSERT_CODE_CELL_BELOW_AND_FOCUS_CONTAINER_COMMAND_ID,
102
- title: ( localize(9236, "Insert Code Cell Below and Focus Container")),
102
+ title: ( localize(9240, "Insert Code Cell Below and Focus Container")),
103
103
  }, CellKind.Code, 'below', false);
104
104
  }
105
105
  });
@@ -107,7 +107,7 @@ registerAction2(class InsertMarkdownCellAboveAction extends InsertCellCommand {
107
107
  constructor() {
108
108
  super({
109
109
  id: INSERT_MARKDOWN_CELL_ABOVE_COMMAND_ID,
110
- title: ( localize(9237, "Insert Markdown Cell Above")),
110
+ title: ( localize(9241, "Insert Markdown Cell Above")),
111
111
  menu: {
112
112
  id: MenuId.NotebookCellInsert,
113
113
  order: 2
@@ -119,7 +119,7 @@ registerAction2(class InsertMarkdownCellBelowAction extends InsertCellCommand {
119
119
  constructor() {
120
120
  super({
121
121
  id: INSERT_MARKDOWN_CELL_BELOW_COMMAND_ID,
122
- title: ( localize(9238, "Insert Markdown Cell Below")),
122
+ title: ( localize(9242, "Insert Markdown Cell Below")),
123
123
  menu: {
124
124
  id: MenuId.NotebookCellInsert,
125
125
  order: 3
@@ -131,7 +131,7 @@ registerAction2(class InsertCodeCellAtTopAction extends NotebookAction {
131
131
  constructor() {
132
132
  super({
133
133
  id: INSERT_CODE_CELL_AT_TOP_COMMAND_ID,
134
- title: ( localize(9239, "Add Code Cell At Top")),
134
+ title: ( localize(9243, "Add Code Cell At Top")),
135
135
  f1: false
136
136
  });
137
137
  }
@@ -154,7 +154,7 @@ registerAction2(class InsertMarkdownCellAtTopAction extends NotebookAction {
154
154
  constructor() {
155
155
  super({
156
156
  id: INSERT_MARKDOWN_CELL_AT_TOP_COMMAND_ID,
157
- title: ( localize(9240, "Add Markdown Cell At Top")),
157
+ title: ( localize(9244, "Add Markdown Cell At Top")),
158
158
  f1: false
159
159
  });
160
160
  }
@@ -176,8 +176,8 @@ registerAction2(class InsertMarkdownCellAtTopAction extends NotebookAction {
176
176
  MenuRegistry.appendMenuItem(MenuId.NotebookCellBetween, {
177
177
  command: {
178
178
  id: INSERT_CODE_CELL_BELOW_COMMAND_ID,
179
- title: '$(add) ' + ( localize(9241, "Code")),
180
- tooltip: ( localize(9242, "Add Code Cell"))
179
+ title: '$(add) ' + ( localize(9245, "Code")),
180
+ tooltip: ( localize(9246, "Add Code Cell"))
181
181
  },
182
182
  order: 0,
183
183
  group: 'inline',
@@ -186,9 +186,9 @@ MenuRegistry.appendMenuItem(MenuId.NotebookCellBetween, {
186
186
  MenuRegistry.appendMenuItem(MenuId.NotebookCellBetween, {
187
187
  command: {
188
188
  id: INSERT_CODE_CELL_BELOW_COMMAND_ID,
189
- title: ( localize(9243, "Add Code")),
189
+ title: ( localize(9247, "Add Code")),
190
190
  icon: Codicon.add,
191
- tooltip: ( localize(9242, "Add Code Cell"))
191
+ tooltip: ( localize(9246, "Add Code Cell"))
192
192
  },
193
193
  order: 0,
194
194
  group: 'inline',
@@ -198,8 +198,8 @@ MenuRegistry.appendMenuItem(MenuId.NotebookToolbar, {
198
198
  command: {
199
199
  id: INSERT_CODE_CELL_BELOW_COMMAND_ID,
200
200
  icon: Codicon.add,
201
- title: ( localize(9244, "Code")),
202
- tooltip: ( localize(9242, "Add Code Cell"))
201
+ title: ( localize(9248, "Code")),
202
+ tooltip: ( localize(9246, "Add Code Cell"))
203
203
  },
204
204
  order: -5,
205
205
  group: 'navigation/add',
@@ -208,8 +208,8 @@ MenuRegistry.appendMenuItem(MenuId.NotebookToolbar, {
208
208
  MenuRegistry.appendMenuItem(MenuId.NotebookCellListTop, {
209
209
  command: {
210
210
  id: INSERT_CODE_CELL_AT_TOP_COMMAND_ID,
211
- title: '$(add) ' + ( localize(9241, "Code")),
212
- tooltip: ( localize(9242, "Add Code Cell"))
211
+ title: '$(add) ' + ( localize(9245, "Code")),
212
+ tooltip: ( localize(9246, "Add Code Cell"))
213
213
  },
214
214
  order: 0,
215
215
  group: 'inline',
@@ -218,9 +218,9 @@ MenuRegistry.appendMenuItem(MenuId.NotebookCellListTop, {
218
218
  MenuRegistry.appendMenuItem(MenuId.NotebookCellListTop, {
219
219
  command: {
220
220
  id: INSERT_CODE_CELL_AT_TOP_COMMAND_ID,
221
- title: ( localize(9245, "Add Code")),
221
+ title: ( localize(9249, "Add Code")),
222
222
  icon: Codicon.add,
223
- tooltip: ( localize(9242, "Add Code Cell"))
223
+ tooltip: ( localize(9246, "Add Code Cell"))
224
224
  },
225
225
  order: 0,
226
226
  group: 'inline',
@@ -229,8 +229,8 @@ MenuRegistry.appendMenuItem(MenuId.NotebookCellListTop, {
229
229
  MenuRegistry.appendMenuItem(MenuId.NotebookCellBetween, {
230
230
  command: {
231
231
  id: INSERT_MARKDOWN_CELL_BELOW_COMMAND_ID,
232
- title: '$(add) ' + ( localize(9246, "Markdown")),
233
- tooltip: ( localize(9247, "Add Markdown Cell"))
232
+ title: '$(add) ' + ( localize(9250, "Markdown")),
233
+ tooltip: ( localize(9251, "Add Markdown Cell"))
234
234
  },
235
235
  order: 1,
236
236
  group: 'inline',
@@ -240,8 +240,8 @@ MenuRegistry.appendMenuItem(MenuId.NotebookToolbar, {
240
240
  command: {
241
241
  id: INSERT_MARKDOWN_CELL_BELOW_COMMAND_ID,
242
242
  icon: Codicon.add,
243
- title: ( localize(9248, "Markdown")),
244
- tooltip: ( localize(9247, "Add Markdown Cell"))
243
+ title: ( localize(9252, "Markdown")),
244
+ tooltip: ( localize(9251, "Add Markdown Cell"))
245
245
  },
246
246
  order: -5,
247
247
  group: 'navigation/add',
@@ -250,8 +250,8 @@ MenuRegistry.appendMenuItem(MenuId.NotebookToolbar, {
250
250
  MenuRegistry.appendMenuItem(MenuId.NotebookCellListTop, {
251
251
  command: {
252
252
  id: INSERT_MARKDOWN_CELL_AT_TOP_COMMAND_ID,
253
- title: '$(add) ' + ( localize(9246, "Markdown")),
254
- tooltip: ( localize(9247, "Add Markdown Cell"))
253
+ title: '$(add) ' + ( localize(9250, "Markdown")),
254
+ tooltip: ( localize(9251, "Add Markdown Cell"))
255
255
  },
256
256
  order: 1,
257
257
  group: 'inline',
@@ -23,7 +23,7 @@ registerAction2(class NotebookConfigureLayoutAction extends Action2 {
23
23
  constructor() {
24
24
  super({
25
25
  id: 'workbench.notebook.layout.select',
26
- title: ( localize2(9249, "Select between Notebook Layouts")),
26
+ title: ( localize2(9253, "Select between Notebook Layouts")),
27
27
  f1: true,
28
28
  precondition: ( ContextKeyExpr.equals(`config.${NotebookSetting.openGettingStarted}`, true)),
29
29
  category: NOTEBOOK_ACTIONS_CATEGORY,
@@ -51,7 +51,7 @@ registerAction2(class NotebookConfigureLayoutAction extends Action2 {
51
51
  constructor() {
52
52
  super({
53
53
  id: 'workbench.notebook.layout.configure',
54
- title: ( localize2(9250, "Customize Notebook Layout")),
54
+ title: ( localize2(9254, "Customize Notebook Layout")),
55
55
  f1: true,
56
56
  category: NOTEBOOK_ACTIONS_CATEGORY,
57
57
  menu: [
@@ -72,7 +72,7 @@ registerAction2(class NotebookConfigureLayoutFromEditorTitle extends Action2 {
72
72
  constructor() {
73
73
  super({
74
74
  id: 'workbench.notebook.layout.configure.editorTitle',
75
- title: ( localize2(9250, "Customize Notebook Layout")),
75
+ title: ( localize2(9254, "Customize Notebook Layout")),
76
76
  f1: false,
77
77
  category: NOTEBOOK_ACTIONS_CATEGORY,
78
78
  menu: [
@@ -91,7 +91,7 @@ registerAction2(class NotebookConfigureLayoutFromEditorTitle extends Action2 {
91
91
  });
92
92
  MenuRegistry.appendMenuItem(MenuId.EditorTitle, {
93
93
  submenu: MenuId.NotebookEditorLayoutConfigure,
94
- title: ( localize2(9251, "Customize Notebook...")),
94
+ title: ( localize2(9255, "Customize Notebook...")),
95
95
  icon: Codicon.gear,
96
96
  group: 'navigation',
97
97
  order: -1,
@@ -101,7 +101,7 @@ registerAction2(class ToggleLineNumberFromEditorTitle extends Action2 {
101
101
  constructor() {
102
102
  super({
103
103
  id: 'notebook.toggleLineNumbersFromEditorTitle',
104
- title: ( localize2(9252, 'Toggle Notebook Line Numbers')),
104
+ title: ( localize2(9256, 'Toggle Notebook Line Numbers')),
105
105
  precondition: NOTEBOOK_EDITOR_FOCUSED,
106
106
  menu: [
107
107
  {
@@ -115,7 +115,7 @@ registerAction2(class ToggleLineNumberFromEditorTitle extends Action2 {
115
115
  f1: true,
116
116
  toggled: {
117
117
  condition: ( ContextKeyExpr.notEquals('config.notebook.lineNumbers', 'off')),
118
- title: ( localize(9253, "Notebook Line Numbers")),
118
+ title: ( localize(9257, "Notebook Line Numbers")),
119
119
  }
120
120
  });
121
121
  }
@@ -127,7 +127,7 @@ registerAction2(class ToggleCellToolbarPositionFromEditorTitle extends Action2 {
127
127
  constructor() {
128
128
  super({
129
129
  id: 'notebook.toggleCellToolbarPositionFromEditorTitle',
130
- title: ( localize2(9254, 'Toggle Cell Toolbar Position')),
130
+ title: ( localize2(9258, 'Toggle Cell Toolbar Position')),
131
131
  menu: [{
132
132
  id: MenuId.NotebookEditorLayoutConfigure,
133
133
  group: 'notebookLayoutDetails',
@@ -145,7 +145,7 @@ registerAction2(class ToggleBreadcrumbFromEditorTitle extends Action2 {
145
145
  constructor() {
146
146
  super({
147
147
  id: 'breadcrumbs.toggleFromEditorTitle',
148
- title: ( localize2(9255, 'Toggle Breadcrumbs')),
148
+ title: ( localize2(9259, 'Toggle Breadcrumbs')),
149
149
  menu: [{
150
150
  id: MenuId.NotebookEditorLayoutConfigure,
151
151
  group: 'notebookLayoutDetails',
@@ -162,7 +162,7 @@ registerAction2(class SaveMimeTypeDisplayOrder extends Action2 {
162
162
  constructor() {
163
163
  super({
164
164
  id: 'notebook.saveMimeTypeOrder',
165
- title: ( localize2(9256, "Save Mimetype Display Order")),
165
+ title: ( localize2(9260, "Save Mimetype Display Order")),
166
166
  f1: true,
167
167
  category: NOTEBOOK_ACTIONS_CATEGORY,
168
168
  precondition: NOTEBOOK_IS_ACTIVE_EDITOR,
@@ -172,10 +172,10 @@ registerAction2(class SaveMimeTypeDisplayOrder extends Action2 {
172
172
  const service = accessor.get(INotebookService);
173
173
  const disposables = ( new DisposableStore());
174
174
  const qp = disposables.add(accessor.get(IQuickInputService).createQuickPick());
175
- qp.placeholder = ( localize(9257, 'Settings file to save in'));
175
+ qp.placeholder = ( localize(9261, 'Settings file to save in'));
176
176
  qp.items = [
177
- { target: ConfigurationTarget.USER, label: ( localize(9258, 'User Settings')) },
178
- { target: ConfigurationTarget.WORKSPACE, label: ( localize(9259, 'Workspace Settings')) },
177
+ { target: ConfigurationTarget.USER, label: ( localize(9262, 'User Settings')) },
178
+ { target: ConfigurationTarget.WORKSPACE, label: ( localize(9263, 'Workspace Settings')) },
179
179
  ];
180
180
  disposables.add(qp.onDidAccept(() => {
181
181
  const target = qp.selectedItems[0]?.target;
@@ -192,7 +192,7 @@ registerAction2(class NotebookWebviewResetAction extends Action2 {
192
192
  constructor() {
193
193
  super({
194
194
  id: 'workbench.notebook.layout.webview.reset',
195
- title: ( localize2(9260, "Reset Notebook Webview")),
195
+ title: ( localize2(9264, "Reset Notebook Webview")),
196
196
  f1: false,
197
197
  category: NOTEBOOK_ACTIONS_CATEGORY
198
198
  });
@@ -223,14 +223,14 @@ registerAction2(class ToggleNotebookStickyScroll extends Action2 {
223
223
  super({
224
224
  id: 'notebook.action.toggleNotebookStickyScroll',
225
225
  title: {
226
- ...( localize2(9261, "Toggle Notebook Sticky Scroll")),
227
- mnemonicTitle: ( localize(9262, "&&Toggle Notebook Sticky Scroll")),
226
+ ...( localize2(9265, "Toggle Notebook Sticky Scroll")),
227
+ mnemonicTitle: ( localize(9266, "&&Toggle Notebook Sticky Scroll")),
228
228
  },
229
229
  category: Categories.View,
230
230
  toggled: {
231
231
  condition: ( ContextKeyExpr.equals('config.notebook.stickyScroll.enabled', true)),
232
- title: ( localize(9263, "Toggle Notebook Sticky Scroll")),
233
- mnemonicTitle: ( localize(9262, "&&Toggle Notebook Sticky Scroll")),
232
+ title: ( localize(9267, "Toggle Notebook Sticky Scroll")),
233
+ mnemonicTitle: ( localize(9266, "&&Toggle Notebook Sticky Scroll")),
234
234
  },
235
235
  menu: [
236
236
  { id: MenuId.CommandPalette },