@codingame/monaco-vscode-timeline-service-override 10.1.3 → 11.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-timeline-service-override",
3
- "version": "10.1.3",
3
+ "version": "11.0.0",
4
4
  "keywords": [],
5
5
  "author": {
6
6
  "name": "CodinGame",
@@ -26,6 +26,6 @@
26
26
  }
27
27
  },
28
28
  "dependencies": {
29
- "vscode": "npm:@codingame/monaco-vscode-api@10.1.3"
29
+ "vscode": "npm:@codingame/monaco-vscode-api@11.0.0"
30
30
  }
31
31
  }
@@ -23,7 +23,7 @@ function getLocalHistoryDateFormatter() {
23
23
  }
24
24
  const LOCAL_HISTORY_MENU_CONTEXT_VALUE = 'localHistory:item';
25
25
  const LOCAL_HISTORY_MENU_CONTEXT_KEY = ( (ContextKeyExpr.equals('timelineItem', LOCAL_HISTORY_MENU_CONTEXT_VALUE)));
26
- const LOCAL_HISTORY_ICON_ENTRY = registerIcon('localHistory-icon', Codicon.circleOutline, ( localize(10653, "Icon for a local history entry in the timeline view.")));
27
- const LOCAL_HISTORY_ICON_RESTORE = registerIcon('localHistory-restore', Codicon.check, ( localize(10654, "Icon for restoring contents of a local history entry.")));
26
+ const LOCAL_HISTORY_ICON_ENTRY = registerIcon('localHistory-icon', Codicon.circleOutline, ( localize(10730, "Icon for a local history entry in the timeline view.")));
27
+ const LOCAL_HISTORY_ICON_RESTORE = registerIcon('localHistory-restore', Codicon.check, ( localize(10731, "Icon for restoring contents of a local history entry.")));
28
28
 
29
29
  export { LOCAL_HISTORY_ICON_ENTRY, LOCAL_HISTORY_ICON_RESTORE, LOCAL_HISTORY_MENU_CONTEXT_KEY, LOCAL_HISTORY_MENU_CONTEXT_VALUE, getLocalHistoryDateFormatter };
@@ -30,9 +30,9 @@ import { ResourceSet } from 'vscode/vscode/vs/base/common/map';
30
30
  import { IHistoryService } from 'vscode/vscode/vs/workbench/services/history/common/history.service';
31
31
  import { DisposableStore } from 'vscode/vscode/vs/base/common/lifecycle';
32
32
 
33
- const LOCAL_HISTORY_CATEGORY = ( localize2(6640, 'Local History'));
33
+ const LOCAL_HISTORY_CATEGORY = ( localize2(6674, 'Local History'));
34
34
  const CTX_LOCAL_HISTORY_ENABLED = ( (ContextKeyExpr.has('config.workbench.localHistory.enabled')));
