@codingame/monaco-vscode-view-common-service-override 23.1.0 → 23.2.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/index.js +10 -3
  2. package/package.json +41 -41
  3. package/vscode/src/vs/workbench/browser/actions/helpActions.d.ts +1 -0
  4. package/vscode/src/vs/workbench/browser/actions/helpActions.js +339 -0
  5. package/vscode/src/vs/workbench/browser/actions/listCommands.js +3 -3
  6. package/vscode/src/vs/workbench/browser/actions/navigationActions.js +6 -6
  7. package/vscode/src/vs/workbench/browser/parts/editor/editor.contribution.js +166 -166
  8. package/vscode/src/vs/workbench/browser/parts/editor/editorConfiguration.js +8 -8
  9. package/vscode/src/vs/workbench/contrib/callHierarchy/browser/callHierarchy.contribution.js +12 -12
  10. package/vscode/src/vs/workbench/contrib/callHierarchy/browser/callHierarchyPeek.js +5 -5
  11. package/vscode/src/vs/workbench/contrib/callHierarchy/browser/callHierarchyTree.js +3 -3
  12. package/vscode/src/vs/workbench/contrib/customEditor/browser/customEditorInputFactory.d.ts +1 -1
  13. package/vscode/src/vs/workbench/contrib/customEditor/browser/customEditorInputFactory.js +1 -1
  14. package/vscode/src/vs/workbench/contrib/customEditor/common/contributedCustomEditors.js +1 -1
  15. package/vscode/src/vs/workbench/contrib/customEditor/common/customEditor.js +1 -1
  16. package/vscode/src/vs/workbench/contrib/customEditor/common/extensionPoint.js +12 -12
  17. package/vscode/src/vs/workbench/contrib/languageStatus/browser/languageStatus.js +7 -7
  18. package/vscode/src/vs/workbench/contrib/limitIndicator/browser/limitIndicator.contribution.js +8 -8
  19. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/commands/commands.js +29 -29
  20. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/commands/devCommands.js +14 -14
  21. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/mergeEditor.contribution.js +3 -3
  22. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/mergeEditorAccessibilityHelp.js +5 -5
  23. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/colors.js +13 -13
  24. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/editors/baseCodeEditorView.js +3 -3
  25. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/editors/inputCodeEditorView.js +11 -11
  26. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/editors/resultCodeEditorView.js +5 -5
  27. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/mergeEditor.d.ts +1 -1
  28. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/mergeEditor.js +2 -2
  29. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/viewModel.js +1 -1
  30. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/viewZones.js +1 -1
  31. package/vscode/src/vs/workbench/contrib/preferences/browser/keyboardLayoutPicker.js +12 -12
  32. package/vscode/src/vs/workbench/contrib/sash/browser/sash.contribution.js +2 -2
  33. package/vscode/src/vs/workbench/contrib/scrollLocking/browser/scrollLocking.js +7 -7
  34. package/vscode/src/vs/workbench/contrib/typeHierarchy/browser/typeHierarchy.contribution.js +10 -10
  35. package/vscode/src/vs/workbench/contrib/typeHierarchy/browser/typeHierarchyPeek.js +5 -5
  36. package/vscode/src/vs/workbench/contrib/typeHierarchy/browser/typeHierarchyTree.js +3 -3
  37. package/vscode/src/vs/workbench/contrib/webview/browser/overlayWebview.d.ts +1 -1
  38. package/vscode/src/vs/workbench/contrib/webview/browser/overlayWebview.js +1 -1
  39. package/vscode/src/vs/workbench/contrib/webview/browser/themeing.d.ts +1 -1
  40. package/vscode/src/vs/workbench/contrib/webview/browser/webviewElement.d.ts +1 -1
  41. package/vscode/src/vs/workbench/contrib/webview/browser/webviewElement.js +2 -2
  42. package/vscode/src/vs/workbench/contrib/webview/browser/webviewFindWidget.js +1 -1
  43. package/vscode/src/vs/workbench/contrib/webview/browser/webviewService.d.ts +1 -1
  44. package/vscode/src/vs/workbench/contrib/webviewPanel/browser/webviewCommands.js +6 -6
  45. package/vscode/src/vs/workbench/contrib/webviewPanel/browser/webviewEditorInputSerializer.d.ts +1 -1
  46. package/vscode/src/vs/workbench/contrib/webviewPanel/browser/webviewPanel.contribution.js +1 -1
  47. package/vscode/src/vs/workbench/contrib/webviewView/browser/webviewViewPane.js +1 -1
  48. package/vscode/src/vs/workbench/contrib/webviewView/browser/webviewViewService.d.ts +1 -1
  49. package/vscode/src/vs/workbench/services/editor/browser/editorResolverService.js +9 -9
  50. package/vscode/src/vs/workbench/services/history/browser/historyService.js +10 -10
  51. package/vscode/src/vs/workbench/services/progress/browser/progressService.js +8 -8
  52. package/vscode/src/vs/workbench/services/untitled/common/untitledTextEditorHandler.d.ts +1 -1
  53. package/vscode/src/vs/workbench/services/untitled/common/untitledTextEditorHandler.js +1 -1
  54. package/vscode/src/vs/workbench/services/views/browser/viewDescriptorService.js +5 -5
@@ -14,13 +14,13 @@ import { MergeEditor } from '../view/mergeEditor.js';
14
14
  import { ctxIsMergeEditor } from '@codingame/monaco-vscode-897bebad-39df-57cb-8a57-36a271d038be-common/vscode/vs/workbench/contrib/mergeEditor/common/mergeEditor';
