@codingame/monaco-vscode-notebook-service-override 24.2.0 → 25.0.0

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 (54) hide show
  1. package/package.json +3 -3
  2. package/vscode/src/vs/workbench/contrib/codeEditor/browser/emptyTextEditorHint/emptyTextEditorHint.d.ts +1 -1
  3. package/vscode/src/vs/workbench/contrib/codeEditor/browser/emptyTextEditorHint/emptyTextEditorHint.js +8 -8
  4. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/cellCommands/cellCommands.js +21 -21
  5. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/cellDiagnostics/cellDiagnosticEditorContrib.d.ts +1 -1
  6. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/cellDiagnostics/cellDiagnosticEditorContrib.js +1 -1
  7. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/cellDiagnostics/cellDiagnosticsActions.js +4 -4
  8. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/cellDiagnostics/diagnosticCellStatusBarContrib.js +2 -2
  9. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/cellStatusBar/statusBarProviders.js +3 -3
  10. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/clipboard/notebookClipboard.js +6 -6
  11. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/editorHint/emptyCellEditorHint.d.ts +1 -1
  12. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/editorHint/emptyCellEditorHint.js +1 -1
  13. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/editorStatusBar/editorStatusBar.js +10 -10
  14. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/find/notebookFind.js +4 -4
  15. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/format/formatting.js +4 -4
  16. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/gettingStarted/notebookGettingStarted.js +1 -1
  17. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/layout/layoutActions.js +1 -1
  18. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/multicursor/notebookMulticursor.js +5 -5
  19. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/navigation/arrow.js +13 -13
  20. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookInlineVariables.js +1 -1
  21. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariables.js +1 -1
  22. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariablesDataSource.js +1 -1
  23. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariablesTree.js +3 -3
  24. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/outline/notebookOutline.d.ts +2 -2
  25. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/outline/notebookOutline.js +11 -11
  26. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/profile/notebookProfile.js +1 -1
  27. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/saveParticipants/saveParticipants.js +12 -12
  28. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/troubleshoot/layout.js +3 -3
  29. package/vscode/src/vs/workbench/contrib/notebook/browser/controller/chat/cellChatActions.js +11 -11
  30. package/vscode/src/vs/workbench/contrib/notebook/browser/controller/chat/notebook.chat.contribution.js +12 -12
  31. package/vscode/src/vs/workbench/contrib/notebook/browser/controller/chat/notebookChatContext.js +1 -1
  32. package/vscode/src/vs/workbench/contrib/notebook/browser/controller/editActions.js +25 -25
  33. package/vscode/src/vs/workbench/contrib/notebook/browser/controller/executeActions.js +22 -22
  34. package/vscode/src/vs/workbench/contrib/notebook/browser/controller/insertCellActions.js +24 -24
  35. package/vscode/src/vs/workbench/contrib/notebook/browser/controller/layoutActions.js +25 -17
  36. package/vscode/src/vs/workbench/contrib/notebook/browser/controller/notebookIndentationActions.js +7 -7
  37. package/vscode/src/vs/workbench/contrib/notebook/browser/controller/sectionActions.js +12 -12
  38. package/vscode/src/vs/workbench/contrib/notebook/browser/controller/variablesActions.js +1 -1
  39. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/notebookDiffActions.js +21 -21
  40. package/vscode/src/vs/workbench/contrib/notebook/browser/notebook.contribution.js +68 -68
  41. package/vscode/src/vs/workbench/contrib/notebook/browser/notebookAccessibilityHelp.js +10 -10
  42. package/vscode/src/vs/workbench/contrib/notebook/browser/notebookExtensionPoint.js +33 -33
  43. package/vscode/src/vs/workbench/contrib/notebook/browser/outputEditor/notebookOutputEditor.js +3 -3
  44. package/vscode/src/vs/workbench/contrib/notebook/browser/outputEditor/notebookOutputEditorInput.js +1 -1
  45. package/vscode/src/vs/workbench/contrib/notebook/browser/services/notebookExecutionServiceImpl.js +1 -1
  46. package/vscode/src/vs/workbench/contrib/notebook/browser/services/notebookKernelHistoryServiceImpl.js +1 -1
  47. package/vscode/src/vs/workbench/contrib/notebook/browser/services/notebookKeymapServiceImpl.js +3 -3
  48. package/vscode/src/vs/workbench/contrib/notebook/browser/services/notebookLoggingServiceImpl.js +1 -1
  49. package/vscode/src/vs/workbench/contrib/notebook/browser/services/notebookServiceImpl.js +1 -1
  50. package/vscode/src/vs/workbench/contrib/notebook/browser/viewModel/notebookOutlineEntryFactory.js +1 -1
  51. package/vscode/src/vs/workbench/contrib/replNotebook/browser/repl.contribution.js +3 -3
  52. package/vscode/src/vs/workbench/contrib/replNotebook/browser/replEditorAccessibilityHelp.js +14 -14
  53. package/vscode/src/vs/workbench/services/workingCopy/common/fileWorkingCopyManager.js +12 -12
  54. package/vscode/src/vs/workbench/services/workingCopy/common/storedFileWorkingCopyManager.js +1 -1