35
- const COMPARE_WITH_FILE_LABEL = ( localize2(6641, 'Compare with File'));
35
+ const COMPARE_WITH_FILE_LABEL = ( localize2(6675, 'Compare with File'));
36
36
  registerAction2(class extends Action2 {
37
37
  constructor() {
38
38
  super({
@@ -59,7 +59,7 @@ registerAction2(class extends Action2 {
59
59
  constructor() {
60
60
  super({
61
61
  id: 'workbench.action.localHistory.compareWithPrevious',
62
- title: ( localize2(6642, 'Compare with Previous')),
62
+ title: ( localize2(6676, 'Compare with Previous')),
63
63
  menu: {
64
64
  id: MenuId.TimelineItemContext,
65
65
  group: '1_compare',
@@ -87,7 +87,7 @@ registerAction2(class extends Action2 {
87
87
  constructor() {
88
88
  super({
89
89
  id: 'workbench.action.localHistory.selectForCompare',
90
- title: ( localize2(6643, 'Select for Compare')),
90
+ title: ( localize2(6677, 'Select for Compare')),
91
91
  menu: {
92
92
  id: MenuId.TimelineItemContext,
93
93
  group: '2_compare_with',
@@ -110,7 +110,7 @@ registerAction2(class extends Action2 {
110
110
  constructor() {
111
111
  super({
112
112
  id: 'workbench.action.localHistory.compareWithSelected',
113
- title: ( localize2(6644, 'Compare with Selected')),
113
+ title: ( localize2(6678, 'Compare with Selected')),
114
114
  menu: {
115
115
  id: MenuId.TimelineItemContext,
116
116
  group: '2_compare_with',
@@ -139,7 +139,7 @@ registerAction2(class extends Action2 {
139
139
  constructor() {
140
140
  super({
141
141
  id: 'workbench.action.localHistory.open',
142
- title: ( localize2(6645, 'Show Contents')),
142
+ title: ( localize2(6679, 'Show Contents')),
143
143
  menu: {
144
144
  id: MenuId.TimelineItemContext,
145
145
  group: '3_contents',
@@ -157,7 +157,7 @@ registerAction2(class extends Action2 {
157
157
  }
158
158
  }
159
159
  });
160
- const RESTORE_CONTENTS_LABEL = ( localize2(6646, 'Restore Contents'));
160
+ const RESTORE_CONTENTS_LABEL = ( localize2(6680, 'Restore Contents'));
161
161
  registerAction2(class extends Action2 {
162
162
  constructor() {
163
163
  super({
@@ -194,7 +194,7 @@ registerAction2(class extends Action2 {
194
194
  return restore(accessor, item);
195
195
  }
196
196
  });
197
- const restoreSaveSource = SaveSourceRegistry.registerSource('localHistoryRestore.source', ( localize(6647, "File Restored")));
197
+ const restoreSaveSource = SaveSourceRegistry.registerSource('localHistoryRestore.source', ( localize(6681, "File Restored")));
198
198
  async function restore(accessor, item) {
199
199
  const fileService = accessor.get(IFileService);
200
200
  const dialogService = accessor.get(IDialogService);
@@ -206,12 +206,12 @@ async function restore(accessor, item) {
206
206
  const { confirmed } = await dialogService.confirm({
207
207
  type: 'warning',
208
208
  message: ( localize(
209
- 6648,
209
+ 6682,
210
210
  "Do you want to restore the contents of '{0}'?",
211
211
  basename(entry.workingCopy.resource)
212
212
  )),
213
- detail: ( localize(6649, "Restoring will discard any unsaved changes.")),
214
- primaryButton: ( localize(6650, "&&Restore"))
213
+ detail: ( localize(6683, "Restoring will discard any unsaved changes.")),
214
+ primaryButton: ( localize(6684, "&&Restore"))
215
215
  });
216
216
  if (!confirmed) {
217
217
  return;
@@ -228,7 +228,7 @@ async function restore(accessor, item) {
228
228
  await fileService.cloneFile(entry.location, entry.workingCopy.resource);
229
229
  }
230
230
  catch (error) {
231
- await dialogService.error(( localize(6651, "Unable to restore '{0}'.", basename(entry.workingCopy.resource))), toErrorMessage(error));
231
+ await dialogService.error(( localize(6685, "Unable to restore '{0}'.", basename(entry.workingCopy.resource))), toErrorMessage(error));
232
232
  return;
233
233
  }
234
234
  if (workingCopies) {
@@ -248,7 +248,7 @@ registerAction2(class extends Action2 {
248
248
  constructor() {
249
249
  super({
250
250
  id: 'workbench.action.localHistory.restoreViaPicker',
251
- title: ( localize2(6652, 'Find Entry to Restore')),
251
+ title: ( localize2(6686, 'Find Entry to Restore')),
252
252
  f1: true,
253
253
  category: LOCAL_HISTORY_CATEGORY,
254
254
  precondition: CTX_LOCAL_HISTORY_ENABLED
@@ -283,7 +283,7 @@ registerAction2(class extends Action2 {
283
283
  }
284
284
  resourcesSortedByRecency.push(...[...resources].sort((r1, r2) => r1.fsPath < r2.fsPath ? -1 : 1));
285
285
  resourcePicker.busy = false;
286
- resourcePicker.placeholder = ( localize(6653, "Select the file to show local history for"));
286
+ resourcePicker.placeholder = ( localize(6687, "Select the file to show local history for"));
287
287
  resourcePicker.matchOnLabel = true;
288
288
  resourcePicker.matchOnDescription = true;
289
289
  resourcePicker.items = ( ([...resourcesSortedByRecency].map(resource => ({
@@ -307,7 +307,7 @@ registerAction2(class extends Action2 {
307
307
  const entries = await workingCopyHistoryService.getEntries(resource, cts.token);
308
308
  entryPicker.busy = false;
309
309
  entryPicker.canAcceptInBackground = true;
310
- entryPicker.placeholder = ( localize(6654, "Select the local history entry to open"));
310
+ entryPicker.placeholder = ( localize(6688, "Select the local history entry to open"));
311
311
  entryPicker.matchOnLabel = true;
312
312
  entryPicker.matchOnDescription = true;
313
313
  entryPicker.items = ( (Array.from(entries).reverse().map(entry => ({
@@ -331,12 +331,12 @@ registerAction2(class extends Action2 {
331
331
  }));
332
332
  }
333
333
  });
334
- MenuRegistry.appendMenuItem(MenuId.TimelineTitle, { command: { id: 'workbench.action.localHistory.restoreViaPicker', title: ( localize2(6655, 'Local History: Find Entry to Restore...')) }, group: 'submenu', order: 1, when: CTX_LOCAL_HISTORY_ENABLED });
334
+ MenuRegistry.appendMenuItem(MenuId.TimelineTitle, { command: { id: 'workbench.action.localHistory.restoreViaPicker', title: ( localize2(6689, 'Local History: Find Entry to Restore...')) }, group: 'submenu', order: 1, when: CTX_LOCAL_HISTORY_ENABLED });
335
335
  registerAction2(class extends Action2 {
336
336
  constructor() {
337
337
  super({
338
338
  id: 'workbench.action.localHistory.rename',
339
- title: ( localize2(6656, 'Rename')),
339
+ title: ( localize2(6690, 'Rename')),
340
340
  menu: {
341
341
  id: MenuId.TimelineItemContext,
342
342
  group: '5_edit',
@@ -352,9 +352,9 @@ registerAction2(class extends Action2 {
352
352
  if (entry) {
353
353
  const disposables = ( (new DisposableStore()));
354
354
  const inputBox = disposables.add(quickInputService.createInputBox());
355
- inputBox.title = ( localize(6657, "Rename Local History Entry"));
355
+ inputBox.title = ( localize(6691, "Rename Local History Entry"));
356
356
  inputBox.ignoreFocusOut = true;
357
- inputBox.placeholder = ( localize(6658, "Enter the new name of the local history entry"));
357
+ inputBox.placeholder = ( localize(6692, "Enter the new name of the local history entry"));
358
358
  inputBox.value = SaveSourceRegistry.getSourceLabel(entry.source);
359
359
  inputBox.show();
360
360
  disposables.add(inputBox.onDidAccept(() => {
@@ -370,7 +370,7 @@ registerAction2(class extends Action2 {
370
370
  constructor() {
371
371
  super({
372
372
  id: 'workbench.action.localHistory.delete',
373
- title: ( localize2(6659, 'Delete')),
373
+ title: ( localize2(6693, 'Delete')),
374
374
  menu: {
375
375
  id: MenuId.TimelineItemContext,
376
376
  group: '5_edit',
@@ -388,13 +388,13 @@ registerAction2(class extends Action2 {
388
388
  const { confirmed } = await dialogService.confirm({
389
389
  type: 'warning',
390
390
  message: ( localize(
391
- 6660,
391
+ 6694,
392
392
  "Do you want to delete the local history entry of '{0}' from {1}?",
393
393
  entry.workingCopy.name,
394
394
  toLocalHistoryEntryDateLabel(entry.timestamp)
395
395
  )),
396
- detail: ( localize(6661, "This action is irreversible!")),
397
- primaryButton: ( localize(6662, "&&Delete")),
396
+ detail: ( localize(6695, "This action is irreversible!")),
397
+ primaryButton: ( localize(6696, "&&Delete")),
398
398
  });
399
399
  if (!confirmed) {
400
400
  return;
@@ -408,7 +408,7 @@ registerAction2(class extends Action2 {
408
408
  constructor() {
409
409
  super({
410
410
  id: 'workbench.action.localHistory.deleteAll',
411
- title: ( localize2(6663, 'Delete All')),
411
+ title: ( localize2(6697, 'Delete All')),
412
412
  f1: true,
413
413
  category: LOCAL_HISTORY_CATEGORY,
414
414
  precondition: CTX_LOCAL_HISTORY_ENABLED
@@ -419,9 +419,9 @@ registerAction2(class extends Action2 {
419
419
  const workingCopyHistoryService = accessor.get(IWorkingCopyHistoryService);
420
420
  const { confirmed } = await dialogService.confirm({
421
421
  type: 'warning',
422
- message: ( localize(6664, "Do you want to delete all entries of all files in local history?")),
423
- detail: ( localize(6665, "This action is irreversible!")),
424
- primaryButton: ( localize(6666, "&&Delete All")),
422
+ message: ( localize(6698, "Do you want to delete all entries of all files in local history?")),
423
+ detail: ( localize(6699, "This action is irreversible!")),
424
+ primaryButton: ( localize(6700, "&&Delete All")),
425
425
  });
426
426
  if (!confirmed) {
427
427
  return;
@@ -433,7 +433,7 @@ registerAction2(class extends Action2 {
433
433
  constructor() {
434
434
  super({
435
435
  id: 'workbench.action.localHistory.create',
436
- title: ( localize2(6667, 'Create Entry')),
436
+ title: ( localize2(6701, 'Create Entry')),
437
437
  f1: true,
438
438
  category: LOCAL_HISTORY_CATEGORY,
439
439
  precondition: ( (ContextKeyExpr.and(CTX_LOCAL_HISTORY_ENABLED, ActiveEditorContext)))
@@ -451,10 +451,10 @@ registerAction2(class extends Action2 {
451
451
  }
452
452
  const disposables = ( (new DisposableStore()));
453
453
  const inputBox = disposables.add(quickInputService.createInputBox());
454
- inputBox.title = ( localize(6668, "Create Local History Entry"));
454
+ inputBox.title = ( localize(6702, "Create Local History Entry"));
455
455
  inputBox.ignoreFocusOut = true;
456
456
  inputBox.placeholder = ( localize(
457
- 6669,
457
+ 6703,
458
458
  "Enter the new name of the local history entry for '{0}'",
459
459
  labelService.getUriBasenameLabel(resource)
460
460
  ));
@@ -473,7 +473,7 @@ async function openEntry(entry, editorService, options) {
473
473
  await editorService.openEditor({
474
474
  resource,
475
475
  label: ( localize(
476
- 6670,
476
+ 6704,
477
477
  "{0} ({1} • {2})",
478
478
  entry.workingCopy.name,
479
479
  SaveSourceRegistry.getSourceLabel(entry.source),
@@ -495,7 +495,7 @@ function toDiffEditorArguments(arg1, arg2, options) {
495
495
  const resource = arg2;
496
496
  modifiedResource = resource;
497
497
  label = ( localize(
498
- 6671,
498
+ 6705,
499
499
  "{0} ({1} • {2}) ↔ {3}",
500
500
  arg1.workingCopy.name,
501
501
  SaveSourceRegistry.getSourceLabel(arg1.source),
@@ -507,7 +507,7 @@ function toDiffEditorArguments(arg1, arg2, options) {
507
507
  const modified = arg2;
508
508
  modifiedResource = LocalHistoryFileSystemProvider.toLocalHistoryFileSystem({ location: modified.location, associatedResource: modified.workingCopy.resource });
509
509
  label = ( localize(
510
- 6672,
510
+ 6706,
511
511
  "{0} ({1} • {2}) ↔ {3} ({4} • {5})",
512
512
  arg1.workingCopy.name,
513
513
  SaveSourceRegistry.getSourceLabel(arg1.source),
@@ -16,8 +16,8 @@ import { ResourceContextKey } from 'vscode/vscode/vs/workbench/common/contextkey
16
16
  import { Codicon } from 'vscode/vscode/vs/base/common/codicons';
17
17
  import { registerIcon } from 'vscode/vscode/vs/platform/theme/common/iconRegistry';
18
18
 
19
- const timelineViewIcon = registerIcon('timeline-view-icon', Codicon.history, ( localize(2968, 'View icon of the timeline view.')));
20
- const timelineOpenIcon = registerIcon('timeline-open', Codicon.history, ( localize(2969, 'Icon for the open timeline action.')));
19
+ const timelineViewIcon = registerIcon('timeline-view-icon', Codicon.history, ( localize(2505, 'View icon of the timeline view.')));
20
+ const timelineOpenIcon = registerIcon('timeline-open', Codicon.history, ( localize(2506, 'Icon for the open timeline action.')));
21
21
  class TimelinePaneDescriptor {
22
22
  constructor() {
23
23
  this.id = TimelinePaneId;
@@ -38,14 +38,14 @@ const configurationRegistry = ( (Registry.as(Extensions.Configuration)));
38
38
  configurationRegistry.registerConfiguration({
39
39
  id: 'timeline',
40
40
  order: 1001,
41
- title: ( localize(2970, "Timeline")),
41
+ title: ( localize(2507, "Timeline")),
42
42
  type: 'object',
43
43
  properties: {
44
44
  'timeline.pageSize': {
45
45
  type: ['number', 'null'],
46
46
  default: null,
47
47
  markdownDescription: ( localize(
48
- 2971,
48
+ 2508,
49
49
  "The number of items to show in the Timeline view by default and when loading more items. Setting to `null` (the default) will automatically choose a page size based on the visible area of the Timeline view."
50
50
  )),
51
51
  },
@@ -53,7 +53,7 @@ configurationRegistry.registerConfiguration({
53
53
  type: 'boolean',
54
54
  default: false,
55
55
  description: ( localize(
56
- 2972,
56
+ 2509,
57
57
  "Experimental. Controls whether the Timeline view will load the next page of items when you scroll to the end of the list."
58
58
  )),
59
59
  },
@@ -63,7 +63,7 @@ configurationRegistry.registerConfiguration({
63
63
  var OpenTimelineAction;
64
64
  ( ((function(OpenTimelineAction) {
65
65
  OpenTimelineAction.ID = 'files.openTimeline';
66
- OpenTimelineAction.LABEL = ( localize(2973, "Open Timeline"));
66
+ OpenTimelineAction.LABEL = ( localize(2510, "Open Timeline"));
67
67
  function handler() {
68
68
  return (accessor, arg) => {
69
69
  const service = accessor.get(ITimelineService);
@@ -87,10 +87,10 @@ MenuRegistry.appendMenuItem(MenuId.ExplorerContext, ({
87
87
  TimelineHasProviderContext
88
88
  )))
89
89
  }));
90
- const timelineFilter = registerIcon('timeline-filter', Codicon.filter, ( localize(2974, 'Icon for the filter timeline action.')));
90
+ const timelineFilter = registerIcon('timeline-filter', Codicon.filter, ( localize(2511, 'Icon for the filter timeline action.')));
91
91
  MenuRegistry.appendMenuItem(MenuId.TimelineTitle, {
92
92
  submenu: MenuId.TimelineFilterSubMenu,
93
- title: ( localize(2975, "Filter Timeline")),
93
+ title: ( localize(2512, "Filter Timeline")),
94
94
  group: 'navigation',
95
95
  order: 100,
96
96
  icon: timelineFilter
@@ -1,7 +1,8 @@
1
1
  import { __decorate, __param } from 'vscode/external/tslib/tslib.es6.js';
2
2
  import './media/timelinePane.css.js';
3
3
  import { localize, localize2 } from 'vscode/vscode/vs/nls';
4
- import { clearNode, append, $, asCSSUrl } from 'vscode/vscode/vs/base/browser/dom';
4
+ import { clearNode, append, $ } from 'vscode/vscode/vs/base/browser/dom';
5
+ import { asCSSUrl } from 'vscode/vscode/vs/base/browser/cssValue';
5
6
  import { ActionRunner } from 'vscode/vscode/vs/base/common/actions';
6
7
  import { CancellationTokenSource } from 'vscode/vscode/vs/base/common/cancellation';
7
8
  import { fromNow } from 'vscode/vscode/vs/base/common/date';
@@ -173,7 +174,7 @@ class LoadMoreCommand {
173
174
  return this.label;
174
175
  }
175
176
  get label() {
176
- return this.loading ? ( localize(6623, "Loading...")) : ( localize(6624, "Load more"));
177
+ return this.loading ? ( localize(6656, "Loading...")) : ( localize(6657, "Load more"));
177
178
  }
178
179
  get themeIcon() {
179
180
  return undefined;
@@ -182,7 +183,7 @@ class LoadMoreCommand {
182
183
  const TimelineFollowActiveEditorContext = ( (new RawContextKey('timelineFollowActiveEditor', true, true)));
183
184
  const TimelineExcludeSources = ( (new RawContextKey('timelineExcludeSources', '[]', true)));
184
185
  let TimelinePane = class TimelinePane extends ViewPane {
185
- static { this.TITLE = ( localize2(6625, "Timeline")); }
186
+ static { this.TITLE = ( localize2(6658, "Timeline")); }
186
187
  constructor(options, keybindingService, contextMenuService, contextKeyService, configurationService, storageService, viewDescriptorService, instantiationService, editorService, commandService, progressService, timelineService, openerService, themeService, telemetryService, hoverService, labelService, uriIdentityService, extensionService) {
187
188
  super({ ...options, titleMenuId: MenuId.TimelineTitle }, keybindingService, contextMenuService, configurationService, contextKeyService, viewDescriptorService, instantiationService, openerService, themeService, telemetryService, hoverService);
188
189
  this.storageService = storageService;
@@ -618,7 +619,7 @@ let TimelinePane = class TimelinePane extends ViewPane {
618
619
  this._isEmpty = !this.hasVisibleItems;
619
620
  if (this.uri === undefined) {
620
621
  this.updateFilename(undefined);
621
- this.message = ( localize(6626, "The active editor cannot provide timeline information."));
622
+ this.message = ( localize(6659, "The active editor cannot provide timeline information."));
622
623
  }
623
624
  else if (this._isEmpty) {
624
625
  if (this.pendingRequests.size !== 0) {
@@ -628,24 +629,24 @@ let TimelinePane = class TimelinePane extends ViewPane {
628
629
  this.updateFilename(this.labelService.getUriBasenameLabel(this.uri));
629
630
  const scmProviderCount = this.contextKeyService.getContextKeyValue('scm.providerCount');
630
631
  if (this.timelineService.getSources().filter(({ id }) => !( (this.excludedSources.has(id)))).length === 0) {
631
- this.message = ( localize(6627, "All timeline sources have been filtered out."));
632
+ this.message = ( localize(6660, "All timeline sources have been filtered out."));
632
633
  }
633
634
  else {
634
635
  if (this.configurationService.getValue('workbench.localHistory.enabled') && !( (this.excludedSources.has('timeline.localHistory')))) {
635
636
  this.message = ( localize(
636
- 6628,
637
+ 6661,
637
638
  "Local History will track recent changes as you save them unless the file has been excluded or is too large."
638
639
  ));
639
640
  }
640
641
  else if (this.excludedSources.size > 0) {
641
- this.message = ( localize(6629, "No filtered timeline information was provided."));
642
+ this.message = ( localize(6662, "No filtered timeline information was provided."));
642
643
  }
643
644
  else {
644
- this.message = ( localize(6630, "No timeline information was provided."));
645
+ this.message = ( localize(6663, "No timeline information was provided."));
645
646
  }
646
647
  }
647
648
  if (!scmProviderCount || scmProviderCount === 0) {
648
- this.message += ' ' + ( localize(6631, "Source Control has not been configured."));
649
+ this.message += ' ' + ( localize(6664, "Source Control has not been configured."));
649
650
  }
650
651
  }
651
652
  }
@@ -702,7 +703,7 @@ let TimelinePane = class TimelinePane extends ViewPane {
702
703
  container.classList.add('tree-explorer-viewlet-tree-view', 'timeline-tree-view');
703
704
  this.$message = append(this.$container, $('.message'));
704
705
  this.$message.classList.add('timeline-subtle');
705
- this.message = ( localize(6626, "The active editor cannot provide timeline information."));
706
+ this.message = ( localize(6659, "The active editor cannot provide timeline information."));
706
707
  this.$tree = document.createElement('div');
707
708
  this.$tree.classList.add('customview-tree', 'file-icon-themable-tree', 'hide-arrows');
708
709
  container.appendChild(this.$tree);
@@ -719,7 +720,7 @@ let TimelinePane = class TimelinePane extends ViewPane {
719
720
  if (isLoadMoreCommand(element)) {
720
721
  return element.ariaLabel;
721
722
  }
722
- return element.accessibilityInformation ? element.accessibilityInformation.label : ( localize(6632, "{0}: {1}", element.relativeTimeFullWord ?? '', element.label));
723
+ return element.accessibilityInformation ? element.accessibilityInformation.label : ( localize(6665, "{0}: {1}", element.relativeTimeFullWord ?? '', element.label));
723
724
  },
724
725
  getRole(element) {
725
726
  if (isLoadMoreCommand(element)) {
@@ -728,7 +729,7 @@ let TimelinePane = class TimelinePane extends ViewPane {
728
729
  return element.accessibilityInformation && element.accessibilityInformation.role ? element.accessibilityInformation.role : 'treeitem';
729
730
  },
730
731
  getWidgetAriaLabel() {
731
- return ( localize(6625, "Timeline"));
732
+ return ( localize(6658, "Timeline"));
732
733
  }
733
734
  },
734
735
  keyboardNavigationLabelProvider: ( (new TimelineKeyboardNavigationLabelProvider())),
@@ -789,7 +790,7 @@ let TimelinePane = class TimelinePane extends ViewPane {
789
790
  setLoadingUriMessage() {
790
791
  const file = this.uri && this.labelService.getUriBasenameLabel(this.uri);
791
792
  this.updateFilename(file);
792
- this.message = file ? ( localize(6633, "Loading timeline for {0}...", file)) : '';
793
+ this.message = file ? ( localize(6666, "Loading timeline for {0}...", file)) : '';
793
794
  }
794
795
  onContextMenu(commands, treeEvent) {
795
796
  const item = treeEvent.element;
@@ -977,9 +978,9 @@ TimelineTreeRenderer = ( (__decorate([
977
978
  ( (__param(1, IInstantiationService))),
978
979
  ( (__param(2, IThemeService)))
979
980
  ], TimelineTreeRenderer)));
980
- const timelineRefresh = registerIcon('timeline-refresh', Codicon.refresh, ( localize(6634, 'Icon for the refresh timeline action.')));
981
- const timelinePin = registerIcon('timeline-pin', Codicon.pin, ( localize(6635, 'Icon for the pin timeline action.')));
982
- const timelineUnpin = registerIcon('timeline-unpin', Codicon.pinned, ( localize(6636, 'Icon for the unpin timeline action.')));
981
+ const timelineRefresh = registerIcon('timeline-refresh', Codicon.refresh, ( localize(6667, 'Icon for the refresh timeline action.')));
982
+ const timelinePin = registerIcon('timeline-pin', Codicon.pin, ( localize(6668, 'Icon for the pin timeline action.')));
983
+ const timelineUnpin = registerIcon('timeline-unpin', Codicon.pinned, ( localize(6669, 'Icon for the unpin timeline action.')));
983
984
  let TimelinePaneCommands = class TimelinePaneCommands extends Disposable {
984
985
  constructor(pane, timelineService, storageService, contextKeyService, menuService) {
985
986
  super();
@@ -993,9 +994,9 @@ let TimelinePaneCommands = class TimelinePaneCommands extends Disposable {
993
994
  constructor() {
994
995
  super({
995
996
  id: 'timeline.refresh',
996
- title: ( localize2(6637, "Refresh")),
997
+ title: ( localize2(6670, "Refresh")),
997
998
  icon: timelineRefresh,
998
- category: ( localize2(6625, "Timeline")),
999
+ category: ( localize2(6658, "Timeline")),
999
1000
  menu: {
1000
1001
  id: MenuId.TimelineTitle,
1001
1002
  group: 'navigation',
@@ -1011,9 +1012,9 @@ let TimelinePaneCommands = class TimelinePaneCommands extends Disposable {
1011
1012
  this._register(MenuRegistry.appendMenuItem(MenuId.TimelineTitle, ({
1012
1013
  command: {
1013
1014
  id: 'timeline.toggleFollowActiveEditor',
1014
- title: ( localize2(6638, 'Pin the Current Timeline')),
1015
+ title: ( localize2(6671, 'Pin the Current Timeline')),
1015
1016
  icon: timelinePin,
1016
- category: ( localize2(6625, "Timeline")),
1017
+ category: ( localize2(6658, "Timeline")),
1017
1018
  },
1018
1019
  group: 'navigation',
1019
1020
  order: 98,
@@ -1022,9 +1023,9 @@ let TimelinePaneCommands = class TimelinePaneCommands extends Disposable {
1022
1023
  this._register(MenuRegistry.appendMenuItem(MenuId.TimelineTitle, ({
1023
1024
  command: {
1024
1025
  id: 'timeline.toggleFollowActiveEditor',
1025
- title: ( localize2(6639, 'Unpin the Current Timeline')),
1026
+ title: ( localize2(6672, 'Unpin the Current Timeline')),
1026
1027
  icon: timelineUnpin,
1027
- category: ( localize2(6625, "Timeline")),
1028
+ category: ( localize2(6658, "Timeline")),
1028
1029
  },
1029
1030
  group: 'navigation',
1030
1031
  order: 98,