15
15
  import { IEditorService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/editor/common/editorService.service';
16
16
 
17
- const MERGE_EDITOR_CATEGORY = ( localize2(8920, 'Merge Editor (Dev)'));
17
+ const MERGE_EDITOR_CATEGORY = ( localize2(8939, 'Merge Editor (Dev)'));
18
18
  class MergeEditorCopyContentsToJSON extends Action2 {
19
19
  constructor() {
20
20
  super({
21
21
  id: 'merge.dev.copyContentsJson',
22
22
  category: MERGE_EDITOR_CATEGORY,
23
- title: ( localize2(8921, "Copy Merge Editor State as JSON")),
23
+ title: ( localize2(8940, "Copy Merge Editor State as JSON")),
24
24
  icon: Codicon.layoutCentered,
25
25
  f1: true,
26
26
  precondition: ctxIsMergeEditor,
@@ -32,8 +32,8 @@ class MergeEditorCopyContentsToJSON extends Action2 {
32
32
  const notificationService = accessor.get(INotificationService);
33
33
  if (!(activeEditorPane instanceof MergeEditor)) {
34
34
  notificationService.info({
35
- name: ( localize(8922, 'Merge Editor')),
36
- message: ( localize(8923, "No active merge editor"))
35
+ name: ( localize(8941, 'Merge Editor')),
36
+ message: ( localize(8942, "No active merge editor"))
37
37
  });
38
38
  return;
39
39
  }
@@ -52,8 +52,8 @@ class MergeEditorCopyContentsToJSON extends Action2 {
52
52
  const jsonStr = JSON.stringify(contents, undefined, 4);
53
53
  clipboardService.writeText(jsonStr);
54
54
  notificationService.info({
55
- name: ( localize(8922, 'Merge Editor')),
56
- message: ( localize(8924, "Successfully copied merge editor state")),
55
+ name: ( localize(8941, 'Merge Editor')),
56
+ message: ( localize(8943, "Successfully copied merge editor state")),
57
57
  });
58
58
  }
59
59
  }
@@ -62,7 +62,7 @@ class MergeEditorSaveContentsToFolder extends Action2 {
62
62
  super({
63
63
  id: 'merge.dev.saveContentsToFolder',
64
64
  category: MERGE_EDITOR_CATEGORY,
65
- title: ( localize2(8925, "Save Merge Editor State to Folder")),
65
+ title: ( localize2(8944, "Save Merge Editor State to Folder")),
66
66
  icon: Codicon.layoutCentered,
67
67
  f1: true,
68
68
  precondition: ctxIsMergeEditor,
@@ -76,8 +76,8 @@ class MergeEditorSaveContentsToFolder extends Action2 {
76
76
  const languageService = accessor.get(ILanguageService);
77
77
  if (!(activeEditorPane instanceof MergeEditor)) {
78
78
  notificationService.info({
79
- name: ( localize(8922, 'Merge Editor')),
80
- message: ( localize(8923, "No active merge editor"))
79
+ name: ( localize(8941, 'Merge Editor')),
80
+ message: ( localize(8942, "No active merge editor"))
81
81
  });
82
82
  return;
83
83
  }
@@ -89,7 +89,7 @@ class MergeEditorSaveContentsToFolder extends Action2 {
89
89
  canSelectFiles: false,
90
90
  canSelectFolders: true,
91
91
  canSelectMany: false,
92
- title: ( localize(8926, 'Select folder to save to'))
92
+ title: ( localize(8945, 'Select folder to save to'))
93
93
  });
94
94
  if (!result) {
95
95
  return;
@@ -107,8 +107,8 @@ class MergeEditorSaveContentsToFolder extends Action2 {
107
107
  write('initialResult', model.getInitialResultValue()),
108
108
  ]);
109
109
  notificationService.info({
110
- name: ( localize(8922, 'Merge Editor')),
111
- message: ( localize(8927, "Successfully saved merge editor state to folder")),
110
+ name: ( localize(8941, 'Merge Editor')),
111
+ message: ( localize(8946, "Successfully saved merge editor state to folder")),
112
112
  });
113
113
  }
114
114
  }
@@ -117,7 +117,7 @@ class MergeEditorLoadContentsFromFolder extends Action2 {
117
117
  super({
118
118
  id: 'merge.dev.loadContentsFromFolder',
119
119
  category: MERGE_EDITOR_CATEGORY,
120
- title: ( localize2(8928, "Load Merge Editor State from Folder")),
120
+ title: ( localize2(8947, "Load Merge Editor State from Folder")),
121
121
  icon: Codicon.layoutCentered,
122
122
  f1: true
123
123
  });
@@ -136,7 +136,7 @@ class MergeEditorLoadContentsFromFolder extends Action2 {
136
136
  canSelectFiles: false,
137
137
  canSelectFolders: true,
138
138
  canSelectMany: false,
139
- title: ( localize(8926, 'Select folder to save to'))
139
+ title: ( localize(8945, 'Select folder to save to'))
140
140
  });
141
141
  if (!result) {
142
142
  return;
@@ -16,7 +16,7 @@ import { MergeEditorSerializer } from './mergeEditorSerializer.js';
16
16
  import { AccessibleViewRegistry } from '@codingame/monaco-vscode-api/vscode/vs/platform/accessibility/browser/accessibleViewRegistry';
17
17
  import { MergeEditorAccessibilityHelpProvider } from './mergeEditorAccessibilityHelp.js';
18
18
 
19
- ( Registry.as(EditorExtensions.EditorPane)).registerEditorPane(EditorPaneDescriptor.create(MergeEditor, MergeEditor.ID, ( localize(8929, "Merge Editor"))), [
19
+ ( Registry.as(EditorExtensions.EditorPane)).registerEditorPane(EditorPaneDescriptor.create(MergeEditor, MergeEditor.ID, ( localize(8948, "Merge Editor"))), [
20
20
  ( new SyncDescriptor(MergeEditorInput))
21
21
  ]);
22
22
  ( Registry.as(EditorExtensions.EditorFactory)).registerEditorSerializer(MergeEditorInput.ID, MergeEditorSerializer);
@@ -27,8 +27,8 @@ import { MergeEditorAccessibilityHelpProvider } from './mergeEditorAccessibility
27
27
  enum: ['legacy', 'advanced'],
28
28
  default: 'advanced',
29
29
  markdownEnumDescriptions: [
30
- ( localize(8930, "Uses the legacy diffing algorithm.")),
31
- ( localize(8931, "Uses the advanced diffing algorithm.")),
30
+ ( localize(8949, "Uses the legacy diffing algorithm.")),
31
+ ( localize(8950, "Uses the advanced diffing algorithm.")),
32
32
  ]
33
33
  },
34
34
  'mergeEditor.showDeletionMarkers': {
@@ -19,22 +19,22 @@ class MergeEditorAccessibilityHelpProvider {
19
19
  return;
20
20
  }
21
21
  const content = [
22
- ( localize(8932, "You are in a merge editor.")),
22
+ ( localize(8951, "You are in a merge editor.")),
23
23
  ( localize(
24
- 8933,
24
+ 8952,
25
25
  "Navigate between merge conflicts using the commands Go to Next Unhandled Conflict{0} and Go to Previous Unhandled Conflict{1}.",
26
26
  '<keybinding:merge.goToNextUnhandledConflict>',
27
27
  '<keybinding:merge.goToPreviousUnhandledConflict>'
28
28
  )),
29
29
  ( localize(
30
- 8934,
30
+ 8953,
31
31
  "Run the command Merge Editor: Accept All Incoming Changes from the Left{0} and Merge Editor: Accept All Current Changes from the Right{1}",
32
32
  '<keybinding:merge.acceptAllInput1>',
33
33
  '<keybinding:merge.acceptAllInput2>'
34
34
  )),
35
- ( localize(8935, "Complete the Merge{0}.", '<keybinding:mergeEditor.acceptMerge>')),
35
+ ( localize(8954, "Complete the Merge{0}.", '<keybinding:mergeEditor.acceptMerge>')),
36
36
  ( localize(
37
- 8936,
37
+ 8955,
38
38
  "Toggle between merge editor inputs, incoming and current changes {0}.",
39
39
  '<keybinding:mergeEditor.toggleBetweenInputs>'
40
40
  )),
@@ -12,19 +12,19 @@ import '@codingame/monaco-vscode-api/vscode/vs/platform/theme/common/colors/misc
12
12
  import '@codingame/monaco-vscode-api/vscode/vs/platform/theme/common/colors/quickpickColors';
13
13
  import '@codingame/monaco-vscode-api/vscode/vs/platform/theme/common/colors/searchColors';
14
14
 
15
- registerColor('mergeEditor.change.background', '#9bb95533', ( localize(8972, 'The background color for changes.')));
16
- registerColor('mergeEditor.change.word.background', { dark: '#9ccc2c33', light: '#9ccc2c66', hcDark: '#9ccc2c33', hcLight: '#9ccc2c66', }, ( localize(8973, 'The background color for word changes.')));
17
- registerColor('mergeEditor.changeBase.background', { dark: '#4B1818FF', light: '#FFCCCCFF', hcDark: '#4B1818FF', hcLight: '#FFCCCCFF', }, ( localize(8974, 'The background color for changes in base.')));
18
- registerColor('mergeEditor.changeBase.word.background', { dark: '#6F1313FF', light: '#FFA3A3FF', hcDark: '#6F1313FF', hcLight: '#FFA3A3FF', }, ( localize(8975, 'The background color for word changes in base.')));
19
- registerColor('mergeEditor.conflict.unhandledUnfocused.border', { dark: '#ffa6007a', light: '#ffa600FF', hcDark: '#ffa6007a', hcLight: '#ffa6007a', }, ( localize(8976, 'The border color of unhandled unfocused conflicts.')));
20
- registerColor('mergeEditor.conflict.unhandledFocused.border', '#ffa600', ( localize(8977, 'The border color of unhandled focused conflicts.')));
21
- registerColor('mergeEditor.conflict.handledUnfocused.border', '#86868649', ( localize(8978, 'The border color of handled unfocused conflicts.')));
22
- registerColor('mergeEditor.conflict.handledFocused.border', '#c1c1c1cc', ( localize(8979, 'The border color of handled focused conflicts.')));
23
- const handledConflictMinimapOverViewRulerColor = registerColor('mergeEditor.conflict.handled.minimapOverViewRuler', '#adaca8ee', ( localize(8980, 'The foreground color for changes in input 1.')));
24
- const unhandledConflictMinimapOverViewRulerColor = registerColor('mergeEditor.conflict.unhandled.minimapOverViewRuler', '#fcba03FF', ( localize(8981, 'The foreground color for changes in input 1.')));
25
- registerColor('mergeEditor.conflictingLines.background', '#ffea0047', ( localize(8982, 'The background of the "Conflicting Lines" text.')));
15
+ registerColor('mergeEditor.change.background', '#9bb95533', ( localize(8991, 'The background color for changes.')));
16
+ registerColor('mergeEditor.change.word.background', { dark: '#9ccc2c33', light: '#9ccc2c66', hcDark: '#9ccc2c33', hcLight: '#9ccc2c66', }, ( localize(8992, 'The background color for word changes.')));
17
+ registerColor('mergeEditor.changeBase.background', { dark: '#4B1818FF', light: '#FFCCCCFF', hcDark: '#4B1818FF', hcLight: '#FFCCCCFF', }, ( localize(8993, 'The background color for changes in base.')));
18
+ registerColor('mergeEditor.changeBase.word.background', { dark: '#6F1313FF', light: '#FFA3A3FF', hcDark: '#6F1313FF', hcLight: '#FFA3A3FF', }, ( localize(8994, 'The background color for word changes in base.')));
19
+ registerColor('mergeEditor.conflict.unhandledUnfocused.border', { dark: '#ffa6007a', light: '#ffa600FF', hcDark: '#ffa6007a', hcLight: '#ffa6007a', }, ( localize(8995, 'The border color of unhandled unfocused conflicts.')));
20
+ registerColor('mergeEditor.conflict.unhandledFocused.border', '#ffa600', ( localize(8996, 'The border color of unhandled focused conflicts.')));
21
+ registerColor('mergeEditor.conflict.handledUnfocused.border', '#86868649', ( localize(8997, 'The border color of handled unfocused conflicts.')));
22
+ registerColor('mergeEditor.conflict.handledFocused.border', '#c1c1c1cc', ( localize(8998, 'The border color of handled focused conflicts.')));
23
+ const handledConflictMinimapOverViewRulerColor = registerColor('mergeEditor.conflict.handled.minimapOverViewRuler', '#adaca8ee', ( localize(8999, 'The foreground color for changes in input 1.')));
24
+ const unhandledConflictMinimapOverViewRulerColor = registerColor('mergeEditor.conflict.unhandled.minimapOverViewRuler', '#fcba03FF', ( localize(9000, 'The foreground color for changes in input 1.')));
25
+ registerColor('mergeEditor.conflictingLines.background', '#ffea0047', ( localize(9001, 'The background of the "Conflicting Lines" text.')));
26
26
  const contentTransparency = 0.4;
27
- registerColor('mergeEditor.conflict.input1.background', ( transparent(mergeCurrentHeaderBackground, contentTransparency)), ( localize(8983, 'The background color of decorations in input 1.')));
28
- registerColor('mergeEditor.conflict.input2.background', ( transparent(mergeIncomingHeaderBackground, contentTransparency)), ( localize(8984, 'The background color of decorations in input 2.')));
27
+ registerColor('mergeEditor.conflict.input1.background', ( transparent(mergeCurrentHeaderBackground, contentTransparency)), ( localize(9002, 'The background color of decorations in input 1.')));
28
+ registerColor('mergeEditor.conflict.input2.background', ( transparent(mergeIncomingHeaderBackground, contentTransparency)), ( localize(9003, 'The background color of decorations in input 2.')));
29
29
 
30
30
  export { handledConflictMinimapOverViewRulerColor, unhandledConflictMinimapOverViewRulerColor };
@@ -114,16 +114,16 @@ let BaseCodeEditorView = class BaseCodeEditorView extends CodeEditorView {
114
114
  return;
115
115
  }
116
116
  this.editor.setModel(vm.model.base);
117
- reset(this.htmlElements.title, ...renderLabelWithIcons(( localize(9003, 'Base'))));
117
+ reset(this.htmlElements.title, ...renderLabelWithIcons(( localize(9022, 'Base'))));
118
118
  const baseShowDiffAgainst = vm.baseShowDiffAgainst.read(reader);
119
119
  let node = undefined;
120
120
  if (baseShowDiffAgainst) {
121
121
  const label = ( localize(
122
- 9004,
122
+ 9023,
123
123
  'Comparing with {0}',
124
124
  baseShowDiffAgainst === 1 ? vm.model.input1.title : vm.model.input2.title
125
125
  ));
126
- const tooltip = ( localize(9005, 'Differences are highlighted with a background color.'));
126
+ const tooltip = ( localize(9024, 'Differences are highlighted with a background color.'));
127
127
  node = h('span', { title: tooltip }, [label]).root;
128
128
  }
129
129
  reset(this.htmlElements.description, ...(node ? [node] : []));
@@ -155,8 +155,8 @@ let InputCodeEditorView = class InputCodeEditorView extends CodeEditorView {
155
155
  }
156
156
  this.editor.setModel(this.inputNumber === 1 ? vm.model.input1.textModel : vm.model.input2.textModel);
157
157
  const title = this.inputNumber === 1
158
- ? vm.model.input1.title || ( localize(9006, 'Input 1'))
159
- : vm.model.input2.title || ( localize(9007, 'Input 2'));
158
+ ? vm.model.input1.title || ( localize(9025, 'Input 1'))
159
+ : vm.model.input2.title || ( localize(9026, 'Input 2'));
160
160
  const description = this.inputNumber === 1
161
161
  ? vm.model.input1.description
162
162
  : vm.model.input2.description;
@@ -238,19 +238,19 @@ class ModifiedBaseRangeGutterItemModel {
238
238
  const both = state.includesInput1 && state.includesInput2;
239
239
  return [
240
240
  this.baseRange.input1Diffs.length > 0
241
- ? action('mergeEditor.acceptInput1', ( localize(9008, 'Accept {0}', this.model.input1.title)), state.toggle(1), state.includesInput1)
241
+ ? action('mergeEditor.acceptInput1', ( localize(9027, 'Accept {0}', this.model.input1.title)), state.toggle(1), state.includesInput1)
242
242
  : undefined,
243
243
  this.baseRange.input2Diffs.length > 0
244
- ? action('mergeEditor.acceptInput2', ( localize(9008, 'Accept {0}', this.model.input2.title)), state.toggle(2), state.includesInput2)
244
+ ? action('mergeEditor.acceptInput2', ( localize(9027, 'Accept {0}', this.model.input2.title)), state.toggle(2), state.includesInput2)
245
245
  : undefined,
246
246
  this.baseRange.isConflicting
247
- ? setFields(action('mergeEditor.acceptBoth', ( localize(9009, 'Accept Both')), state.withInputValue(1, !both).withInputValue(2, !both), both), { enabled: this.baseRange.canBeCombined })
247
+ ? setFields(action('mergeEditor.acceptBoth', ( localize(9028, 'Accept Both')), state.withInputValue(1, !both).withInputValue(2, !both), both), { enabled: this.baseRange.canBeCombined })
248
248
  : undefined,
249
249
  ( new Separator()),
250
250
  this.baseRange.isConflicting
251
- ? setFields(action('mergeEditor.swap', ( localize(9010, 'Swap')), state.swap(), false), { enabled: !state.kind && (!both || this.baseRange.isOrderRelevant) })
251
+ ? setFields(action('mergeEditor.swap', ( localize(9029, 'Swap')), state.swap(), false), { enabled: !state.kind && (!both || this.baseRange.isOrderRelevant) })
252
252
  : undefined,
253
- setFields(( new Action('mergeEditor.markAsHandled', ( localize(9011, 'Mark as Handled')), undefined, true, () => {
253
+ setFields(( new Action('mergeEditor.markAsHandled', ( localize(9030, 'Mark as Handled')), undefined, true, () => {
254
254
  transaction((tx) => {
255
255
  this.model.setHandled(this.baseRange, !handled, tx);
256
256
  });
@@ -293,10 +293,10 @@ class MergeConflictGutterItemView extends Disposable {
293
293
  const item = this.item.read(reader);
294
294
  const value = item.toggleState.read(reader);
295
295
  const iconMap = {
296
- [InputState.excluded]: { icon: undefined, checked: false, title: ( localize(9012, "Accept")) },
297
- [InputState.unrecognized]: { icon: Codicon.circleFilled, checked: false, title: ( localize(9013, "Accept (result is dirty)")) },
298
- [InputState.first]: { icon: Codicon.check, checked: true, title: ( localize(9014, "Undo accept")) },
299
- [InputState.second]: { icon: Codicon.checkAll, checked: true, title: ( localize(9015, "Undo accept (currently second)")) },
296
+ [InputState.excluded]: { icon: undefined, checked: false, title: ( localize(9031, "Accept")) },
297
+ [InputState.unrecognized]: { icon: Codicon.circleFilled, checked: false, title: ( localize(9032, "Accept (result is dirty)")) },
298
+ [InputState.first]: { icon: Codicon.check, checked: true, title: ( localize(9033, "Undo accept")) },
299
+ [InputState.second]: { icon: Codicon.checkAll, checked: true, title: ( localize(9034, "Undo accept (currently second)")) },
300
300
  };
301
301
  const state = iconMap[value];
302
302
  checkBox.setIcon(state.icon);
@@ -131,7 +131,7 @@ let ResultCodeEditorView = class ResultCodeEditorView extends CodeEditorView {
131
131
  return;
132
132
  }
133
133
  this.editor.setModel(vm.model.resultTextModel);
134
- reset(this.htmlElements.title, ...renderLabelWithIcons(( localize(9016, 'Result'))));
134
+ reset(this.htmlElements.title, ...renderLabelWithIcons(( localize(9035, 'Result'))));
135
135
  reset(this.htmlElements.description, ...renderLabelWithIcons(this._labelService.getUriLabel(vm.model.resultTextModel.uri, { relative: true })));
136
136
  }));
137
137
  const remainingConflictsActionBar = this._register(( new ActionBar(this.htmlElements.detail)));
@@ -146,8 +146,8 @@ let ResultCodeEditorView = class ResultCodeEditorView extends CodeEditorView {
146
146
  }
147
147
  const count = model.unhandledConflictsCount.read(reader);
148
148
  const text = count === 1
149
- ? ( localize(9017, '{0} Conflict Remaining', count))
150
- : ( localize(9018, '{0} Conflicts Remaining ', count));
149
+ ? ( localize(9036, '{0} Conflict Remaining', count))
150
+ : ( localize(9037, '{0} Conflicts Remaining ', count));
151
151
  remainingConflictsActionBar.clear();
152
152
  remainingConflictsActionBar.push({
153
153
  class: undefined,
@@ -159,8 +159,8 @@ let ResultCodeEditorView = class ResultCodeEditorView extends CodeEditorView {
159
159
  vm.goToNextModifiedBaseRange(m => !model.isHandled(m).read(undefined));
160
160
  },
161
161
  tooltip: count > 0
162
- ? ( localize(9019, 'Go to next conflict'))
163
- : ( localize(9020, 'All conflicts handled, the merge can be completed now.')),
162
+ ? ( localize(9038, 'Go to next conflict'))
163
+ : ( localize(9039, 'All conflicts handled, the merge can be completed now.')),
164
164
  });
165
165
  }));
166
166
  this._register(applyObservableDecorations(this.editor, this.decorations));
@@ -16,7 +16,7 @@ import { IInstantiationService } from "@codingame/monaco-vscode-api/vscode/vs/pl
16
16
  import { IStorageService } from "@codingame/monaco-vscode-api/vscode/vs/platform/storage/common/storage.service";
17
17
  import { ITelemetryService } from "@codingame/monaco-vscode-api/vscode/vs/platform/telemetry/common/telemetry.service";
18
18
  import { IThemeService } from "@codingame/monaco-vscode-api/vscode/vs/platform/theme/common/themeService.service";
19
- import { AbstractTextEditor } from "@codingame/monaco-vscode-a6a3e03d-2b1a-5e17-b904-ed5d40c14550-common/vscode/vs/workbench/browser/parts/editor/textEditor";
19
+ import { AbstractTextEditor } from "@codingame/monaco-vscode-0b011daf-0f15-57de-bd5b-8953592c556c-common/vscode/vs/workbench/browser/parts/editor/textEditor";
20
20
  import { IEditorOpenContext } from "@codingame/monaco-vscode-api/vscode/vs/workbench/common/editor";
21
21
  import { EditorInput } from "@codingame/monaco-vscode-api/vscode/vs/workbench/common/editor/editorInput";
22
22
  import { IMergeEditorInputModel } from "@codingame/monaco-vscode-8ccb7637-50ea-5359-97bf-00015d7fe567-common/vscode/vs/workbench/contrib/mergeEditor/browser/mergeEditorInputModel";
@@ -23,7 +23,7 @@ import { StorageScope, StorageTarget } from '@codingame/monaco-vscode-api/vscode
23
23
  import { IStorageService } from '@codingame/monaco-vscode-api/vscode/vs/platform/storage/common/storage.service';
24
24
  import { ITelemetryService } from '@codingame/monaco-vscode-api/vscode/vs/platform/telemetry/common/telemetry.service';
25
25
  import { IThemeService } from '@codingame/monaco-vscode-api/vscode/vs/platform/theme/common/themeService.service';
26
- import { AbstractTextEditor } from '@codingame/monaco-vscode-a6a3e03d-2b1a-5e17-b904-ed5d40c14550-common/vscode/vs/workbench/browser/parts/editor/textEditor';
26
+ import { AbstractTextEditor } from '@codingame/monaco-vscode-0b011daf-0f15-57de-bd5b-8953592c556c-common/vscode/vs/workbench/browser/parts/editor/textEditor';
27
27
  import { DEFAULT_EDITOR_ASSOCIATION } from '@codingame/monaco-vscode-api/vscode/vs/workbench/common/editor';
28
28
  import { applyTextEditorOptions } from '@codingame/monaco-vscode-api/vscode/vs/workbench/common/editor/editorOptions';
29
29
  import { readTransientState, writeTransientState } from '@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/codeEditor/browser/toggleWordWrap';
@@ -118,7 +118,7 @@ let MergeEditor = class MergeEditor extends AbstractTextEditor {
118
118
  if (this.input) {
119
119
  return this.input.getName();
120
120
  }
121
- return localize(9021, "Text Merge Editor");
121
+ return localize(9040, "Text Merge Editor");
122
122
  }
123
123
  createEditorControl(parent, initialOptions) {
124
124
  this.rootHtmlElement = parent;
@@ -222,7 +222,7 @@ let MergeEditorViewModel = class MergeEditorViewModel extends Disposable {
222
222
  toggleActiveConflict(inputNumber) {
223
223
  const activeModifiedBaseRange = this.activeModifiedBaseRange.get();
224
224
  if (!activeModifiedBaseRange) {
225
- this.notificationService.error(( localize(9022, "There is currently no conflict focused that can be toggled.")));
225
+ this.notificationService.error(( localize(9041, "There is currently no conflict focused that can be toggled.")));
226
226
  return;
227
227
  }
228
228
  transaction(tx => {
@@ -3,7 +3,7 @@ import { $ } from '@codingame/monaco-vscode-api/vscode/vs/base/browser/dom';
3
3
  import { CompareResult } from '@codingame/monaco-vscode-api/vscode/vs/base/common/arrays';
4
4
  import { MergeEditorLineRange } from '@codingame/monaco-vscode-4db3f2fb-d745-58fe-9e0e-eb67152ab711-common/vscode/vs/workbench/contrib/mergeEditor/browser/model/lineRange';
5
5
  import { join } from '@codingame/monaco-vscode-8ccb7637-50ea-5359-97bf-00015d7fe567-common/vscode/vs/workbench/contrib/mergeEditor/browser/utils';
6
- import { ConflictActionsFactory, ActionsSource } from '@codingame/monaco-vscode-2a04f0cd-b806-5886-909e-418183d32279-common/vscode/vs/workbench/contrib/mergeEditor/browser/view/conflictActions';
6
+ import { ConflictActionsFactory, ActionsSource } from '@codingame/monaco-vscode-08fd81c0-7fd8-5f7c-9776-f918dd532714-common/vscode/vs/workbench/contrib/mergeEditor/browser/view/conflictActions';
7
7
  import { getAlignments } from './lineAlignment.js';
8
8
 
9
9
  class ViewZoneComputer {
@@ -24,11 +24,11 @@ let KeyboardLayoutPickerContribution = class KeyboardLayoutPickerContribution ex
24
24
  this.keyboardLayoutService = keyboardLayoutService;
25
25
  this.statusbarService = statusbarService;
26
26
  this.pickerElement = this._register(( new MutableDisposable()));
27
- const name = ( localize(9690, "Keyboard Layout"));
27
+ const name = ( localize(9709, "Keyboard Layout"));
28
28
  const layout = this.keyboardLayoutService.getCurrentKeyboardLayout();
29
29
  if (layout) {
30
30
  const layoutInfo = parseKeyboardLayoutDescription(layout);
31
- const text = ( localize(9691, "Layout: {0}", layoutInfo.label));
31
+ const text = ( localize(9710, "Layout: {0}", layoutInfo.label));
32
32
  this.pickerElement.value = this.statusbarService.addEntry({
33
33
  name,
34
34
  text,
@@ -40,7 +40,7 @@ let KeyboardLayoutPickerContribution = class KeyboardLayoutPickerContribution ex
40
40
  const layout = this.keyboardLayoutService.getCurrentKeyboardLayout();
41
41
  const layoutInfo = parseKeyboardLayoutDescription(layout);
42
42
  if (this.pickerElement.value) {
43
- const text = ( localize(9691, "Layout: {0}", layoutInfo.label));
43
+ const text = ( localize(9710, "Layout: {0}", layoutInfo.label));
44
44
  this.pickerElement.value.update({
45
45
  name,
46
46
  text,
@@ -49,7 +49,7 @@ let KeyboardLayoutPickerContribution = class KeyboardLayoutPickerContribution ex
49
49
  });
50
50
  }
51
51
  else {
52
- const text = ( localize(9691, "Layout: {0}", layoutInfo.label));
52
+ const text = ( localize(9710, "Layout: {0}", layoutInfo.label));
53
53
  this.pickerElement.value = this.statusbarService.addEntry({
54
54
  name,
55
55
  text,
@@ -67,11 +67,11 @@ KeyboardLayoutPickerContribution = ( __decorate([
67
67
  registerWorkbenchContribution2(KeyboardLayoutPickerContribution.ID, KeyboardLayoutPickerContribution, WorkbenchPhase.BlockStartup);
68
68
  const DEFAULT_CONTENT = [
69
69
  `// ${( localize(
70
- 9692,
70
+ 9711,
71
71
  'Defines the keyboard layout used in VS Code in the browser environment.'
72
72
  ))}`,
73
73
  `// ${( localize(
74
- 9693,
74
+ 9712,
75
75
  'Open VS Code and run "Developer: Inspect Key Mappings (JSON)" from Command Palette.'
76
76
  ))}`,
77
77
  ``,
@@ -82,7 +82,7 @@ registerAction2(class extends Action2 {
82
82
  constructor() {
83
83
  super({
84
84
  id: KEYBOARD_LAYOUT_OPEN_PICKER,
85
- title: ( localize2(9694, "Change Keyboard Layout")),
85
+ title: ( localize2(9713, "Change Keyboard Layout")),
86
86
  f1: true
87
87
  });
88
88
  }
@@ -112,17 +112,17 @@ registerAction2(class extends Action2 {
112
112
  });
113
113
  if (picks.length > 0) {
114
114
  const platform = isMacintosh ? 'Mac' : isWindows ? 'Win' : 'Linux';
115
- picks.unshift({ type: 'separator', label: ( localize(9695, "Keyboard Layouts ({0})", platform)) });
115
+ picks.unshift({ type: 'separator', label: ( localize(9714, "Keyboard Layouts ({0})", platform)) });
116
116
  }
117
- const configureKeyboardLayout = { label: ( localize(9696, "Configure Keyboard Layout")) };
117
+ const configureKeyboardLayout = { label: ( localize(9715, "Configure Keyboard Layout")) };
118
118
  picks.unshift(configureKeyboardLayout);
119
119
  const autoDetectMode = {
120
- label: ( localize(9697, "Auto Detect")),
120
+ label: ( localize(9716, "Auto Detect")),
121
121
  description: isAutoDetect ? `Current: ${parseKeyboardLayoutDescription(currentLayout).label}` : undefined,
122
122
  picked: isAutoDetect ? true : undefined
123
123
  };
124
124
  picks.unshift(autoDetectMode);
125
- const pick = await quickInputService.pick(picks, { placeHolder: ( localize(9698, "Select Keyboard Layout")), matchOnDescription: true });
125
+ const pick = await quickInputService.pick(picks, { placeHolder: ( localize(9717, "Select Keyboard Layout")), matchOnDescription: true });
126
126
  if (!pick) {
127
127
  return;
128
128
  }
@@ -144,7 +144,7 @@ registerAction2(class extends Action2 {
144
144
  options: { pinned: true }
145
145
  });
146
146
  }, (error) => {
147
- throw ( new Error(( localize(9699, "Unable to create '{0}' ({1}).", (file.toString()), error))));
147
+ throw ( new Error(( localize(9718, "Unable to create '{0}' ({1}).", (file.toString()), error))));
148
148
  });
149
149
  return Promise.resolve();
150
150
  }
@@ -18,7 +18,7 @@ registerWorkbenchContribution2(SashSettingsController.ID, SashSettingsController
18
18
  minimum: 1,
19
19
  maximum: 20,
20
20
  description: ( localize(
21
- 10250,
21
+ 10269,
22
22
  "Controls the feedback area size in pixels of the dragging area in between views/editors. Set it to a larger value if you feel it's hard to resize views using the mouse."
23
23
  ))
24
24
  },
@@ -28,7 +28,7 @@ registerWorkbenchContribution2(SashSettingsController.ID, SashSettingsController
28
28
  minimum: 0,
29
29
  maximum: 2000,
30
30
  description: ( localize(
31
- 10251,
31
+ 10270,
32
32
  "Controls the hover feedback delay in milliseconds of the dragging area in between views/editors."
33
33
  ))
34
34
  },
@@ -117,8 +117,8 @@ let SyncScroll = class SyncScroll extends Disposable {
117
117
  toggleStatusbarItem(active) {
118
118
  if (active) {
119
119
  if (!this.statusBarEntry.value) {
120
- const text = ( localize(10467, 'Scrolling Locked'));
121
- const tooltip = ( localize(10468, 'Lock Scrolling Enabled'));
120
+ const text = ( localize(10486, 'Scrolling Locked'));
121
+ const tooltip = ( localize(10487, 'Lock Scrolling Enabled'));
122
122
  this.statusBarEntry.value = this.statusbarService.addEntry({
123
123
  name: text,
124
124
  text,
@@ -144,13 +144,13 @@ let SyncScroll = class SyncScroll extends Disposable {
144
144
  super({
145
145
  id: 'workbench.action.toggleLockedScrolling',
146
146
  title: {
147
- ...( localize2(10469, "Toggle Locked Scrolling Across Editors")),
148
- mnemonicTitle: ( localize(10470, "Locked Scrolling")),
147
+ ...( localize2(10488, "Toggle Locked Scrolling Across Editors")),
148
+ mnemonicTitle: ( localize(10489, "Locked Scrolling")),
149
149
  },
150
150
  category: Categories.View,
151
151
  f1: true,
152
152
  metadata: {
153
- description: ( localize(10471, "Synchronize Scrolling Editors")),
153
+ description: ( localize(10490, "Synchronize Scrolling Editors")),
154
154
  }
155
155
  });
156
156
  }
@@ -163,8 +163,8 @@ let SyncScroll = class SyncScroll extends Disposable {
163
163
  super({
164
164
  id: 'workbench.action.holdLockedScrolling',
165
165
  title: {
166
- ...( localize2(10472, "Hold Locked Scrolling Across Editors")),
167
- mnemonicTitle: ( localize(10473, "Locked Scrolling")),
166
+ ...( localize2(10491, "Hold Locked Scrolling Across Editors")),
167
+ mnemonicTitle: ( localize(10492, "Locked Scrolling")),
168
168
  },
169
169
  category: Categories.View,
170
170
  });
@@ -22,12 +22,12 @@ import { TypeHierarchyTreePeekWidget } from './typeHierarchyPeek.js';
22
22
  import { TypeHierarchyDirection, TypeHierarchyProviderRegistry, TypeHierarchyModel } from '@codingame/monaco-vscode-7f39b6f1-3542-5430-8760-0f404d7a7cee-common/vscode/vs/workbench/contrib/typeHierarchy/common/typeHierarchy';
23
23
 
24
24
  var TypeHierarchyController_1;
25
- const _ctxHasTypeHierarchyProvider = ( new RawContextKey('editorHasTypeHierarchyProvider', false, ( localize(12629, 'Whether a type hierarchy provider is available'))));
26
- const _ctxTypeHierarchyVisible = ( new RawContextKey('typeHierarchyVisible', false, ( localize(12630, 'Whether type hierarchy peek is currently showing'))));
25
+ const _ctxHasTypeHierarchyProvider = ( new RawContextKey('editorHasTypeHierarchyProvider', false, ( localize(12648, 'Whether a type hierarchy provider is available'))));
26
+ const _ctxTypeHierarchyVisible = ( new RawContextKey('typeHierarchyVisible', false, ( localize(12649, 'Whether type hierarchy peek is currently showing'))));
27
27
  const _ctxTypeHierarchyDirection = ( new RawContextKey(
28
28
  'typeHierarchyDirection',
29
29
  undefined,
30
- { type: 'string', description: ( localize(12631, 'whether type hierarchy shows super types or subtypes')) }
30
+ { type: 'string', description: ( localize(12650, 'whether type hierarchy shows super types or subtypes')) }
31
31
  ));
32
32
  function sanitizedDirection(candidate) {
33
33
  return candidate === TypeHierarchyDirection.Subtypes || candidate === TypeHierarchyDirection.Supertypes
@@ -96,14 +96,14 @@ let TypeHierarchyController = class TypeHierarchyController {
96
96
  this._widget.showModel(model);
97
97
  }
98
98
  else {
99
- this._widget.showMessage(( localize(12632, "No results")));
99
+ this._widget.showMessage(( localize(12651, "No results")));
100
100
  }
101
101
  }).catch(err => {
102
102
  if (isCancellationError(err)) {
103
103
  this.endTypeHierarchy();
104
104
  return;
105
105
  }
106
- this._widget.showMessage(( localize(12633, "Failed to show type hierarchy")));
106
+ this._widget.showMessage(( localize(12652, "Failed to show type hierarchy")));
107
107
  });
108
108
  }
109
109
  async startTypeHierarchyFromTypeHierarchy() {
@@ -148,7 +148,7 @@ registerAction2(class PeekTypeHierarchyAction extends EditorAction2 {
148
148
  constructor() {
149
149
  super({
150
150
  id: 'editor.showTypeHierarchy',
151
- title: ( localize2(12634, 'Peek Type Hierarchy')),
151
+ title: ( localize2(12653, 'Peek Type Hierarchy')),
152
152
  menu: {
153
153
  id: MenuId.EditorContextPeek,
154
154
  group: 'navigation',
@@ -167,7 +167,7 @@ registerAction2(class extends EditorAction2 {
167
167
  constructor() {
168
168
  super({
169
169
  id: 'editor.showSupertypes',
170
- title: ( localize2(12635, 'Show Supertypes')),
170
+ title: ( localize2(12654, 'Show Supertypes')),
171
171
  icon: Codicon.typeHierarchySuper,
172
172
  precondition: ( ContextKeyExpr.and(_ctxTypeHierarchyVisible, ( _ctxTypeHierarchyDirection.isEqualTo(TypeHierarchyDirection.Subtypes)))),
173
173
  keybinding: {
@@ -189,7 +189,7 @@ registerAction2(class extends EditorAction2 {
189
189
  constructor() {
190
190
  super({
191
191
  id: 'editor.showSubtypes',
192
- title: ( localize2(12636, 'Show Subtypes')),
192
+ title: ( localize2(12655, 'Show Subtypes')),
193
193
  icon: Codicon.typeHierarchySub,
194
194
  precondition: ( ContextKeyExpr.and(_ctxTypeHierarchyVisible, ( _ctxTypeHierarchyDirection.isEqualTo(TypeHierarchyDirection.Supertypes)))),
195
195
  keybinding: {
@@ -211,7 +211,7 @@ registerAction2(class extends EditorAction2 {
211
211
  constructor() {
212
212
  super({
213
213
  id: 'editor.refocusTypeHierarchy',
214
- title: ( localize2(12637, 'Refocus Type Hierarchy')),
214
+ title: ( localize2(12656, 'Refocus Type Hierarchy')),
215
215
  precondition: _ctxTypeHierarchyVisible,
216
216
  keybinding: {
217
217
  weight: KeybindingWeight.WorkbenchContrib,
@@ -227,7 +227,7 @@ registerAction2(class extends EditorAction2 {
227
227
  constructor() {
228
228
  super({
229
229
  id: 'editor.closeTypeHierarchy',
230
- title: ( localize(12638, 'Close')),
230
+ title: ( localize(12657, 'Close')),
231
231
  icon: Codicon.close,
232
232
  precondition: _ctxTypeHierarchyVisible,
233
233
  keybinding: {
@@ -265,13 +265,13 @@ let TypeHierarchyTreePeekWidget = class TypeHierarchyTreePeekWidget extends Peek
265
265
  }
266
266
  this._previewDisposable.add(value);
267
267
  const title = this._direction === TypeHierarchyDirection.Supertypes
268
- ? ( localize(12639, "Supertypes of '{0}'", element.model.root.name))
269
- : ( localize(12640, "Subtypes of '{0}'", element.model.root.name));
268
+ ? ( localize(12658, "Supertypes of '{0}'", element.model.root.name))
269
+ : ( localize(12659, "Subtypes of '{0}'", element.model.root.name));
270
270
  this.setTitle(title);
271
271
  }
272
272
  showLoading() {
273
273
  this._parent.dataset['state'] = State.Loading;
274
- this.setTitle(( localize(12641, "Loading...")));
274
+ this.setTitle(( localize(12660, "Loading...")));
275
275
  this._show();
276
276
  }
277
277
  showMessage(message) {
@@ -290,8 +290,8 @@ let TypeHierarchyTreePeekWidget = class TypeHierarchyTreePeekWidget extends Peek
290
290
  await this._tree.expand(root.element);
291
291
  if (root.children.length === 0) {
292
292
  this.showMessage(this._direction === TypeHierarchyDirection.Supertypes
293
- ? ( localize(12642, "No supertypes of '{0}'", model.root.name))
294
- : ( localize(12643, "No subtypes of '{0}'", model.root.name)));
293
+ ? ( localize(12661, "No supertypes of '{0}'", model.root.name))
294
+ : ( localize(12662, "No subtypes of '{0}'", model.root.name)));
295
295
  }
296
296
  else {
297
297
  this._parent.dataset['state'] = State.Data;
@@ -106,14 +106,14 @@ class AccessibilityProvider {
106
106
  this.getDirection = getDirection;
107
107
  }
108
108
  getWidgetAriaLabel() {
109
- return localize(12644, "Type Hierarchy");
109
+ return localize(12663, "Type Hierarchy");
110
110
  }
111
111
  getAriaLabel(element) {
112
112
  if (this.getDirection() === TypeHierarchyDirection.Supertypes) {
113
- return localize(12645, "supertypes of {0}", element.item.name);
113
+ return localize(12664, "supertypes of {0}", element.item.name);
114
114
  }
115
115
  else {
116
- return localize(12646, "subtypes of {0}", element.item.name);
116
+ return localize(12665, "subtypes of {0}", element.item.name);
117
117
  }
118
118
  }
119
119
  }
@@ -6,7 +6,7 @@ import { URI } from "@codingame/monaco-vscode-api/vscode/vs/base/common/uri";
6
6
  import { IContextKeyService } from "@codingame/monaco-vscode-api/vscode/vs/platform/contextkey/common/contextkey.service";
7
7
  import { ExtensionIdentifier } from "@codingame/monaco-vscode-api/vscode/vs/platform/extensions/common/extensions";
8
8
  import { IWorkbenchLayoutService } from "@codingame/monaco-vscode-api/vscode/vs/workbench/services/layout/browser/layoutService.service";
9
- import { IOverlayWebview, WebviewContentOptions, WebviewExtensionDescription, WebviewInitInfo, WebviewMessageReceivedEvent, WebviewOptions } from "@codingame/monaco-vscode-2a04f0cd-b806-5886-909e-418183d32279-common/vscode/vs/workbench/contrib/webview/browser/webview";
9
+ import { IOverlayWebview, WebviewContentOptions, WebviewExtensionDescription, WebviewInitInfo, WebviewMessageReceivedEvent, WebviewOptions } from "@codingame/monaco-vscode-08fd81c0-7fd8-5f7c-9776-f918dd532714-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
  /**
12
12
  * Webview that is absolutely positioned over another element and that can creates and destroys an underlying webview as needed.