@@ -783,7 +783,7 @@ class NotebookSelectAllFindMatches extends NotebookAction {
783
783
  constructor() {
784
784
  super({
785
785
  id: NOTEBOOK_SELECT_ALL_FIND_MATCHES_ID,
786
- title: ( localize(9274, "Select All Occurrences of Find Match")),
786
+ title: ( localize(9299, "Select All Occurrences of Find Match")),
787
787
  precondition: ( ContextKeyExpr.and(( ContextKeyExpr.equals('config.notebook.multiCursor.enabled', true)))),
788
788
  keybinding: {
789
789
  when: ( ContextKeyExpr.or(( ContextKeyExpr.and(( ContextKeyExpr.equals('config.notebook.multiCursor.enabled', true)), NOTEBOOK_IS_ACTIVE_EDITOR, NOTEBOOK_CELL_EDITOR_FOCUSED)), ( ContextKeyExpr.and(( ContextKeyExpr.equals('config.notebook.multiCursor.enabled', true)), KEYBINDING_CONTEXT_NOTEBOOK_FIND_WIDGET_FOCUSED)))),
@@ -816,7 +816,7 @@ class NotebookAddMatchToMultiSelectionAction extends NotebookAction {
816
816
  constructor() {
817
817
  super({
818
818
  id: NOTEBOOK_ADD_FIND_MATCH_TO_SELECTION_ID,
819
- title: ( localize(9275, "Add Selection to Next Find Match")),
819
+ title: ( localize(9300, "Add Selection to Next Find Match")),
820
820
  precondition: ( ContextKeyExpr.and(( ContextKeyExpr.equals('config.notebook.multiCursor.enabled', true)), NOTEBOOK_IS_ACTIVE_EDITOR, NOTEBOOK_CELL_EDITOR_FOCUSED)),
821
821
  keybinding: {
822
822
  when: ( ContextKeyExpr.and(( ContextKeyExpr.equals('config.notebook.multiCursor.enabled', true)), NOTEBOOK_IS_ACTIVE_EDITOR, NOTEBOOK_CELL_EDITOR_FOCUSED)),
@@ -842,7 +842,7 @@ class NotebookExitMultiSelectionAction extends NotebookAction {
842
842
  constructor() {
843
843
  super({
844
844
  id: 'noteMultiCursor.exit',
845
- title: ( localize(9276, "Exit Multi Cursor Mode")),
845
+ title: ( localize(9301, "Exit Multi Cursor Mode")),
846
846
  precondition: ( ContextKeyExpr.and(( ContextKeyExpr.equals('config.notebook.multiCursor.enabled', true)), NOTEBOOK_IS_ACTIVE_EDITOR, NOTEBOOK_MULTI_CURSOR_CONTEXT.IsNotebookMultiCursor)),
847
847
  keybinding: {
848
848
  when: ( ContextKeyExpr.and(( ContextKeyExpr.equals('config.notebook.multiCursor.enabled', true)), NOTEBOOK_IS_ACTIVE_EDITOR, NOTEBOOK_MULTI_CURSOR_CONTEXT.IsNotebookMultiCursor)),
@@ -865,7 +865,7 @@ class NotebookDeleteLeftMultiSelectionAction extends NotebookAction {
865
865
  constructor() {
866
866
  super({
867
867
  id: 'noteMultiCursor.deleteLeft',
868
- title: ( localize(9277, "Delete Left")),
868
+ title: ( localize(9302, "Delete Left")),
869
869
  precondition: ( ContextKeyExpr.and(( ContextKeyExpr.equals('config.notebook.multiCursor.enabled', true)), NOTEBOOK_IS_ACTIVE_EDITOR, NOTEBOOK_MULTI_CURSOR_CONTEXT.IsNotebookMultiCursor, ( ContextKeyExpr.or(( NOTEBOOK_MULTI_CURSOR_CONTEXT.NotebookMultiSelectCursorState.isEqualTo(NotebookMultiCursorState.Selecting)), ( NOTEBOOK_MULTI_CURSOR_CONTEXT.NotebookMultiSelectCursorState.isEqualTo(NotebookMultiCursorState.Editing)))))),
870
870
  keybinding: {
871
871
  when: ( ContextKeyExpr.and(( ContextKeyExpr.equals('config.notebook.multiCursor.enabled', true)), NOTEBOOK_IS_ACTIVE_EDITOR, NOTEBOOK_MULTI_CURSOR_CONTEXT.IsNotebookMultiCursor, ( ContextKeyExpr.or(( NOTEBOOK_MULTI_CURSOR_CONTEXT.NotebookMultiSelectCursorState.isEqualTo(NotebookMultiCursorState.Selecting)), ( NOTEBOOK_MULTI_CURSOR_CONTEXT.NotebookMultiSelectCursorState.isEqualTo(NotebookMultiCursorState.Editing)))))),
@@ -888,7 +888,7 @@ class NotebookDeleteRightMultiSelectionAction extends NotebookAction {
888
888
  constructor() {
889
889
  super({
890
890
  id: 'noteMultiCursor.deleteRight',
891
- title: ( localize(9278, "Delete Right")),
891
+ title: ( localize(9303, "Delete Right")),
892
892
  precondition: ( ContextKeyExpr.and(( ContextKeyExpr.equals('config.notebook.multiCursor.enabled', true)), NOTEBOOK_IS_ACTIVE_EDITOR, NOTEBOOK_MULTI_CURSOR_CONTEXT.IsNotebookMultiCursor, ( ContextKeyExpr.or(( NOTEBOOK_MULTI_CURSOR_CONTEXT.NotebookMultiSelectCursorState.isEqualTo(NotebookMultiCursorState.Selecting)), ( NOTEBOOK_MULTI_CURSOR_CONTEXT.NotebookMultiSelectCursorState.isEqualTo(NotebookMultiCursorState.Editing)))))),
893
893
  keybinding: {
894
894
  when: ( ContextKeyExpr.and(( ContextKeyExpr.equals('config.notebook.multiCursor.enabled', true)), NOTEBOOK_IS_ACTIVE_EDITOR, NOTEBOOK_MULTI_CURSOR_CONTEXT.IsNotebookMultiCursor, ( ContextKeyExpr.or(( NOTEBOOK_MULTI_CURSOR_CONTEXT.NotebookMultiSelectCursorState.isEqualTo(NotebookMultiCursorState.Selecting)), ( NOTEBOOK_MULTI_CURSOR_CONTEXT.NotebookMultiSelectCursorState.isEqualTo(NotebookMultiCursorState.Editing)))))),
@@ -33,7 +33,7 @@ registerAction2(class extends Action2 {
33
33
  super({
34
34
  id: 'notebook.cell.nullAction',
35
35
  title: ( localize(
36
- 9279,
36
+ 9304,
37
37
  "Keypresses that should be handled by the focused element in the cell output."
38
38
  )),
39
39
  keybinding: [{
@@ -56,7 +56,7 @@ registerAction2(class FocusNextCellAction extends NotebookCellAction {
56
56
  constructor() {
57
57
  super({
58
58
  id: NOTEBOOK_FOCUS_NEXT_EDITOR,
59
- title: ( localize(9280, 'Focus Next Cell Editor')),
59
+ title: ( localize(9305, 'Focus Next Cell Editor')),
60
60
  keybinding: [
61
61
  {
62
62
  when: ( ContextKeyExpr.and(NOTEBOOK_EDITOR_FOCUSED, ( CONTEXT_ACCESSIBILITY_MODE_ENABLED.negate()), ( ContextKeyExpr.equals('config.notebook.navigation.allowNavigateToSurroundingCells', true)), ( ContextKeyExpr.and(( ContextKeyExpr.has(InputFocusedContextKey)), EditorContextKeys.editorTextFocus, ( NOTEBOOK_EDITOR_CURSOR_BOUNDARY.notEqualsTo('top')), ( NOTEBOOK_EDITOR_CURSOR_BOUNDARY.notEqualsTo('none')), ( ContextKeyExpr.or(( NOTEBOOK_EDITOR_CURSOR_LINE_BOUNDARY.isEqualTo('end')), ( NOTEBOOK_EDITOR_CURSOR_LINE_BOUNDARY.isEqualTo('both')))))), ( EditorContextKeys.isEmbeddedDiffEditor.negate()))),
@@ -110,7 +110,7 @@ registerAction2(class FocusPreviousCellAction extends NotebookCellAction {
110
110
  constructor() {
111
111
  super({
112
112
  id: NOTEBOOK_FOCUS_PREVIOUS_EDITOR,
113
- title: ( localize(9281, 'Focus Previous Cell Editor')),
113
+ title: ( localize(9306, 'Focus Previous Cell Editor')),
114
114
  keybinding: [
115
115
  {
116
116
  when: ( ContextKeyExpr.and(NOTEBOOK_EDITOR_FOCUSED, ( CONTEXT_ACCESSIBILITY_MODE_ENABLED.negate()), ( ContextKeyExpr.equals('config.notebook.navigation.allowNavigateToSurroundingCells', true)), ( ContextKeyExpr.and(( ContextKeyExpr.has(InputFocusedContextKey)), EditorContextKeys.editorTextFocus, ( NOTEBOOK_EDITOR_CURSOR_BOUNDARY.notEqualsTo('bottom')), ( NOTEBOOK_EDITOR_CURSOR_BOUNDARY.notEqualsTo('none')), ( ContextKeyExpr.or(( NOTEBOOK_EDITOR_CURSOR_LINE_BOUNDARY.isEqualTo('start')), ( NOTEBOOK_EDITOR_CURSOR_LINE_BOUNDARY.isEqualTo('both')))))), ( EditorContextKeys.isEmbeddedDiffEditor.negate()))),
@@ -155,7 +155,7 @@ registerAction2(class extends NotebookAction {
155
155
  constructor() {
156
156
  super({
157
157
  id: NOTEBOOK_FOCUS_TOP,
158
- title: ( localize(9282, 'Focus First Cell')),
158
+ title: ( localize(9307, 'Focus First Cell')),
159
159
  keybinding: [
160
160
  {
161
161
  when: ( ContextKeyExpr.and(NOTEBOOK_EDITOR_FOCUSED, ContextKeyExpr.not(InputFocusedContextKey))),
@@ -183,7 +183,7 @@ registerAction2(class extends NotebookAction {
183
183
  constructor() {
184
184
  super({
185
185
  id: NOTEBOOK_FOCUS_BOTTOM,
186
- title: ( localize(9283, 'Focus Last Cell')),
186
+ title: ( localize(9308, 'Focus Last Cell')),
187
187
  keybinding: [
188
188
  {
189
189
  when: ( ContextKeyExpr.and(NOTEBOOK_EDITOR_FOCUSED, ContextKeyExpr.not(InputFocusedContextKey))),
@@ -216,7 +216,7 @@ registerAction2(class extends NotebookCellAction {
216
216
  constructor() {
217
217
  super({
218
218
  id: FOCUS_IN_OUTPUT_COMMAND_ID,
219
- title: ( localize2(9284, 'Focus In Active Cell Output')),
219
+ title: ( localize2(9309, 'Focus In Active Cell Output')),
220
220
  f1: true,
221
221
  keybinding: [{
222
222
  when: ( ContextKeyExpr.and(( IS_COMPOSITE_NOTEBOOK.negate()), IsWindowsContext, NOTEBOOK_CELL_HAS_OUTPUTS)),
@@ -240,7 +240,7 @@ registerAction2(class extends NotebookCellAction {
240
240
  constructor() {
241
241
  super({
242
242
  id: FOCUS_OUT_OUTPUT_COMMAND_ID,
243
- title: ( localize(9285, 'Focus Out Active Cell Output')),
243
+ title: ( localize(9310, 'Focus Out Active Cell Output')),
244
244
  keybinding: {
245
245
  primary: KeyMod.CtrlCmd | KeyMod.Shift | KeyCode.UpArrow,
246
246
  mac: { primary: KeyMod.WinCtrl | KeyMod.CtrlCmd | KeyCode.UpArrow, },
@@ -259,7 +259,7 @@ registerAction2(class CenterActiveCellAction extends NotebookCellAction {
259
259
  constructor() {
260
260
  super({
261
261
  id: CENTER_ACTIVE_CELL,
262
- title: ( localize(9286, "Center Active Cell")),
262
+ title: ( localize(9311, "Center Active Cell")),
263
263
  keybinding: {
264
264
  when: NOTEBOOK_EDITOR_FOCUSED,
265
265
  primary: KeyMod.CtrlCmd | KeyCode.KeyL,
@@ -278,7 +278,7 @@ registerAction2(class extends NotebookCellAction {
278
278
  constructor() {
279
279
  super({
280
280
  id: NOTEBOOK_CURSOR_PAGEUP_COMMAND_ID,
281
- title: ( localize(9287, "Cell Cursor Page Up")),
281
+ title: ( localize(9312, "Cell Cursor Page Up")),
282
282
  keybinding: [
283
283
  {
284
284
  when: ( ContextKeyExpr.and(NOTEBOOK_EDITOR_FOCUSED, ( ContextKeyExpr.has(InputFocusedContextKey)), EditorContextKeys.editorTextFocus)),
@@ -296,7 +296,7 @@ registerAction2(class extends NotebookCellAction {
296
296
  constructor() {
297
297
  super({
298
298
  id: NOTEBOOK_CURSOR_PAGEUP_SELECT_COMMAND_ID,
299
- title: ( localize(9288, "Cell Cursor Page Up Select")),
299
+ title: ( localize(9313, "Cell Cursor Page Up Select")),
300
300
  keybinding: [
301
301
  {
302
302
  when: ( ContextKeyExpr.and(NOTEBOOK_EDITOR_FOCUSED, ( ContextKeyExpr.has(InputFocusedContextKey)), EditorContextKeys.editorTextFocus, ( NOTEBOOK_OUTPUT_FOCUSED.negate()))),
@@ -314,7 +314,7 @@ registerAction2(class extends NotebookCellAction {
314
314
  constructor() {
315
315
  super({
316
316
  id: NOTEBOOK_CURSOR_PAGEDOWN_COMMAND_ID,
317
- title: ( localize(9289, "Cell Cursor Page Down")),
317
+ title: ( localize(9314, "Cell Cursor Page Down")),
318
318
  keybinding: [
319
319
  {
320
320
  when: ( ContextKeyExpr.and(NOTEBOOK_EDITOR_FOCUSED, ( ContextKeyExpr.has(InputFocusedContextKey)), EditorContextKeys.editorTextFocus)),
@@ -332,7 +332,7 @@ registerAction2(class extends NotebookCellAction {
332
332
  constructor() {
333
333
  super({
334
334
  id: NOTEBOOK_CURSOR_PAGEDOWN_SELECT_COMMAND_ID,
335
- title: ( localize(9290, "Cell Cursor Page Down Select")),
335
+ title: ( localize(9315, "Cell Cursor Page Down Select")),
336
336
  keybinding: [
337
337
  {
338
338
  when: ( ContextKeyExpr.and(NOTEBOOK_EDITOR_FOCUSED, ( ContextKeyExpr.has(InputFocusedContextKey)), EditorContextKeys.editorTextFocus, ( NOTEBOOK_OUTPUT_FOCUSED.negate()))),
@@ -361,7 +361,7 @@ function getPageSize(context) {
361
361
  type: 'boolean',
362
362
  default: true,
363
363
  markdownDescription: ( localize(
364
- 9291,
364
+ 9316,
365
365
  "When enabled cursor can navigate to the next/previous cell when the current cursor in the cell editor is at the first/last line."
366
366
  ))
367
367
  }
@@ -507,7 +507,7 @@ registerAction2(class ClearNotebookInlineValues extends NotebookAction {
507
507
  constructor() {
508
508
  super({
509
509
  id: 'notebook.clearAllInlineValues',
510
- title: ( localize(9292, 'Clear All Inline Values')),
510
+ title: ( localize(9317, 'Clear All Inline Values')),
511
511
  });
512
512
  }
513
513
  runWithContext(accessor, context) {
@@ -63,7 +63,7 @@ let NotebookVariables = class NotebookVariables extends Disposable {
63
63
  if (debugViewContainer) {
64
64
  const viewsRegistry = ( Registry.as(Extensions.ViewsRegistry));
65
65
  const viewDescriptor = {
66
- id: 'workbench.notebook.variables', name: ( localize2(9295, "Notebook Variables")),
66
+ id: 'workbench.notebook.variables', name: ( localize2(9320, "Notebook Variables")),
67
67
  containerIcon: variablesViewIcon, ctorDescriptor: ( new SyncDescriptor(NotebookVariablesView)),
68
68
  order: 50, weight: 5, canToggleVisibility: true, canMoveView: true, collapsed: false, when: NOTEBOOK_VARIABLE_VIEW_ENABLED
69
69
  };
@@ -75,7 +75,7 @@ class NotebookVariableDataSource {
75
75
  notebook: parent.notebook,
76
76
  id: parent.id + `${last + 1}`,
77
77
  extHostId: parent.extHostId,
78
- name: ( localize(9296, "Display limit reached")),
78
+ name: ( localize(9321, "Display limit reached")),
79
79
  value: '',
80
80
  indexedChildrenCount: 0,
81
81
  hasNamedChildren: false
@@ -12,8 +12,8 @@ import { observableValue } from '@codingame/monaco-vscode-api/vscode/vs/base/com
12
12
  var NotebookVariableRenderer_1;
13
13
  const $ = $$1;
14
14
  const MAX_VALUE_RENDER_LENGTH_IN_VIEWLET = 1024;
15
- const NOTEBOOK_TITLE = ( localize2(9297, "Notebook Variables"));
16
- const REPL_TITLE = ( localize2(9298, "REPL Variables"));
15
+ const NOTEBOOK_TITLE = ( localize2(9322, "Notebook Variables"));
16
+ const REPL_TITLE = ( localize2(9323, "REPL Variables"));
17
17
  class NotebookVariablesDelegate {
18
18
  getHeight(element) {
19
19
  return 22;
@@ -69,7 +69,7 @@ class NotebookVariableAccessibilityProvider {
69
69
  this._widgetAriaLabel.set(label, undefined);
70
70
  }
71
71
  getAriaLabel(element) {
72
- return localize(9299, "Variable {0}, value {1}", element.name, element.value);
72
+ return localize(9324, "Variable {0}, value {1}", element.name, element.value);
73
73
  }
74
74
  }
75
75
 
@@ -12,7 +12,7 @@ import { NotebookEditor } from "@codingame/monaco-vscode-api/vscode/vs/workbench
12
12
  import { INotebookCellOutlineDataSource } from "../../viewModel/notebookOutlineDataSource.js";
13
13
  import { CellKind } from "@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/notebook/common/notebookCommon";
14
14
  import { IEditorService } from "@codingame/monaco-vscode-api/vscode/vs/workbench/services/editor/common/editorService.service";
15
- import { IBreadcrumbsDataSource, IOutline, IOutlineCreator, IOutlineListConfig, IQuickPickDataSource, IQuickPickOutlineElement, OutlineChangeEvent, OutlineTarget } from "@codingame/monaco-vscode-api/vscode/vs/workbench/services/outline/browser/outline";
15
+ import { IBreadcrumbsDataSource, IBreadcrumbsOutlineElement, IOutline, IOutlineCreator, IOutlineListConfig, IQuickPickDataSource, IQuickPickOutlineElement, OutlineChangeEvent, OutlineTarget } from "@codingame/monaco-vscode-api/vscode/vs/workbench/services/outline/browser/outline";
16
16
  import { IOutlineService } from "@codingame/monaco-vscode-api/vscode/vs/workbench/services/outline/browser/outline.service";
17
17
  import { OutlineEntry } from "../../viewModel/OutlineEntry.js";
18
18
  import { CancellationToken } from "@codingame/monaco-vscode-api/vscode/vs/base/common/cancellation";
@@ -47,7 +47,7 @@ export declare class NotebookBreadcrumbsProvider implements IBreadcrumbsDataSour
47
47
  private readonly _disposables;
48
48
  private showCodeCells;
49
49
  constructor(outlineDataSourceRef: IReference<INotebookCellOutlineDataSource> | undefined, _configurationService: IConfigurationService);
50
- getBreadcrumbElements(): readonly OutlineEntry[];
50
+ getBreadcrumbElements(): readonly IBreadcrumbsOutlineElement<OutlineEntry>[];
51
51
  dispose(): void;
52
52
  }
53
53
  export declare class NotebookCellOutline implements IOutline<OutlineEntry> {
@@ -409,7 +409,7 @@ let NotebookBreadcrumbsProvider = class NotebookBreadcrumbsProvider {
409
409
  let candidate = this.outlineDataSourceRef?.object?.activeElement;
410
410
  while (candidate) {
411
411
  if (this.showCodeCells || candidate.cell.cellKind !== CellKind.Code) {
412
- result.unshift(candidate);
412
+ result.unshift({ element: candidate, label: candidate.label });
413
413
  }
414
414
  candidate = candidate.parent;
415
415
  }
@@ -508,7 +508,7 @@ let NotebookCellOutline = class NotebookCellOutline {
508
508
  delegate,
509
509
  renderers,
510
510
  comparator,
511
- options
511
+ options,
512
512
  };
513
513
  }
514
514
  initializeOutline() {
@@ -728,33 +728,33 @@ const NotebookOutlineContext = {
728
728
  type: 'boolean',
729
729
  default: true,
730
730
  markdownDescription: ( localize(
731
- 9300,
731
+ 9325,
732
732
  "When enabled, notebook outline will show only markdown cells containing a header."
733
733
  ))
734
734
  },
735
735
  [NotebookSetting.outlineShowCodeCells]: {
736
736
  type: 'boolean',
737
737
  default: false,
738
- markdownDescription: ( localize(9301, "When enabled, notebook outline shows code cells."))
738
+ markdownDescription: ( localize(9326, "When enabled, notebook outline shows code cells."))
739
739
  },
740
740
  [NotebookSetting.outlineShowCodeCellSymbols]: {
741
741
  type: 'boolean',
742
742
  default: true,
743
743
  markdownDescription: ( localize(
744
- 9302,
744
+ 9327,
745
745
  "When enabled, notebook outline shows code cell symbols. Relies on `#notebook.outline.showCodeCells#` being enabled."
746
746
  ))
747
747
  },
748
748
  [NotebookSetting.breadcrumbsShowCodeCells]: {
749
749
  type: 'boolean',
750
750
  default: true,
751
- markdownDescription: ( localize(9303, "When enabled, notebook breadcrumbs contain code cells."))
751
+ markdownDescription: ( localize(9328, "When enabled, notebook breadcrumbs contain code cells."))
752
752
  },
753
753
  [NotebookSetting.gotoSymbolsAllSymbols]: {
754
754
  type: 'boolean',
755
755
  default: true,
756
756
  markdownDescription: ( localize(
757
- 9304,
757
+ 9329,
758
758
  "When enabled, the Go to Symbol Quick Pick will display full code symbols from the notebook, as well as Markdown headers."
759
759
  ))
760
760
  },
@@ -762,7 +762,7 @@ const NotebookOutlineContext = {
762
762
  });
763
763
  MenuRegistry.appendMenuItem(MenuId.ViewTitle, {
764
764
  submenu: MenuId.NotebookOutlineFilter,
765
- title: ( localize(9305, "Filter Entries")),
765
+ title: ( localize(9330, "Filter Entries")),
766
766
  icon: Codicon.filter,
767
767
  group: 'navigation',
768
768
  order: -1,
@@ -772,7 +772,7 @@ registerAction2(class ToggleShowMarkdownHeadersOnly extends Action2 {
772
772
  constructor() {
773
773
  super({
774
774
  id: 'notebook.outline.toggleShowMarkdownHeadersOnly',
775
- title: ( localize(9306, "Markdown Headers Only")),
775
+ title: ( localize(9331, "Markdown Headers Only")),
776
776
  f1: false,
777
777
  toggled: {
778
778
  condition: ( ContextKeyExpr.equals('config.notebook.outline.showMarkdownHeadersOnly', true))
@@ -793,7 +793,7 @@ registerAction2(class ToggleCodeCellEntries extends Action2 {
793
793
  constructor() {
794
794
  super({
795
795
  id: 'notebook.outline.toggleCodeCells',
796
- title: ( localize(9307, "Code Cells")),
796
+ title: ( localize(9332, "Code Cells")),
797
797
  f1: false,
798
798
  toggled: {
799
799
  condition: ( ContextKeyExpr.equals('config.notebook.outline.showCodeCells', true))
@@ -815,7 +815,7 @@ registerAction2(class ToggleCodeCellSymbolEntries extends Action2 {
815
815
  constructor() {
816
816
  super({
817
817
  id: 'notebook.outline.toggleCodeCellSymbols',
818
- title: ( localize(9308, "Code Cell Symbols")),
818
+ title: ( localize(9333, "Code Cell Symbols")),
819
819
  f1: false,
820
820
  toggled: {
821
821
  condition: ( ContextKeyExpr.equals('config.notebook.outline.showCodeCellSymbols', true))
@@ -53,7 +53,7 @@ registerAction2(class extends Action2 {
53
53
  constructor() {
54
54
  super({
55
55
  id: 'notebook.setProfile',
56
- title: ( localize(9309, "Set Profile"))
56
+ title: ( localize(9334, "Set Profile"))
57
57
  });
58
58
  }
59
59
  async run(accessor, args) {
@@ -65,7 +65,7 @@ let FormatOnSaveParticipant = class FormatOnSaveParticipant {
65
65
  if (!enabled) {
66
66
  return undefined;
67
67
  }
68
- progress.report({ message: ( localize(9310, "Formatting")) });
68
+ progress.report({ message: ( localize(9335, "Formatting")) });
69
69
  const notebook = workingCopy.model.notebookModel;
70
70
  const formatApplied = await this.instantiationService.invokeFunction(CodeActionParticipantUtils.checkAndRunFormatCodeAction, notebook, progress, token);
71
71
  const disposable = ( new DisposableStore());
@@ -83,7 +83,7 @@ let FormatOnSaveParticipant = class FormatOnSaveParticipant {
83
83
  }
84
84
  return [];
85
85
  })));
86
- await this.bulkEditService.apply( allCellEdits.flat(), { label: ( localize(9311, "Format Notebook")), code: 'undoredo.formatNotebook', });
86
+ await this.bulkEditService.apply( allCellEdits.flat(), { label: ( localize(9336, "Format Notebook")), code: 'undoredo.formatNotebook', });
87
87
  }
88
88
  }
89
89
  finally {
@@ -152,7 +152,7 @@ let TrimWhitespaceParticipant = class TrimWhitespaceParticipant extends Notebook
152
152
  return ( ops.map(op => ( new ResourceTextEdit(model.uri, { ...op, text: op.text || '' }, model.getVersionId()))));
153
153
  })));
154
154
  const filteredEdits = allCellEdits.flat().filter(edit => edit !== undefined);
155
- await this.bulkEditService.apply(filteredEdits, { label: ( localize(9312, "Notebook Trim Trailing Whitespace")), code: 'undoredo.notebookTrimTrailingWhitespace' });
155
+ await this.bulkEditService.apply(filteredEdits, { label: ( localize(9337, "Notebook Trim Trailing Whitespace")), code: 'undoredo.notebookTrimTrailingWhitespace' });
156
156
  }
157
157
  finally {
158
158
  progress.report({ increment: 100 });
@@ -229,7 +229,7 @@ let TrimFinalNewLinesParticipant = class TrimFinalNewLinesParticipant extends No
229
229
  ));
230
230
  })));
231
231
  const filteredEdits = allCellEdits.flat().filter(edit => edit !== undefined);
232
- await this.bulkEditService.apply(filteredEdits, { label: ( localize(9313, "Trim Final New Lines")), code: 'undoredo.trimFinalNewLines' });
232
+ await this.bulkEditService.apply(filteredEdits, { label: ( localize(9338, "Trim Final New Lines")), code: 'undoredo.trimFinalNewLines' });
233
233
  }
234
234
  finally {
235
235
  progress.report({ increment: 100 });
@@ -283,7 +283,7 @@ let InsertFinalNewLineParticipant = class InsertFinalNewLineParticipant extends
283
283
  )), text: cell.textBuffer.getEOL() }, cell.textModel?.getVersionId()));
284
284
  })));
285
285
  const filteredEdits = allCellEdits.filter(edit => edit !== undefined);
286
- await this.bulkEditService.apply(filteredEdits, { label: ( localize(9314, "Insert Final New Line")), code: 'undoredo.insertFinalNewLine' });
286
+ await this.bulkEditService.apply(filteredEdits, { label: ( localize(9339, "Insert Final New Line")), code: 'undoredo.insertFinalNewLine' });
287
287
  if (activeCellEditor && selections) {
288
288
  activeCellEditor.setSelections(selections);
289
289
  }
@@ -339,7 +339,7 @@ let CodeActionOnSaveParticipant = class CodeActionOnSaveParticipant {
339
339
  const notebookCodeActionsOnSave = includedActions.filter(x => CodeActionKind.Notebook.contains(x));
340
340
  if (notebookCodeActionsOnSave.length) {
341
341
  const nbDisposable = ( new DisposableStore());
342
- progress.report({ message: ( localize(9315, "Running 'Notebook' code actions")) });
342
+ progress.report({ message: ( localize(9340, "Running 'Notebook' code actions")) });
343
343
  try {
344
344
  const cell = notebookModel.cells[0];
345
345
  const ref = await this.textModelService.createModelReference(cell.uri);
@@ -371,7 +371,7 @@ let CodeActionOnSaveParticipant = class CodeActionOnSaveParticipant {
371
371
  });
372
372
  }
373
373
  const cellDisposable = ( new DisposableStore());
374
- progress.report({ message: ( localize(9316, "Running 'Cell' code actions")) });
374
+ progress.report({ message: ( localize(9341, "Running 'Cell' code actions")) });
375
375
  try {
376
376
  await Promise.all(( notebookModel.cells.map(async (cell) => {
377
377
  const ref = await this.textModelService.createModelReference(cell.uri);
@@ -411,7 +411,7 @@ class CodeActionParticipantUtils {
411
411
  const configurationService = accessor.get(IConfigurationService);
412
412
  const formatDisposable = ( new DisposableStore());
413
413
  let formatResult = false;
414
- progress.report({ message: ( localize(9317, "Running 'Format' code actions")) });
414
+ progress.report({ message: ( localize(9342, "Running 'Format' code actions")) });
415
415
  try {
416
416
  const cell = notebookModel.cells[0];
417
417
  const ref = await textModelService.createModelReference(cell.uri);
@@ -440,7 +440,7 @@ class CodeActionParticipantUtils {
440
440
  _report() {
441
441
  progress.report({
442
442
  message: ( localize(
443
- 9318,
443
+ 9343,
444
444
  "Getting code actions from '{0}' ([configure]({1})).",
445
445
  ( [...this._names].map(name => `'${name}'`)).join(', '),
446
446
  'command:workbench.action.openSettings?%5B%22notebook.codeActionsOnSave%22%5D'
@@ -480,7 +480,7 @@ class CodeActionParticipantUtils {
480
480
  logService.warn('Failed to apply code action on save, applied to multiple resources.');
481
481
  continue;
482
482
  }
483
- progress.report({ message: ( localize(9319, "Applying code action '{0}'.", action.action.title)) });
483
+ progress.report({ message: ( localize(9344, "Applying code action '{0}'.", action.action.title)) });
484
484
  await instantiationService.invokeFunction(applyCodeAction, action, ApplyCodeActionReason.OnSave, {}, token);
485
485
  if (token.isCancellationRequested) {
486
486
  return;
@@ -505,7 +505,7 @@ class CodeActionParticipantUtils {
505
505
  _report() {
506
506
  progress.report({
507
507
  message: ( localize(
508
- 9318,
508
+ 9343,
509
509
  "Getting code actions from '{0}' ([configure]({1})).",
510
510
  ( [...this._names].map(name => `'${name}'`)).join(', '),
511
511
  'command:workbench.action.openSettings?%5B%22notebook.defaultFormatter%22%5D'
@@ -532,7 +532,7 @@ class CodeActionParticipantUtils {
532
532
  if (!action) {
533
533
  return false;
534
534
  }
535
- progress.report({ message: ( localize(9319, "Applying code action '{0}'.", action.action.title)) });
535
+ progress.report({ message: ( localize(9344, "Applying code action '{0}'.", action.action.title)) });
536
536
  await instantiationService.invokeFunction(applyCodeAction, action, ApplyCodeActionReason.OnSave, {}, token);
537
537
  if (token.isCancellationRequested) {
538
538
  return false;
@@ -283,7 +283,7 @@ registerAction2(class extends Action2 {
283
283
  constructor() {
284
284
  super({
285
285
  id: 'notebook.toggleLayoutTroubleshoot',
286
- title: ( localize2(9320, "Toggle Notebook Layout Troubleshoot")),
286
+ title: ( localize2(9345, "Toggle Notebook Layout Troubleshoot")),
287
287
  category: Categories.Developer,
288
288
  f1: true
289
289
  });
@@ -302,7 +302,7 @@ registerAction2(class extends Action2 {
302
302
  constructor() {
303
303
  super({
304
304
  id: 'notebook.inspectLayout',
305
- title: ( localize2(9321, "Inspect Notebook Layout")),
305
+ title: ( localize2(9346, "Inspect Notebook Layout")),
306
306
  category: Categories.Developer,
307
307
  f1: true
308
308
  });
@@ -323,7 +323,7 @@ registerAction2(class extends Action2 {
323
323
  constructor() {
324
324
  super({
325
325
  id: 'notebook.clearNotebookEdtitorTypeCache',
326
- title: ( localize2(9322, "Clear Notebook Editor Type Cache")),
326
+ title: ( localize2(9347, "Clear Notebook Editor Type Cache")),
327
327
  category: Categories.Developer,
328
328
  f1: true
329
329
  });
@@ -16,7 +16,7 @@ import { NotebookSetting, CellKind } from '@codingame/monaco-vscode-api/vscode/v
16
16
  import { NOTEBOOK_EDITOR_EDITABLE, NOTEBOOK_EDITOR_FOCUSED } from '@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/notebook/common/notebookContextKeys';
17
17
  import { Iterable } from '@codingame/monaco-vscode-api/vscode/vs/base/common/iterator';
18
18
  import { IEditorService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/editor/common/editorService.service';
19
- import { ChatContextKeys } from '@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/chat/common/chatContextKeys';
19
+ import { ChatContextKeys } from '@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/chat/common/actions/chatContextKeys';
20
20
  import { InlineChatController } from '@codingame/monaco-vscode-katex-common/vscode/vs/workbench/contrib/inlineChat/browser/inlineChatController';
21
21
  import { EditorAction2 } from '@codingame/monaco-vscode-api/vscode/vs/editor/browser/editorExtensions';
22
22
 
@@ -42,12 +42,12 @@ registerAction2(class extends NotebookAction {
42
42
  super({
43
43
  id: 'notebook.cell.chat.start',
44
44
  title: {
45
- value: '$(sparkle) ' + ( localize(9331, "Generate")),
45
+ value: '$(sparkle) ' + ( localize(9356, "Generate")),
46
46
  original: '$(sparkle) Generate',
47
47
  },
48
- tooltip: ( localize(9332, "Start Chat to Generate Code")),
48
+ tooltip: ( localize(9357, "Start Chat to Generate Code")),
49
49
  metadata: {
50
- description: ( localize(9332, "Start Chat to Generate Code")),
50
+ description: ( localize(9357, "Start Chat to Generate Code")),
51
51
  args: [
52
52
  {
53
53
  name: 'args',
@@ -129,10 +129,10 @@ registerAction2(class extends NotebookAction {
129
129
  super({
130
130
  id: 'notebook.cell.chat.startAtTop',
131
131
  title: {
132
- value: '$(sparkle) ' + ( localize(9331, "Generate")),
132
+ value: '$(sparkle) ' + ( localize(9356, "Generate")),
133
133
  original: '$(sparkle) Generate',
134
134
  },
135
- tooltip: ( localize(9332, "Start Chat to Generate Code")),
135
+ tooltip: ( localize(9357, "Start Chat to Generate Code")),
136
136
  f1: false,
137
137
  menu: [
138
138
  {
@@ -152,8 +152,8 @@ MenuRegistry.appendMenuItem(MenuId.NotebookToolbar, {
152
152
  command: {
153
153
  id: 'notebook.cell.chat.start',
154
154
  icon: Codicon.sparkle,
155
- title: ( localize(9333, "Generate")),
156
- tooltip: ( localize(9334, "Start Chat to Generate Code"))
155
+ title: ( localize(9358, "Generate")),
156
+ tooltip: ( localize(9359, "Start Chat to Generate Code"))
157
157
  },
158
158
  order: -10,
159
159
  group: 'navigation/add',
@@ -163,9 +163,9 @@ class AcceptChangesAndRun extends EditorAction2 {
163
163
  constructor() {
164
164
  super({
165
165
  id: 'notebook.inlineChat.acceptChangesAndRun',
166
- title: ( localize2(9335, "Accept and Run")),
167
- shortTitle: ( localize(9336, 'Accept & Run')),
168
- tooltip: ( localize(9337, 'Accept the changes and run the cell')),
166
+ title: ( localize2(9360, "Accept and Run")),
167
+ shortTitle: ( localize(9361, 'Accept & Run')),
168
+ tooltip: ( localize(9362, 'Accept the changes and run the cell')),
169
169
  icon: Codicon.check,
170
170
  f1: true,
171
171
  precondition: ( ContextKeyExpr.and(( NOTEBOOK_EDITOR_EDITABLE.isEqualTo(true)), CTX_INLINE_CHAT_VISIBLE)),
@@ -16,12 +16,12 @@ import { IQuickInputService } from '@codingame/monaco-vscode-api/vscode/vs/platf
16
16
  import { registerWorkbenchContribution2, WorkbenchPhase } from '@codingame/monaco-vscode-api/vscode/vs/workbench/common/contributions';
17
17
  import { IEditorService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/editor/common/editorService.service';
18
18
  import { IChatWidgetService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/chat/browser/chat.service';
19
- import { IChatContextPickService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/chat/browser/chatContextPickService.service';
20
- import { ChatDynamicVariableModel } from '@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/chat/browser/contrib/chatDynamicVariables';
21
- import { computeCompletionRanges } from '@codingame/monaco-vscode-katex-common/vscode/vs/workbench/contrib/chat/browser/contrib/chatInputCompletions';
22
- import { IChatAgentService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/chat/common/chatAgents.service';
23
- import { ChatContextKeys } from '@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/chat/common/chatContextKeys';
24
- import { chatVariableLeader } from '@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/chat/common/chatParserTypes';
19
+ import { IChatContextPickService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/chat/browser/attachments/chatContextPickService.service';
20
+ import { ChatDynamicVariableModel } from '@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/chat/browser/attachments/chatDynamicVariables';
21
+ import { computeCompletionRanges } from '@codingame/monaco-vscode-katex-common/vscode/vs/workbench/contrib/chat/browser/widget/input/editor/chatInputCompletions';
22
+ import { IChatAgentService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/chat/common/participants/chatAgents.service';
23
+ import { ChatContextKeys } from '@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/chat/common/actions/chatContextKeys';
24
+ import { chatVariableLeader } from '@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/chat/common/requestParser/chatParserTypes';
25
25
  import { ChatAgentLocation } from '@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/chat/common/constants';
26
26
  import { NOTEBOOK_CELL_OUTPUT_MIME_TYPE_LIST_FOR_CHAT, NOTEBOOK_CELL_HAS_OUTPUTS, NOTEBOOK_CELL_OUTPUT_MIMETYPE } from '@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/notebook/common/notebookContextKeys';
27
27
  import { INotebookKernelService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/notebook/common/notebookKernelService.service';
@@ -76,7 +76,7 @@ let NotebookChatContribution = class NotebookChatContribution extends Disposable
76
76
  result.suggestions.push({
77
77
  label: `${chatVariableLeader}${NotebookKernelVariableKey}`,
78
78
  insertText: `${chatVariableLeader}${NotebookKernelVariableKey}:`,
79
- detail: ( localize(9338, "Pick a variable from the kernel")),
79
+ detail: ( localize(9363, "Pick a variable from the kernel")),
80
80
  range,
81
81
  kind: CompletionItemKind.Text,
82
82
  command: { id: SelectAndInsertKernelVariableAction.ID, title: SelectAndInsertKernelVariableAction.ID, arguments: [{ widget, range: afterRange }] },
@@ -172,8 +172,8 @@ class SelectAndInsertKernelVariableAction extends Action2 {
172
172
  });
173
173
  }
174
174
  const placeHolder = quickPickItems.length > 0
175
- ? ( localize(9339, "Select a kernel variable"))
176
- : ( localize(9340, "No kernel variables found"));
175
+ ? ( localize(9364, "Select a kernel variable"))
176
+ : ( localize(9365, "No kernel variables found"));
177
177
  const pickedVariable = await quickInputService.pick(quickPickItems, { placeHolder });
178
178
  if (!pickedVariable) {
179
179
  return;
@@ -214,7 +214,7 @@ let KernelVariableContextPicker = class KernelVariableContextPicker {
214
214
  this.editorService = editorService;
215
215
  this.notebookKernelService = notebookKernelService;
216
216
  this.type = 'pickerPick';
217
- this.label = ( localize(9341, 'Kernel Variable...'));
217
+ this.label = ( localize(9366, 'Kernel Variable...'));
218
218
  this.icon = Codicon.serverEnvironment;
219
219
  }
220
220
  isEnabled(widget) {
@@ -251,7 +251,7 @@ let KernelVariableContextPicker = class KernelVariableContextPicker {
251
251
  return result;
252
252
  })();
253
253
  return {
254
- placeholder: ( localize(9342, 'Select a kernel variable')),
254
+ placeholder: ( localize(9367, 'Select a kernel variable')),
255
255
  picks
256
256
  };
257
257
  }
@@ -264,7 +264,7 @@ registerAction2(class AddCellOutputToChatAction extends Action2 {
264
264
  constructor() {
265
265
  super({
266
266
  id: 'notebook.cellOutput.addToChat',
267
- title: ( localize(9343, "Add Cell Output to Chat")),
267
+ title: ( localize(9368, "Add Cell Output to Chat")),
268
268
  menu: {
269
269
  id: MenuId.NotebookOutputToolbar,
270
270
  when: ( ContextKeyExpr.and(
@@ -2,6 +2,6 @@
2
2
  import { localize } from '@codingame/monaco-vscode-api/vscode/vs/nls';
3
3
  import { RawContextKey } from '@codingame/monaco-vscode-api/vscode/vs/platform/contextkey/common/contextkey';
4
4
 
5
- const CTX_NOTEBOOK_CHAT_HAS_AGENT = ( new RawContextKey('notebookChatAgentRegistered', false, ( localize(9344, "Whether a chat agent for notebook is registered"))));
5
+ const CTX_NOTEBOOK_CHAT_HAS_AGENT = ( new RawContextKey('notebookChatAgentRegistered', false, ( localize(9369, "Whether a chat agent for notebook is registered"))));
6
6
 
7
7
  export { CTX_NOTEBOOK_CHAT_HAS_AGENT };