@codingame/monaco-vscode-view-common-service-override 13.0.0 → 13.1.1

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 +43 -55
  2. package/vscode/src/vs/workbench/api/browser/viewsExtensionPoint.js +58 -58
  3. package/vscode/src/vs/workbench/browser/actions/listCommands.js +3 -3
  4. package/vscode/src/vs/workbench/browser/actions/navigationActions.js +7 -7
  5. package/vscode/src/vs/workbench/browser/parts/editor/editor.contribution.js +159 -159
  6. package/vscode/src/vs/workbench/browser/parts/editor/editorConfiguration.js +8 -8
  7. package/vscode/src/vs/workbench/contrib/callHierarchy/browser/callHierarchy.contribution.js +12 -12
  8. package/vscode/src/vs/workbench/contrib/callHierarchy/browser/callHierarchyPeek.js +5 -5
  9. package/vscode/src/vs/workbench/contrib/callHierarchy/browser/callHierarchyTree.js +3 -3
  10. package/vscode/src/vs/workbench/contrib/customEditor/browser/customEditorInputFactory.js +1 -1
  11. package/vscode/src/vs/workbench/contrib/customEditor/common/contributedCustomEditors.js +1 -1
  12. package/vscode/src/vs/workbench/contrib/customEditor/common/customEditor.js +1 -1
  13. package/vscode/src/vs/workbench/contrib/customEditor/common/extensionPoint.js +12 -12
  14. package/vscode/src/vs/workbench/contrib/languageStatus/browser/languageStatus.js +7 -7
  15. package/vscode/src/vs/workbench/contrib/limitIndicator/browser/limitIndicator.contribution.js +8 -8
  16. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/commands/commands.js +27 -27
  17. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/commands/devCommands.js +14 -14
  18. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/mergeEditor.contribution.js +3 -3
  19. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/colors.js +13 -13
  20. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/editors/baseCodeEditorView.js +3 -3
  21. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/editors/inputCodeEditorView.js +11 -11
  22. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/editors/resultCodeEditorView.js +5 -5
  23. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/mergeEditor.js +1 -1
  24. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/viewModel.js +1 -1
  25. package/vscode/src/vs/workbench/contrib/preferences/browser/keyboardLayoutPicker.js +12 -12
  26. package/vscode/src/vs/workbench/contrib/sash/browser/sash.contribution.js +2 -2
  27. package/vscode/src/vs/workbench/contrib/typeHierarchy/browser/typeHierarchy.contribution.js +10 -10
  28. package/vscode/src/vs/workbench/contrib/typeHierarchy/browser/typeHierarchyPeek.js +5 -5
  29. package/vscode/src/vs/workbench/contrib/typeHierarchy/browser/typeHierarchyTree.js +3 -3
  30. package/vscode/src/vs/workbench/contrib/webview/browser/overlayWebview.d.ts +1 -1
  31. package/vscode/src/vs/workbench/contrib/webview/browser/overlayWebview.js +1 -1
  32. package/vscode/src/vs/workbench/contrib/webview/browser/themeing.d.ts +2 -2
  33. package/vscode/src/vs/workbench/contrib/webview/browser/themeing.js +1 -1
  34. package/vscode/src/vs/workbench/contrib/webview/browser/webviewElement.d.ts +1 -1
  35. package/vscode/src/vs/workbench/contrib/webview/browser/webviewElement.js +2 -2
  36. package/vscode/src/vs/workbench/contrib/webview/browser/webviewFindWidget.js +1 -1
  37. package/vscode/src/vs/workbench/contrib/webview/browser/webviewService.d.ts +1 -1
  38. package/vscode/src/vs/workbench/contrib/webviewPanel/browser/webviewCommands.js +7 -7
  39. package/vscode/src/vs/workbench/contrib/webviewPanel/browser/webviewEditorInputSerializer.d.ts +2 -2
  40. package/vscode/src/vs/workbench/contrib/webviewPanel/browser/webviewEditorInputSerializer.js +1 -1
  41. package/vscode/src/vs/workbench/contrib/webviewPanel/browser/webviewPanel.contribution.js +2 -2
  42. package/vscode/src/vs/workbench/contrib/webviewView/browser/webviewViewPane.js +2 -2
  43. package/vscode/src/vs/workbench/contrib/webviewView/browser/webviewViewService.d.ts +1 -1
  44. package/vscode/src/vs/workbench/services/editor/browser/editorResolverService.js +9 -9
  45. package/vscode/src/vs/workbench/services/history/browser/historyService.js +9 -9
  46. package/vscode/src/vs/workbench/services/progress/browser/progressService.js +8 -8
  47. package/vscode/src/vs/workbench/services/views/browser/viewDescriptorService.js +5 -5
  48. package/vscode/src/vs/workbench/services/views/common/viewContainerModel.js +1 -1
