@codingame/monaco-vscode-notebook-service-override 10.1.3 → 10.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-notebook-service-override",
3
- "version": "10.1.3",
3
+ "version": "10.1.4",
4
4
  "keywords": [],
5
5
  "author": {
6
6
  "name": "CodinGame",
@@ -29,7 +29,7 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "vscode": "npm:@codingame/monaco-vscode-api@10.1.3",
32
+ "vscode": "npm:@codingame/monaco-vscode-api@10.1.4",
33
33
  "marked": "~14.0.0"
34
34
  }
35
35
  }
@@ -63,7 +63,7 @@ registerAction2(class NotebookClearNotebookLayoutAction extends Action2 {
63
63
  constructor() {
64
64
  super({
65
65
  id: 'workbench.notebook.layout.gettingStarted',
66
- title: ( localize2(8299, "Reset notebook getting started")),
66
+ title: ( localize2(8300, "Reset notebook getting started")),
67
67
  f1: true,
68
68
  precondition: ( (ContextKeyExpr.equals(`config.${NotebookSetting.openGettingStarted}`, true))),
69
69
  category: Categories.Developer,
@@ -9,7 +9,7 @@ class ToggleCellToolbarPositionAction extends Action2 {
9
9
  constructor() {
10
10
  super({
11
11
  id: TOGGLE_CELL_TOOLBAR_POSITION,
12
- title: ( localize2(8300, 'Toggle Cell Toolbar Position')),
12
+ title: ( localize2(8299, 'Toggle Cell Toolbar Position')),
13
13
  menu: [{
14
14
  id: MenuId.NotebookCellTitle,
15
15
  group: 'View',
@@ -88,7 +88,7 @@ registerAction2(class RenderAllMarkdownCellsAction extends NotebookAction {
88
88
  constructor() {
89
89
  super({
90
90
  id: RENDER_ALL_MARKDOWN_CELLS,
91
- title: ( localize(8210, "Render All Markdown Cells")),
91
+ title: ( localize(8194, "Render All Markdown Cells")),
92
92
  });
93
93
  }
94
94
  async runWithContext(accessor, context) {
@@ -99,10 +99,10 @@ registerAction2(class ExecuteNotebookAction extends NotebookAction {
99
99
  constructor() {
100
100
  super({
101
101
  id: EXECUTE_NOTEBOOK_COMMAND_ID,
102
- title: ( localize(8211, "Run All")),
102
+ title: ( localize(8195, "Run All")),
103
103
  icon: executeAllIcon,
104
104
  metadata: {
105
- description: ( localize(8211, "Run All")),
105
+ description: ( localize(8195, "Run All")),
106
106
  args: [
107
107
  {
108
108
  name: 'uri',
@@ -160,7 +160,7 @@ registerAction2(class ExecuteCell extends NotebookMultiCellAction {
160
160
  super({
161
161
  id: EXECUTE_CELL_COMMAND_ID,
162
162
  precondition: executeThisCellCondition,
163
- title: ( localize(8212, "Execute Cell")),
163
+ title: ( localize(8196, "Execute Cell")),
164
164
  keybinding: {
165
165
  when: ( (ContextKeyExpr.or(
166
166
  NOTEBOOK_CELL_LIST_FOCUSED,
@@ -178,7 +178,7 @@ registerAction2(class ExecuteCell extends NotebookMultiCellAction {
178
178
  group: 'inline'
179
179
  },
180
180
  metadata: {
181
- description: ( localize(8212, "Execute Cell")),
181
+ description: ( localize(8196, "Execute Cell")),
182
182
  args: cellExecutionArgs
183
183
  },
184
184
  icon: executeIcon
@@ -212,7 +212,7 @@ registerAction2(class ExecuteAboveCells extends NotebookMultiCellAction {
212
212
  super({
213
213
  id: EXECUTE_CELLS_ABOVE,
214
214
  precondition: executeCondition,
215
- title: ( localize(8213, "Execute Above Cells")),
215
+ title: ( localize(8197, "Execute Above Cells")),
216
216
  menu: [
217
217
  {
218
218
  id: MenuId.NotebookCellExecute,
@@ -258,7 +258,7 @@ registerAction2(class ExecuteCellAndBelow extends NotebookMultiCellAction {
258
258
  super({
259
259
  id: EXECUTE_CELL_AND_BELOW,
260
260
  precondition: executeCondition,
261
- title: ( localize(8214, "Execute Cell and Below")),
261
+ title: ( localize(8198, "Execute Cell and Below")),
262
262
  menu: [
263
263
  {
264
264
  id: MenuId.NotebookCellExecute,
@@ -304,9 +304,9 @@ registerAction2(class ExecuteCellFocusContainer extends NotebookMultiCellAction
304
304
  super({
305
305
  id: EXECUTE_CELL_FOCUS_CONTAINER_COMMAND_ID,
306
306
  precondition: executeThisCellCondition,
307
- title: ( localize(8215, "Execute Cell and Focus Container")),
307
+ title: ( localize(8199, "Execute Cell and Focus Container")),
308
308
  metadata: {
309
- description: ( localize(8215, "Execute Cell and Focus Container")),
309
+ description: ( localize(8199, "Execute Cell and Focus Container")),
310
310
  args: cellExecutionArgs
311
311
  },
312
312
  icon: executeIcon
@@ -338,7 +338,7 @@ registerAction2(class CancelExecuteCell extends NotebookMultiCellAction {
338
338
  super({
339
339
  id: CANCEL_CELL_COMMAND_ID,
340
340
  precondition: cellCancelCondition,
341
- title: ( localize(8216, "Stop Cell Execution")),
341
+ title: ( localize(8200, "Stop Cell Execution")),
342
342
  icon: stopIcon,
343
343
  menu: {
344
344
  id: MenuId.NotebookCellExecutePrimary,
@@ -346,7 +346,7 @@ registerAction2(class CancelExecuteCell extends NotebookMultiCellAction {
346
346
  group: 'inline'
347
347
  },
348
348
  metadata: {
349
- description: ( localize(8216, "Stop Cell Execution")),
349
+ description: ( localize(8200, "Stop Cell Execution")),
350
350
  args: [
351
351
  {
352
352
  name: 'options',
@@ -404,7 +404,7 @@ registerAction2(class ExecuteCellSelectBelow extends NotebookCellAction {
404
404
  executeThisCellCondition,
405
405
  (NOTEBOOK_CELL_TYPE.isEqualTo('markup'))
406
406
  ))),
407
- title: ( localize(8217, "Execute Notebook Cell and Select Below")),
407
+ title: ( localize(8201, "Execute Notebook Cell and Select Below")),
408
408
  keybinding: {
409
409
  when: ( (ContextKeyExpr.and(
410
410
  NOTEBOOK_CELL_LIST_FOCUSED,
@@ -470,7 +470,7 @@ registerAction2(class ExecuteCellInsertBelow extends NotebookCellAction {
470
470
  executeThisCellCondition,
471
471
  (NOTEBOOK_CELL_TYPE.isEqualTo('markup'))
472
472
  ))),
473
- title: ( localize(8218, "Execute Notebook Cell and Insert Below")),
473
+ title: ( localize(8202, "Execute Notebook Cell and Insert Below")),
474
474
  keybinding: {
475
475
  when: NOTEBOOK_CELL_LIST_FOCUSED,
476
476
  primary: 512 | 3 ,
@@ -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(8219, "Stop Execution")),
510
+ title: ( localize2(8203, "Stop Execution")),
511
511
  icon: stopIcon,
512
512
  menu: [
513
513
  {
@@ -539,7 +539,7 @@ registerAction2(class InterruptNotebook extends CancelNotebook {
539
539
  constructor() {
540
540
  super({
541
541
  id: INTERRUPT_NOTEBOOK_COMMAND_ID,
542
- title: ( localize2(8220, "Interrupt")),
542
+ title: ( localize2(8204, "Interrupt")),
543
543
  precondition: ( (ContextKeyExpr.and(NOTEBOOK_HAS_SOMETHING_RUNNING, NOTEBOOK_INTERRUPTIBLE_KERNEL))),
544
544
  icon: stopIcon,
545
545
  menu: [
@@ -573,7 +573,7 @@ registerAction2(class InterruptNotebook extends CancelNotebook {
573
573
  }
574
574
  });
575
575
  MenuRegistry.appendMenuItem(MenuId.NotebookToolbar, {
576
- title: ( localize(8221, "Go To")),
576
+ title: ( localize(8205, "Go To")),
577
577
  submenu: MenuId.NotebookCellExecuteGoTo,
578
578
  group: 'navigation/execute',
579
579
  order: 20,
@@ -583,9 +583,9 @@ registerAction2(class RevealRunningCellAction extends NotebookAction {
583
583
  constructor() {
584
584
  super({
585
585
  id: REVEAL_RUNNING_CELL,
586
- title: ( localize(8222, "Go to Running Cell")),
587
- tooltip: ( localize(8222, "Go to Running Cell")),
588
- shortTitle: ( localize(8222, "Go to Running Cell")),
586
+ title: ( localize(8206, "Go to Running Cell")),
587
+ tooltip: ( localize(8206, "Go to Running Cell")),
588
+ shortTitle: ( localize(8206, "Go to Running Cell")),
589
589
  precondition: NOTEBOOK_HAS_RUNNING_CELL,
590
590
  menu: [
591
591
  {
@@ -654,9 +654,9 @@ registerAction2(class RevealLastFailedCellAction extends NotebookAction {
654
654
  constructor() {
655
655
  super({
656
656
  id: REVEAL_LAST_FAILED_CELL,
657
- title: ( localize(8223, "Go to Most Recently Failed Cell")),
658
- tooltip: ( localize(8223, "Go to Most Recently Failed Cell")),
659
- shortTitle: ( localize(8224, "Go to Most Recently Failed Cell")),
657
+ title: ( localize(8207, "Go to Most Recently Failed Cell")),
658
+ tooltip: ( localize(8207, "Go to Most Recently Failed Cell")),
659
+ shortTitle: ( localize(8208, "Go to Most Recently Failed Cell")),
660
660
  precondition: NOTEBOOK_LAST_CELL_FAILED,
661
661
  menu: [
662
662
  {
@@ -53,7 +53,7 @@ registerAction2(class InsertCodeCellAboveAction extends InsertCellCommand {
53
53
  constructor() {
54
54
  super({
55
55
  id: INSERT_CODE_CELL_ABOVE_COMMAND_ID,
56
- title: ( localize(8194, "Insert Code Cell Above")),
56
+ title: ( localize(8209, "Insert Code Cell Above")),
57
57
  keybinding: {
58
58
  primary: 2048 | 1024 | 3 ,
59
59
  when: ( (ContextKeyExpr.and(
@@ -73,7 +73,7 @@ registerAction2(class InsertCodeCellAboveAndFocusContainerAction extends InsertC
73
73
  constructor() {
74
74
  super({
75
75
  id: INSERT_CODE_CELL_ABOVE_AND_FOCUS_CONTAINER_COMMAND_ID,
76
- title: ( localize(8195, "Insert Code Cell Above and Focus Container"))
76
+ title: ( localize(8210, "Insert Code Cell Above and Focus Container"))
77
77
  }, CellKind.Code, 'above', false);
78
78
  }
79
79
  });
@@ -81,7 +81,7 @@ registerAction2(class InsertCodeCellBelowAction extends InsertCellCommand {
81
81
  constructor() {
82
82
  super({
83
83
  id: INSERT_CODE_CELL_BELOW_COMMAND_ID,
84
- title: ( localize(8196, "Insert Code Cell Below")),
84
+ title: ( localize(8211, "Insert Code Cell Below")),
85
85
  keybinding: {
86
86
  primary: 2048 | 3 ,
87
87
  when: ( (ContextKeyExpr.and(
@@ -102,7 +102,7 @@ registerAction2(class InsertCodeCellBelowAndFocusContainerAction extends InsertC
102
102
  constructor() {
103
103
  super({
104
104
  id: INSERT_CODE_CELL_BELOW_AND_FOCUS_CONTAINER_COMMAND_ID,
105
- title: ( localize(8197, "Insert Code Cell Below and Focus Container")),
105
+ title: ( localize(8212, "Insert Code Cell Below and Focus Container")),
106
106
  }, CellKind.Code, 'below', false);
107
107
  }
108
108
  });
@@ -110,7 +110,7 @@ registerAction2(class InsertMarkdownCellAboveAction extends InsertCellCommand {
110
110
  constructor() {
111
111
  super({
112
112
  id: INSERT_MARKDOWN_CELL_ABOVE_COMMAND_ID,
113
- title: ( localize(8198, "Insert Markdown Cell Above")),
113
+ title: ( localize(8213, "Insert Markdown Cell Above")),
114
114
  menu: {
115
115
  id: MenuId.NotebookCellInsert,
116
116
  order: 2
@@ -122,7 +122,7 @@ registerAction2(class InsertMarkdownCellBelowAction extends InsertCellCommand {
122
122
  constructor() {
123
123
  super({
124
124
  id: INSERT_MARKDOWN_CELL_BELOW_COMMAND_ID,
125
- title: ( localize(8199, "Insert Markdown Cell Below")),
125
+ title: ( localize(8214, "Insert Markdown Cell Below")),
126
126
  menu: {
127
127
  id: MenuId.NotebookCellInsert,
128
128
  order: 3
@@ -134,7 +134,7 @@ registerAction2(class InsertCodeCellAtTopAction extends NotebookAction {
134
134
  constructor() {
135
135
  super({
136
136
  id: INSERT_CODE_CELL_AT_TOP_COMMAND_ID,
137
- title: ( localize(8200, "Add Code Cell At Top")),
137
+ title: ( localize(8215, "Add Code Cell At Top")),
138
138
  f1: false
139
139
  });
140
140
  }
@@ -156,7 +156,7 @@ registerAction2(class InsertMarkdownCellAtTopAction extends NotebookAction {
156
156
  constructor() {
157
157
  super({
158
158
  id: INSERT_MARKDOWN_CELL_AT_TOP_COMMAND_ID,
159
- title: ( localize(8201, "Add Markdown Cell At Top")),
159
+ title: ( localize(8216, "Add Markdown Cell At Top")),
160
160
  f1: false
161
161
  });
162
162
  }
@@ -177,8 +177,8 @@ registerAction2(class InsertMarkdownCellAtTopAction extends NotebookAction {
177
177
  MenuRegistry.appendMenuItem(MenuId.NotebookCellBetween, {
178
178
  command: {
179
179
  id: INSERT_CODE_CELL_BELOW_COMMAND_ID,
180
- title: '$(add) ' + ( localize(8202, "Code")),
181
- tooltip: ( localize(8203, "Add Code Cell"))
180
+ title: '$(add) ' + ( localize(8217, "Code")),
181
+ tooltip: ( localize(8218, "Add Code Cell"))
182
182
  },
183
183
  order: 0,
184
184
  group: 'inline',
@@ -190,9 +190,9 @@ MenuRegistry.appendMenuItem(MenuId.NotebookCellBetween, {
190
190
  MenuRegistry.appendMenuItem(MenuId.NotebookCellBetween, {
191
191
  command: {
192
192
  id: INSERT_CODE_CELL_BELOW_COMMAND_ID,
193
- title: ( localize(8204, "Add Code")),
193
+ title: ( localize(8219, "Add Code")),
194
194
  icon: Codicon.add,
195
- tooltip: ( localize(8203, "Add Code Cell"))
195
+ tooltip: ( localize(8218, "Add Code Cell"))
196
196
  },
197
197
  order: 0,
198
198
  group: 'inline',
@@ -205,8 +205,8 @@ MenuRegistry.appendMenuItem(MenuId.NotebookToolbar, {
205
205
  command: {
206
206
  id: INSERT_CODE_CELL_BELOW_COMMAND_ID,
207
207
  icon: Codicon.add,
208
- title: ( localize(8205, "Code")),
209
- tooltip: ( localize(8203, "Add Code Cell"))
208
+ title: ( localize(8220, "Code")),
209
+ tooltip: ( localize(8218, "Add Code Cell"))
210
210
  },
211
211
  order: -5,
212
212
  group: 'navigation/add',
@@ -219,8 +219,8 @@ MenuRegistry.appendMenuItem(MenuId.NotebookToolbar, {
219
219
  MenuRegistry.appendMenuItem(MenuId.NotebookCellListTop, {
220
220
  command: {
221
221
  id: INSERT_CODE_CELL_AT_TOP_COMMAND_ID,
222
- title: '$(add) ' + ( localize(8202, "Code")),
223
- tooltip: ( localize(8203, "Add Code Cell"))
222
+ title: '$(add) ' + ( localize(8217, "Code")),
223
+ tooltip: ( localize(8218, "Add Code Cell"))
224
224
  },
225
225
  order: 0,
226
226
  group: 'inline',
@@ -232,9 +232,9 @@ MenuRegistry.appendMenuItem(MenuId.NotebookCellListTop, {
232
232
  MenuRegistry.appendMenuItem(MenuId.NotebookCellListTop, {
233
233
  command: {
234
234
  id: INSERT_CODE_CELL_AT_TOP_COMMAND_ID,
235
- title: ( localize(8206, "Add Code")),
235
+ title: ( localize(8221, "Add Code")),
236
236
  icon: Codicon.add,
237
- tooltip: ( localize(8203, "Add Code Cell"))
237
+ tooltip: ( localize(8218, "Add Code Cell"))
238
238
  },
239
239
  order: 0,
240
240
  group: 'inline',
@@ -246,8 +246,8 @@ MenuRegistry.appendMenuItem(MenuId.NotebookCellListTop, {
246
246
  MenuRegistry.appendMenuItem(MenuId.NotebookCellBetween, {
247
247
  command: {
248
248
  id: INSERT_MARKDOWN_CELL_BELOW_COMMAND_ID,
249
- title: '$(add) ' + ( localize(8207, "Markdown")),
250
- tooltip: ( localize(8208, "Add Markdown Cell"))
249
+ title: '$(add) ' + ( localize(8222, "Markdown")),
250
+ tooltip: ( localize(8223, "Add Markdown Cell"))
251
251
  },
252
252
  order: 1,
253
253
  group: 'inline',
@@ -260,8 +260,8 @@ MenuRegistry.appendMenuItem(MenuId.NotebookToolbar, {
260
260
  command: {
261
261
  id: INSERT_MARKDOWN_CELL_BELOW_COMMAND_ID,
262
262
  icon: Codicon.add,
263
- title: ( localize(8209, "Markdown")),
264
- tooltip: ( localize(8208, "Add Markdown Cell"))
263
+ title: ( localize(8224, "Markdown")),
264
+ tooltip: ( localize(8223, "Add Markdown Cell"))
265
265
  },
266
266
  order: -5,
267
267
  group: 'navigation/add',
@@ -276,8 +276,8 @@ MenuRegistry.appendMenuItem(MenuId.NotebookToolbar, {
276
276
  MenuRegistry.appendMenuItem(MenuId.NotebookCellListTop, {
277
277
  command: {
278
278
  id: INSERT_MARKDOWN_CELL_AT_TOP_COMMAND_ID,
279
- title: '$(add) ' + ( localize(8207, "Markdown")),
280
- tooltip: ( localize(8208, "Add Markdown Cell"))
279
+ title: '$(add) ' + ( localize(8222, "Markdown")),
280
+ tooltip: ( localize(8223, "Add Markdown Cell"))
281
281
  },
282
282
  order: 1,
283
283
  group: 'inline',