@@ -6,16 +6,16 @@ import { Action2, MenuId } from '@codingame/monaco-vscode-api/vscode/vs/platform
6
6
  import { ContextKeyExpr } from '@codingame/monaco-vscode-api/vscode/vs/platform/contextkey/common/contextkey';
7
7
  import { KeybindingWeight } from '@codingame/monaco-vscode-api/vscode/vs/platform/keybinding/common/keybindingsRegistry';
8
8
  import { Categories } from '@codingame/monaco-vscode-api/vscode/vs/platform/action/common/actionCommonCategories';
9
- import { KEYBINDING_CONTEXT_WEBVIEW_FIND_WIDGET_ENABLED, KEYBINDING_CONTEXT_WEBVIEW_FIND_WIDGET_VISIBLE, KEYBINDING_CONTEXT_WEBVIEW_FIND_WIDGET_FOCUSED } from '@codingame/monaco-vscode-22790577-4553-50b6-978d-0acc75c394cc-common/vscode/vs/workbench/contrib/webview/browser/webview';
9
+ import { KEYBINDING_CONTEXT_WEBVIEW_FIND_WIDGET_ENABLED, KEYBINDING_CONTEXT_WEBVIEW_FIND_WIDGET_VISIBLE, KEYBINDING_CONTEXT_WEBVIEW_FIND_WIDGET_FOCUSED } from '@codingame/monaco-vscode-972e8507-3a64-566d-8bc0-b78993998562-common/vscode/vs/workbench/contrib/webview/browser/webview';
10
10
  import { IWebviewService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/webview/browser/webview.service';
11
11
  import { WebviewEditor } from '@codingame/monaco-vscode-7f39b6f1-3542-5430-8760-0f404d7a7cee-common/vscode/vs/workbench/contrib/webviewPanel/browser/webviewEditor';
12
- import { WebviewInput } from '@codingame/monaco-vscode-22790577-4553-50b6-978d-0acc75c394cc-common/vscode/vs/workbench/contrib/webviewPanel/browser/webviewEditorInput';
12
+ import { WebviewInput } from '@codingame/monaco-vscode-972e8507-3a64-566d-8bc0-b78993998562-common/vscode/vs/workbench/contrib/webviewPanel/browser/webviewEditorInput';
13
13
  import { IEditorService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/editor/common/editorService.service';
14
14
 
15
15
  const webviewActiveContextKeyExpr = ( ContextKeyExpr.and(( ContextKeyExpr.equals('activeEditor', WebviewEditor.ID)), ( EditorContextKeys.focus.toNegated() )));
16
16
  class ShowWebViewEditorFindWidgetAction extends Action2 {
17
17
  static { this.ID = 'editor.action.webvieweditor.showFind'; }
18
- static { this.LABEL = ( localize(10710, "Show find")); }
18
+ static { this.LABEL = ( localize(10728, "Show find")); }
19
19
  constructor() {
20
20
  super({
21
21
  id: ShowWebViewEditorFindWidgetAction.ID,
@@ -36,7 +36,7 @@ class ShowWebViewEditorFindWidgetAction extends Action2 {
36
36
  }
37
37
  class HideWebViewEditorFindCommand extends Action2 {
38
38
  static { this.ID = 'editor.action.webvieweditor.hideFind'; }
39
- static { this.LABEL = ( localize(10711, "Stop find")); }
39
+ static { this.LABEL = ( localize(10729, "Stop find")); }
40
40
  constructor() {
41
41
  super({
42
42
  id: HideWebViewEditorFindCommand.ID,
@@ -57,7 +57,7 @@ class HideWebViewEditorFindCommand extends Action2 {
57
57
  }
58
58
  class WebViewEditorFindNextCommand extends Action2 {
59
59
  static { this.ID = 'editor.action.webvieweditor.findNext'; }
60
- static { this.LABEL = ( localize(10712, 'Find next')); }
60
+ static { this.LABEL = ( localize(10730, 'Find next')); }
61
61
  constructor() {
62
62
  super({
63
63
  id: WebViewEditorFindNextCommand.ID,
@@ -78,7 +78,7 @@ class WebViewEditorFindNextCommand extends Action2 {
78
78
  }
79
79
  class WebViewEditorFindPreviousCommand extends Action2 {
80
80
  static { this.ID = 'editor.action.webvieweditor.findPrevious'; }
81
- static { this.LABEL = ( localize(10713, 'Find previous')); }
81
+ static { this.LABEL = ( localize(10731, 'Find previous')); }
82
82
  constructor() {
83
83
  super({
84
84
  id: WebViewEditorFindPreviousCommand.ID,
@@ -99,7 +99,7 @@ class WebViewEditorFindPreviousCommand extends Action2 {
99
99
  }
100
100
  class ReloadWebviewAction extends Action2 {
101
101
  static { this.ID = 'workbench.action.webview.reloadWebviewAction'; }
102
- static { this.LABEL = ( localize2(10714, "Reload Webviews")); }
102
+ static { this.LABEL = ( localize2(10732, "Reload Webviews")); }
103
103
  constructor() {
104
104
  super({
105
105
  id: ReloadWebviewAction.ID,
@@ -1,9 +1,9 @@
1
1
  import { UriComponents } from "@codingame/monaco-vscode-api/vscode/vs/base/common/uri";
2
2
  import { IInstantiationService } from "@codingame/monaco-vscode-api/vscode/vs/platform/instantiation/common/instantiation";
3
3
  import { IEditorSerializer } from "@codingame/monaco-vscode-api/vscode/vs/workbench/common/editor";
4
- import { WebviewContentOptions, WebviewExtensionDescription, WebviewOptions } from "@codingame/monaco-vscode-22790577-4553-50b6-978d-0acc75c394cc-common/vscode/vs/workbench/contrib/webview/browser/webview";
4
+ import { WebviewContentOptions, WebviewExtensionDescription, WebviewOptions } from "@codingame/monaco-vscode-972e8507-3a64-566d-8bc0-b78993998562-common/vscode/vs/workbench/contrib/webview/browser/webview";
5
5
  import { WebviewIcons } from "@codingame/monaco-vscode-7f39b6f1-3542-5430-8760-0f404d7a7cee-common/vscode/vs/workbench/contrib/webviewPanel/browser/webviewIconManager";
6
- import { WebviewInput } from "@codingame/monaco-vscode-22790577-4553-50b6-978d-0acc75c394cc-common/vscode/vs/workbench/contrib/webviewPanel/browser/webviewEditorInput";
6
+ import { WebviewInput } from "@codingame/monaco-vscode-972e8507-3a64-566d-8bc0-b78993998562-common/vscode/vs/workbench/contrib/webviewPanel/browser/webviewEditorInput";
7
7
  import { IWebviewWorkbenchService } from "@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/webviewPanel/browser/webviewWorkbenchService.service";
8
8
  export type SerializedWebviewOptions = WebviewOptions & WebviewContentOptions;
9
9
  interface SerializedIconPath {
@@ -2,7 +2,7 @@
2
2
  import { __decorate, __param } from '@codingame/monaco-vscode-api/external/tslib/tslib.es6';
3
3
  import { URI } from '@codingame/monaco-vscode-api/vscode/vs/base/common/uri';
4
4
  import { ExtensionIdentifier } from '@codingame/monaco-vscode-api/vscode/vs/platform/extensions/common/extensions';
5
- import { WebviewInput } from '@codingame/monaco-vscode-22790577-4553-50b6-978d-0acc75c394cc-common/vscode/vs/workbench/contrib/webviewPanel/browser/webviewEditorInput';
5
+ import { WebviewInput } from '@codingame/monaco-vscode-972e8507-3a64-566d-8bc0-b78993998562-common/vscode/vs/workbench/contrib/webviewPanel/browser/webviewEditorInput';
6
6
  import { IWebviewWorkbenchService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/webviewPanel/browser/webviewWorkbenchService.service';
7
7
 
8
8
  let WebviewEditorInputSerializer = class WebviewEditorInputSerializer {
@@ -12,13 +12,13 @@ import { EditorExtensions } from '@codingame/monaco-vscode-api/vscode/vs/workben
12
12
  import { IEditorGroupsService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/editor/common/editorGroupsService.service';
13
13
  import { ShowWebViewEditorFindWidgetAction, HideWebViewEditorFindCommand, WebViewEditorFindNextCommand, WebViewEditorFindPreviousCommand, ReloadWebviewAction } from './webviewCommands.js';
14
14
  import { WebviewEditor } from '@codingame/monaco-vscode-7f39b6f1-3542-5430-8760-0f404d7a7cee-common/vscode/vs/workbench/contrib/webviewPanel/browser/webviewEditor';
15
- import { WebviewInput } from '@codingame/monaco-vscode-22790577-4553-50b6-978d-0acc75c394cc-common/vscode/vs/workbench/contrib/webviewPanel/browser/webviewEditorInput';
15
+ import { WebviewInput } from '@codingame/monaco-vscode-972e8507-3a64-566d-8bc0-b78993998562-common/vscode/vs/workbench/contrib/webviewPanel/browser/webviewEditorInput';
16
16
  import { WebviewEditorInputSerializer } from './webviewEditorInputSerializer.js';
17
17
  import '@codingame/monaco-vscode-7f39b6f1-3542-5430-8760-0f404d7a7cee-common/vscode/vs/workbench/contrib/webviewPanel/browser/webviewWorkbenchService';
18
18
  import '@codingame/monaco-vscode-api/vscode/vs/platform/instantiation/common/instantiation';
19
19
  import { IEditorService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/editor/common/editorService.service';
20
20
 
21
- (( Registry.as(EditorExtensions.EditorPane))).registerEditorPane(EditorPaneDescriptor.create(WebviewEditor, WebviewEditor.ID, ( localize(10716, "webview editor"))), [( new SyncDescriptor(WebviewInput))]);
21
+ (( Registry.as(EditorExtensions.EditorPane))).registerEditorPane(EditorPaneDescriptor.create(WebviewEditor, WebviewEditor.ID, ( localize(10734, "webview editor"))), [( new SyncDescriptor(WebviewInput))]);
22
22
  let WebviewPanelContribution = class WebviewPanelContribution extends Disposable {
23
23
  static { this.ID = 'workbench.contrib.webviewPanel'; }
24
24
  constructor(editorService, editorGroupService) {
@@ -20,9 +20,9 @@ import { ViewPane, ViewPaneShowActions } from '@codingame/monaco-vscode-65619f8f
20
20
  import { Memento } from '@codingame/monaco-vscode-9e888134-1a6f-58d9-b0e6-0fc047448366-common/vscode/vs/workbench/common/memento';
21
21
  import { IViewDescriptorService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/common/views.service';
22
22
  import { IViewsService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/views/common/viewsService.service';
23
- import { ExtensionKeyedWebviewOriginStore, WebviewContentPurpose } from '@codingame/monaco-vscode-22790577-4553-50b6-978d-0acc75c394cc-common/vscode/vs/workbench/contrib/webview/browser/webview';
23
+ import { ExtensionKeyedWebviewOriginStore, WebviewContentPurpose } from '@codingame/monaco-vscode-972e8507-3a64-566d-8bc0-b78993998562-common/vscode/vs/workbench/contrib/webview/browser/webview';
24
24
  import { IWebviewService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/webview/browser/webview.service';
25
- import { WebviewWindowDragMonitor } from '@codingame/monaco-vscode-22790577-4553-50b6-978d-0acc75c394cc-common/vscode/vs/workbench/contrib/webview/browser/webviewWindowDragMonitor';
25
+ import { WebviewWindowDragMonitor } from '@codingame/monaco-vscode-972e8507-3a64-566d-8bc0-b78993998562-common/vscode/vs/workbench/contrib/webview/browser/webviewWindowDragMonitor';
26
26
  import { IWebviewViewService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/webviewView/browser/webviewViewService.service';
27
27
  import { NumberBadge } from '@codingame/monaco-vscode-a7c9ae3c-16d2-5d17-86b2-981be7094566-common/vscode/vs/workbench/services/activity/common/activity';
28
28
  import { IActivityService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/activity/common/activity.service';
@@ -2,7 +2,7 @@ import { CancellationToken } from "@codingame/monaco-vscode-api/vscode/vs/base/c
2
2
  import { Event } from "@codingame/monaco-vscode-api/vscode/vs/base/common/event";
3
3
  import { Disposable, IDisposable } from "@codingame/monaco-vscode-api/vscode/vs/base/common/lifecycle";
4
4
  import { IViewBadge } from "@codingame/monaco-vscode-api/vscode/vs/workbench/common/views";
5
- import { IOverlayWebview } from "@codingame/monaco-vscode-22790577-4553-50b6-978d-0acc75c394cc-common/vscode/vs/workbench/contrib/webview/browser/webview";
5
+ import { IOverlayWebview } from "@codingame/monaco-vscode-972e8507-3a64-566d-8bc0-b78993998562-common/vscode/vs/workbench/contrib/webview/browser/webview";
6
6
  import { IWebviewViewService } from "@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/webviewView/browser/webviewViewService.service";
7
7
  export interface WebviewView {
8
8
  title?: string;
@@ -449,8 +449,8 @@ let EditorResolverService = class EditorResolverService extends Disposable {
449
449
  if (storedChoices[globForResource] && storedChoices[globForResource].find(editorID => editorID === currentEditor.editorId)) {
450
450
  return;
451
451
  }
452
- const handle = this.notificationService.prompt(Severity.Warning, ( localize(11383, 'There are multiple default editors available for the resource.')), [{
453
- label: ( localize(11384, 'Configure Default')),
452
+ const handle = this.notificationService.prompt(Severity.Warning, ( localize(11401, 'There are multiple default editors available for the resource.')), [{
453
+ label: ( localize(11402, 'Configure Default')),
454
454
  run: async () => {
455
455
  const picked = await this.doPickEditor(untypedInput, true);
456
456
  if (!picked) {
@@ -471,7 +471,7 @@ let EditorResolverService = class EditorResolverService extends Disposable {
471
471
  }
472
472
  },
473
473
  {
474
- label: ( localize(11385, 'Keep {0}', editorName)),
474
+ label: ( localize(11403, 'Keep {0}', editorName)),
475
475
  run: writeCurrentEditorsToStorage
476
476
  }
477
477
  ]);
@@ -497,9 +497,9 @@ let EditorResolverService = class EditorResolverService extends Disposable {
497
497
  }
498
498
  });
499
499
  const quickPickEntries = [];
500
- const currentlyActiveLabel = ( localize(11386, "Active"));
501
- const currentDefaultLabel = ( localize(11387, "Default"));
502
- const currentDefaultAndActiveLabel = ( localize(11388, "Active and Default"));
500
+ const currentlyActiveLabel = ( localize(11404, "Active"));
501
+ const currentDefaultLabel = ( localize(11405, "Default"));
502
+ const currentDefaultAndActiveLabel = ( localize(11406, "Active and Default"));
503
503
  let defaultViewType = defaultSetting;
504
504
  if (!defaultViewType && registeredEditors.length > 2 && registeredEditors[1]?.editorInfo.priority !== RegisteredEditorPriority.option) {
505
505
  defaultViewType = registeredEditors[1]?.editorInfo.id;
@@ -524,7 +524,7 @@ let EditorResolverService = class EditorResolverService extends Disposable {
524
524
  quickPickEntries.push(separator);
525
525
  const configureDefaultEntry = {
526
526
  id: EditorResolverService_1.configureDefaultID,
527
- label: ( localize(11389, "Configure default editor for '{0}'...", `*${extname(resource)}`)),
527
+ label: ( localize(11407, "Configure default editor for '{0}'...", `*${extname(resource)}`)),
528
528
  };
529
529
  quickPickEntries.push(configureDefaultEntry);
530
530
  }
@@ -539,8 +539,8 @@ let EditorResolverService = class EditorResolverService extends Disposable {
539
539
  const disposables = ( new DisposableStore());
540
540
  const editorPicker = disposables.add(this.quickInputService.createQuickPick({ useSeparators: true }));
541
541
  const placeHolderMessage = showDefaultPicker ?
542
- ( localize(11390, "Select new default editor for '{0}'", `*${extname(resource)}`)) :
543
- ( localize(11391, "Select editor for '{0}'", basename(resource)));
542
+ ( localize(11408, "Select new default editor for '{0}'", `*${extname(resource)}`)) :
543
+ ( localize(11409, "Select editor for '{0}'", basename(resource)));
544
544
  editorPicker.placeholder = placeHolderMessage;
545
545
  editorPicker.canAcceptInBackground = true;
546
546
  editorPicker.items = editorPicks;
@@ -56,33 +56,33 @@ let HistoryService = class HistoryService extends Disposable {
56
56
  this.activeEditorListeners = this._register(( new DisposableStore()));
57
57
  this.lastActiveEditor = undefined;
58
58
  this.editorHelper = this.instantiationService.createInstance(EditorHelper);
59
- this.canNavigateBackContextKey = (( new RawContextKey('canNavigateBack', false, ( localize(11578, "Whether it is possible to navigate back in editor history"))))).bindTo(this.contextKeyService);
60
- this.canNavigateForwardContextKey = (( new RawContextKey('canNavigateForward', false, ( localize(11579, "Whether it is possible to navigate forward in editor history"))))).bindTo(this.contextKeyService);
59
+ this.canNavigateBackContextKey = (( new RawContextKey('canNavigateBack', false, ( localize(11596, "Whether it is possible to navigate back in editor history"))))).bindTo(this.contextKeyService);
60
+ this.canNavigateForwardContextKey = (( new RawContextKey('canNavigateForward', false, ( localize(11597, "Whether it is possible to navigate forward in editor history"))))).bindTo(this.contextKeyService);
61
61
  this.canNavigateBackInNavigationsContextKey = (( new RawContextKey('canNavigateBackInNavigationLocations', false, ( localize(
62
- 11580,
62
+ 11598,
63
63
  "Whether it is possible to navigate back in editor navigation locations history"
64
64
  ))))).bindTo(this.contextKeyService);
65
65
  this.canNavigateForwardInNavigationsContextKey = (( new RawContextKey('canNavigateForwardInNavigationLocations', false, ( localize(
66
- 11581,
66
+ 11599,
67
67
  "Whether it is possible to navigate forward in editor navigation locations history"
68
68
  ))))).bindTo(this.contextKeyService);
69
69
  this.canNavigateToLastNavigationLocationContextKey = (( new RawContextKey('canNavigateToLastNavigationLocation', false, ( localize(
70
- 11582,
70
+ 11600,
71
71
  "Whether it is possible to navigate to the last editor navigation location"
72
72
  ))))).bindTo(this.contextKeyService);
73
73
  this.canNavigateBackInEditsContextKey = (( new RawContextKey('canNavigateBackInEditLocations', false, ( localize(
74
- 11583,
74
+ 11601,
75
75
  "Whether it is possible to navigate back in editor edit locations history"
76
76
  ))))).bindTo(this.contextKeyService);
77
77
  this.canNavigateForwardInEditsContextKey = (( new RawContextKey('canNavigateForwardInEditLocations', false, ( localize(
78
- 11584,
78
+ 11602,
79
79
  "Whether it is possible to navigate forward in editor edit locations history"
80
80
  ))))).bindTo(this.contextKeyService);
81
81
  this.canNavigateToLastEditLocationContextKey = (( new RawContextKey('canNavigateToLastEditLocation', false, ( localize(
82
- 11585,
82
+ 11603,
83
83
  "Whether it is possible to navigate to the last editor edit location"
84
84
  ))))).bindTo(this.contextKeyService);
85
- this.canReopenClosedEditorContextKey = (( new RawContextKey('canReopenClosedEditor', false, ( localize(11586, "Whether it is possible to reopen the last closed editor"))))).bindTo(this.contextKeyService);
85
+ this.canReopenClosedEditorContextKey = (( new RawContextKey('canReopenClosedEditor', false, ( localize(11604, "Whether it is possible to reopen the last closed editor"))))).bindTo(this.contextKeyService);
86
86
  this._onDidChangeEditorNavigationStack = this._register(( new Emitter()));
87
87
  this.onDidChangeEditorNavigationStack = this._onDidChangeEditorNavigationStack.event;
88
88
  this.defaultScopedEditorNavigationStack = undefined;
@@ -132,23 +132,23 @@ let ProgressService = class ProgressService extends Disposable {
132
132
  let title;
133
133
  const source = options.source && typeof options.source !== 'string' ? options.source.label : options.source;
134
134
  if (progressTitle && progressMessage) {
135
- text = ( localize(11708, "{0}: {1}", progressTitle, progressMessage));
136
- title = source ? ( localize(11709, "[{0}] {1}: {2}", source, progressTitle, progressMessage)) : text;
135
+ text = ( localize(11726, "{0}: {1}", progressTitle, progressMessage));
136
+ title = source ? ( localize(11727, "[{0}] {1}: {2}", source, progressTitle, progressMessage)) : text;
137
137
  }
138
138
  else if (progressTitle) {
139
139
  text = progressTitle;
140
- title = source ? ( localize(11710, "[{0}]: {1}", source, progressTitle)) : text;
140
+ title = source ? ( localize(11728, "[{0}]: {1}", source, progressTitle)) : text;
141
141
  }
142
142
  else if (progressMessage) {
143
143
  text = progressMessage;
144
- title = source ? ( localize(11710, "[{0}]: {1}", source, progressMessage)) : text;
144
+ title = source ? ( localize(11728, "[{0}]: {1}", source, progressMessage)) : text;
145
145
  }
146
146
  else {
147
147
  this.updateWindowProgress(idx + 1);
148
148
  return;
149
149
  }
150
150
  const statusEntryProperties = {
151
- name: ( localize(11711, "Progress Message")),
151
+ name: ( localize(11729, "Progress Message")),
152
152
  text,
153
153
  showProgress: options.type || true,
154
154
  ariaLabel: text,
@@ -244,7 +244,7 @@ let ProgressService = class ProgressService extends Disposable {
244
244
  if (options.cancellable) {
245
245
  const cancelAction = new (class extends Action {
246
246
  constructor() {
247
- super('progress.cancel', typeof options.cancellable === 'string' ? options.cancellable : ( localize(11712, "Cancel")), undefined, true);
247
+ super('progress.cancel', typeof options.cancellable === 'string' ? options.cancellable : ( localize(11730, "Cancel")), undefined, true);
248
248
  }
249
249
  async run() {
250
250
  progressStateModel.cancel();
@@ -430,8 +430,8 @@ let ProgressService = class ProgressService extends Disposable {
430
430
  const buttons = options.buttons || [];
431
431
  if (!options.sticky) {
432
432
  buttons.push(options.cancellable
433
- ? (typeof options.cancellable === 'boolean' ? ( localize(11712, "Cancel")) : options.cancellable)
434
- : ( localize(11713, "Dismiss")));
433
+ ? (typeof options.cancellable === 'boolean' ? ( localize(11730, "Cancel")) : options.cancellable)
434
+ : ( localize(11731, "Dismiss")));
435
435
  }
436
436
  dialog = ( new Dialog(this.layoutService.activeContainer, message, buttons, {
437
437
  type: 'pending',
@@ -345,7 +345,7 @@ let ViewDescriptorService = class ViewDescriptorService extends Disposable {
345
345
  const container = this.viewContainersRegistry.registerViewContainer({
346
346
  id,
347
347
  ctorDescriptor: ( new SyncDescriptor(ViewPaneContainer, [id, { mergeViewWithContainerWhenSingleView: true }])),
348
- title: { value: ( localize(12067, "User View Container")), original: 'User View Container' },
348
+ title: { value: ( localize(12085, "User View Container")), original: 'User View Container' },
349
349
  icon: location === ViewContainerLocation.Sidebar ? defaultViewIcon : undefined,
350
350
  storageId: getViewContainerStorageId(id),
351
351
  hideIfEmpty: true
@@ -559,7 +559,7 @@ let ViewDescriptorService = class ViewDescriptorService extends Disposable {
559
559
  title: viewDescriptor.name,
560
560
  metadata: {
561
561
  description: ( localize2(
562
- 12068,
562
+ 12086,
563
563
  'Toggles the visibility of the {0} view if the view container it is located in is visible',
564
564
  viewDescriptor.name.value
565
565
  ))
@@ -590,10 +590,10 @@ let ViewDescriptorService = class ViewDescriptorService extends Disposable {
590
590
  super({
591
591
  id: `${viewDescriptor.id}.removeView`,
592
592
  viewPaneContainerId: viewContainerModel.viewContainer.id,
593
- title: ( localize(12069, "Hide '{0}'", viewDescriptor.name.value)),
593
+ title: ( localize(12087, "Hide '{0}'", viewDescriptor.name.value)),
594
594
  metadata: {
595
595
  description: ( localize2(
596
- 12070,
596
+ 12088,
597
597
  'Hides the {0} view if it is visible and the view container it is located in is visible',
598
598
  viewDescriptor.name.value
599
599
  ))
@@ -623,7 +623,7 @@ let ViewDescriptorService = class ViewDescriptorService extends Disposable {
623
623
  constructor() {
624
624
  super({
625
625
  id: `${viewContainer.id}.resetViewContainerLocation`,
626
- title: ( localize2(12071, "Reset Location")),
626
+ title: ( localize2(12089, "Reset Location")),
627
627
  menu: [{
628
628
  id: MenuId.ViewContainerTitleContext,
629
629
  group: '1_viewActions',
@@ -25,7 +25,7 @@ registerAction2(class extends Action2 {
25
25
  constructor() {
26
26
  super({
27
27
  id: '_workbench.output.showViewsLog',
28
- title: ( localize2(12077, "Show Views Log")),
28
+ title: ( localize2(12095, "Show Views Log")),
29
29
  category: Categories.Developer,
30
30
  f1: true
31
31
  });