monaco-editor-core 0.55.0-dev-20251029 → 0.55.0-dev-20251030

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 (165) hide show
  1. package/esm/nls.keys.json +1 -1
  2. package/esm/nls.messages.cs.js +2 -2
  3. package/esm/nls.messages.de.js +2 -2
  4. package/esm/nls.messages.es.js +2 -2
  5. package/esm/nls.messages.fr.js +2 -2
  6. package/esm/nls.messages.it.js +2 -2
  7. package/esm/nls.messages.ja.js +2 -2
  8. package/esm/nls.messages.js +1 -1
  9. package/esm/nls.messages.json +1 -1
  10. package/esm/nls.messages.ko.js +2 -2
  11. package/esm/nls.messages.pl.js +2 -2
  12. package/esm/nls.messages.pt-br.js +2 -2
  13. package/esm/nls.messages.ru.js +2 -2
  14. package/esm/nls.messages.tr.js +2 -2
  15. package/esm/nls.messages.zh-cn.js +2 -2
  16. package/esm/nls.messages.zh-tw.js +2 -2
  17. package/esm/nls.metadata.json +14 -0
  18. package/esm/vs/base/browser/markdownRenderer.js +52 -1
  19. package/esm/vs/base/browser/markdownRenderer.js.map +1 -1
  20. package/esm/vs/base/browser/ui/codicons/codicon/codicon.ttf +0 -0
  21. package/esm/vs/base/common/glob.js +41 -31
  22. package/esm/vs/base/common/glob.js.map +1 -1
  23. package/esm/vs/base/common/htmlContent.js +5 -1
  24. package/esm/vs/base/common/htmlContent.js.map +1 -1
  25. package/esm/vs/base/common/network.js +2 -6
  26. package/esm/vs/base/common/network.js.map +1 -1
  27. package/esm/vs/base/common/strings.js +7 -5
  28. package/esm/vs/base/common/strings.js.map +1 -1
  29. package/esm/vs/editor/common/textModelEditSource.js +1 -0
  30. package/esm/vs/editor/common/textModelEditSource.js.map +1 -1
  31. package/esm/vs/editor/contrib/colorPicker/browser/hoverColorPicker/hoverColorPickerParticipant.js +4 -0
  32. package/esm/vs/editor/contrib/colorPicker/browser/hoverColorPicker/hoverColorPickerParticipant.js.map +1 -1
  33. package/esm/vs/editor/contrib/colorPicker/browser/standaloneColorPicker/standaloneColorPickerActions.js +7 -7
  34. package/esm/vs/editor/contrib/comment/browser/comment.js +6 -6
  35. package/esm/vs/editor/contrib/contextmenu/browser/contextmenu.js +10 -10
  36. package/esm/vs/editor/contrib/cursorUndo/browser/cursorUndo.js +2 -2
  37. package/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteContribution.js +4 -4
  38. package/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteController.js +9 -9
  39. package/esm/vs/editor/contrib/dropOrPasteInto/browser/defaultProviders.js +8 -8
  40. package/esm/vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorController.js +3 -3
  41. package/esm/vs/editor/contrib/dropOrPasteInto/browser/postEditWidget.js +2 -2
  42. package/esm/vs/editor/contrib/editorState/browser/keybindingCancellation.js +1 -1
  43. package/esm/vs/editor/contrib/find/browser/findController.js +16 -16
  44. package/esm/vs/editor/contrib/find/browser/findWidget.js +26 -26
  45. package/esm/vs/editor/contrib/folding/browser/folding.js +20 -20
  46. package/esm/vs/editor/contrib/folding/browser/folding.js.map +1 -1
  47. package/esm/vs/editor/contrib/folding/browser/foldingDecorations.js +9 -9
  48. package/esm/vs/editor/contrib/fontZoom/browser/fontZoom.js +3 -3
  49. package/esm/vs/editor/contrib/format/browser/formatActions.js +2 -2
  50. package/esm/vs/editor/contrib/gotoError/browser/gotoError.js +8 -8
  51. package/esm/vs/editor/contrib/gotoError/browser/gotoErrorWidget.js +14 -14
  52. package/esm/vs/editor/contrib/gotoSymbol/browser/goToCommands.js +39 -39
  53. package/esm/vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition.js +1 -1
  54. package/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesController.js +3 -3
  55. package/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesTree.js +3 -3
  56. package/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget.js +3 -3
  57. package/esm/vs/editor/contrib/gotoSymbol/browser/referencesModel.js +8 -8
  58. package/esm/vs/editor/contrib/gotoSymbol/browser/symbolNavigation.js +3 -3
  59. package/esm/vs/editor/contrib/gpu/browser/gpuActions.js +4 -4
  60. package/esm/vs/editor/contrib/hover/browser/contentHoverRendered.js +17 -6
  61. package/esm/vs/editor/contrib/hover/browser/contentHoverRendered.js.map +1 -1
  62. package/esm/vs/editor/contrib/hover/browser/contentHoverWidgetWrapper.js +6 -3
  63. package/esm/vs/editor/contrib/hover/browser/contentHoverWidgetWrapper.js.map +1 -1
  64. package/esm/vs/editor/contrib/hover/browser/hover.css +36 -0
  65. package/esm/vs/editor/contrib/hover/browser/hoverActionIds.js +2 -2
  66. package/esm/vs/editor/contrib/hover/browser/hoverActions.js +24 -24
  67. package/esm/vs/editor/contrib/hover/browser/hoverCopyButton.js +51 -0
  68. package/esm/vs/editor/contrib/hover/browser/hoverCopyButton.js.map +1 -0
  69. package/esm/vs/editor/contrib/hover/browser/hoverTypes.js.map +1 -1
  70. package/esm/vs/editor/contrib/hover/browser/markdownHoverParticipant.js +25 -9
  71. package/esm/vs/editor/contrib/hover/browser/markdownHoverParticipant.js.map +1 -1
  72. package/esm/vs/editor/contrib/hover/browser/markerHoverParticipant.js +8 -5
  73. package/esm/vs/editor/contrib/hover/browser/markerHoverParticipant.js.map +1 -1
  74. package/esm/vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace.js +2 -2
  75. package/esm/vs/editor/contrib/indentation/browser/indentation.js +20 -20
  76. package/esm/vs/editor/contrib/inlayHints/browser/inlayHintsHover.js +8 -8
  77. package/esm/vs/editor/contrib/inlineCompletions/browser/controller/commands.js +20 -20
  78. package/esm/vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionContextKeys.js +12 -12
  79. package/esm/vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionsController.js +1 -1
  80. package/esm/vs/editor/contrib/inlineCompletions/browser/hintsWidget/hoverParticipant.js +4 -1
  81. package/esm/vs/editor/contrib/inlineCompletions/browser/hintsWidget/hoverParticipant.js.map +1 -1
  82. package/esm/vs/editor/contrib/inlineCompletions/browser/hintsWidget/inlineCompletionsHintsWidget.js +5 -5
  83. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/components/gutterIndicatorMenu.js +6 -6
  84. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsModel.js +1 -1
  85. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/theme.js +20 -20
  86. package/esm/vs/editor/contrib/insertFinalNewLine/browser/insertFinalNewLine.js +1 -1
  87. package/esm/vs/editor/contrib/lineSelection/browser/lineSelection.js +1 -1
  88. package/esm/vs/editor/contrib/linesOperations/browser/linesOperations.js +31 -31
  89. package/esm/vs/editor/contrib/linkedEditing/browser/linkedEditing.js +2 -2
  90. package/esm/vs/editor/contrib/links/browser/links.js +10 -10
  91. package/esm/vs/editor/contrib/message/browser/messageController.js +1 -1
  92. package/esm/vs/editor/contrib/multicursor/browser/multicursor.js +22 -22
  93. package/esm/vs/editor/contrib/parameterHints/browser/parameterHints.js +1 -1
  94. package/esm/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.js +4 -4
  95. package/esm/vs/editor/contrib/peekView/browser/peekView.js +18 -18
  96. package/esm/vs/editor/contrib/placeholderText/browser/placeholderText.contribution.js +1 -1
  97. package/esm/vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess.js +8 -8
  98. package/esm/vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess.js +32 -32
  99. package/esm/vs/editor/contrib/readOnlyMessage/browser/contribution.js +2 -2
  100. package/esm/vs/editor/contrib/rename/browser/rename.js +11 -11
  101. package/esm/vs/editor/contrib/rename/browser/renameWidget.js +7 -7
  102. package/esm/vs/editor/contrib/smartSelect/browser/smartSelect.js +4 -4
  103. package/esm/vs/editor/contrib/snippet/browser/snippetController2.js +4 -4
  104. package/esm/vs/editor/contrib/snippet/browser/snippetVariables.js +4 -4
  105. package/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollActions.js +11 -11
  106. package/esm/vs/editor/contrib/suggest/browser/suggest.js +8 -8
  107. package/esm/vs/editor/contrib/suggest/browser/suggestController.js +10 -10
  108. package/esm/vs/editor/contrib/suggest/browser/suggestWidget.js +17 -17
  109. package/esm/vs/editor/contrib/suggest/browser/suggestWidgetDetails.js +2 -2
  110. package/esm/vs/editor/contrib/suggest/browser/suggestWidgetRenderer.js +2 -2
  111. package/esm/vs/editor/contrib/suggest/browser/wordContextKey.js +1 -1
  112. package/esm/vs/editor/contrib/symbolIcons/browser/symbolIcons.js +33 -33
  113. package/esm/vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode.js +4 -4
  114. package/esm/vs/editor/contrib/tokenization/browser/tokenization.js +1 -1
  115. package/esm/vs/editor/contrib/unicodeHighlighter/browser/bannerController.js +1 -1
  116. package/esm/vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter.js +27 -24
  117. package/esm/vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter.js.map +1 -1
  118. package/esm/vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators.js +5 -5
  119. package/esm/vs/editor/contrib/wordHighlighter/browser/highlightDecorations.js +9 -9
  120. package/esm/vs/editor/contrib/wordHighlighter/browser/wordHighlighter.js +3 -3
  121. package/esm/vs/editor/contrib/wordOperations/browser/wordOperations.js +1 -1
  122. package/esm/vs/platform/accessibilitySignal/browser/accessibilitySignalService.js +62 -62
  123. package/esm/vs/platform/action/common/actionCommonCategories.js +6 -6
  124. package/esm/vs/platform/actionWidget/browser/actionList.js +4 -4
  125. package/esm/vs/platform/actionWidget/browser/actionWidget.js +7 -7
  126. package/esm/vs/platform/actions/browser/menuEntryActionViewItem.js +5 -5
  127. package/esm/vs/platform/actions/browser/toolbar.js +2 -2
  128. package/esm/vs/platform/actions/common/actions.js +2 -0
  129. package/esm/vs/platform/actions/common/actions.js.map +1 -1
  130. package/esm/vs/platform/actions/common/menuService.js +2 -2
  131. package/esm/vs/platform/configuration/common/configurationRegistry.js +10 -10
  132. package/esm/vs/platform/contextkey/browser/contextKeyService.js +1 -1
  133. package/esm/vs/platform/contextkey/common/contextkey.js +9 -9
  134. package/esm/vs/platform/contextkey/common/contextkeys.js +9 -9
  135. package/esm/vs/platform/contextkey/common/scanner.js +5 -5
  136. package/esm/vs/platform/history/browser/contextScopedHistoryWidget.js +1 -1
  137. package/esm/vs/platform/hover/browser/hoverWidget.js +1 -1
  138. package/esm/vs/platform/hover/browser/updatableHoverWidget.js +1 -1
  139. package/esm/vs/platform/keybinding/common/abstractKeybindingService.js +4 -4
  140. package/esm/vs/platform/list/browser/listService.js +27 -27
  141. package/esm/vs/platform/markers/common/markerService.js +2 -2
  142. package/esm/vs/platform/markers/common/markers.js +6 -6
  143. package/esm/vs/platform/quickinput/browser/commandsQuickAccess.js +7 -7
  144. package/esm/vs/platform/quickinput/browser/helpQuickAccess.js +1 -1
  145. package/esm/vs/platform/quickinput/browser/quickInput.js +10 -10
  146. package/esm/vs/platform/quickinput/browser/quickInputActions.js +5 -5
  147. package/esm/vs/platform/quickinput/browser/quickInputController.js +6 -6
  148. package/esm/vs/platform/quickinput/browser/quickInputList.js +1 -1
  149. package/esm/vs/platform/quickinput/browser/quickInputUtils.js +1 -1
  150. package/esm/vs/platform/quickinput/browser/tree/quickInputTreeAccessibilityProvider.js +1 -1
  151. package/esm/vs/platform/theme/common/colorUtils.js +2 -2
  152. package/esm/vs/platform/theme/common/colors/baseColors.js +17 -17
  153. package/esm/vs/platform/theme/common/colors/chartsColors.js +8 -8
  154. package/esm/vs/platform/theme/common/colors/editorColors.js +95 -95
  155. package/esm/vs/platform/theme/common/colors/inputColors.js +47 -47
  156. package/esm/vs/platform/theme/common/colors/listColors.js +36 -36
  157. package/esm/vs/platform/theme/common/colors/menuColors.js +7 -7
  158. package/esm/vs/platform/theme/common/colors/minimapColors.js +11 -11
  159. package/esm/vs/platform/theme/common/colors/miscColors.js +16 -16
  160. package/esm/vs/platform/theme/common/colors/quickpickColors.js +9 -9
  161. package/esm/vs/platform/theme/common/colors/searchColors.js +3 -3
  162. package/esm/vs/platform/theme/common/iconRegistry.js +6 -6
  163. package/esm/vs/platform/undoRedo/common/undoRedoService.js +20 -20
  164. package/esm/vs/platform/workspace/common/workspace.js +1 -1
  165. package/package.json +2 -2
@@ -131,7 +131,7 @@ class GrowSelectionAction extends AbstractSmartSelect {
131
131
  constructor() {
132
132
  super(true, {
133
133
  id: 'editor.action.smartSelect.expand',
134
- label: nls.localize2(1394, "Expand Selection"),
134
+ label: nls.localize2(1397, "Expand Selection"),
135
135
  precondition: undefined,
136
136
  kbOpts: {
137
137
  kbExpr: EditorContextKeys.editorTextFocus,
@@ -145,7 +145,7 @@ class GrowSelectionAction extends AbstractSmartSelect {
145
145
  menuOpts: {
146
146
  menuId: MenuId.MenubarSelectionMenu,
147
147
  group: '1_basic',
148
- title: nls.localize(1392, "&&Expand Selection"),
148
+ title: nls.localize(1395, "&&Expand Selection"),
149
149
  order: 2
150
150
  }
151
151
  });
@@ -157,7 +157,7 @@ class ShrinkSelectionAction extends AbstractSmartSelect {
157
157
  constructor() {
158
158
  super(false, {
159
159
  id: 'editor.action.smartSelect.shrink',
160
- label: nls.localize2(1395, "Shrink Selection"),
160
+ label: nls.localize2(1398, "Shrink Selection"),
161
161
  precondition: undefined,
162
162
  kbOpts: {
163
163
  kbExpr: EditorContextKeys.editorTextFocus,
@@ -171,7 +171,7 @@ class ShrinkSelectionAction extends AbstractSmartSelect {
171
171
  menuOpts: {
172
172
  menuId: MenuId.MenubarSelectionMenu,
173
173
  group: '1_basic',
174
- title: nls.localize(1393, "&&Shrink Selection"),
174
+ title: nls.localize(1396, "&&Shrink Selection"),
175
175
  order: 3
176
176
  }
177
177
  });
@@ -40,9 +40,9 @@ let SnippetController2 = class SnippetController2 {
40
40
  static get(editor) {
41
41
  return editor.getContribution(SnippetController2_1.ID);
42
42
  }
43
- static { this.InSnippetMode = new RawContextKey('inSnippetMode', false, localize(1396, "Whether the editor in current in snippet mode")); }
44
- static { this.HasNextTabstop = new RawContextKey('hasNextTabstop', false, localize(1397, "Whether there is a next tab stop when in snippet mode")); }
45
- static { this.HasPrevTabstop = new RawContextKey('hasPrevTabstop', false, localize(1398, "Whether there is a previous tab stop when in snippet mode")); }
43
+ static { this.InSnippetMode = new RawContextKey('inSnippetMode', false, localize(1399, "Whether the editor in current in snippet mode")); }
44
+ static { this.HasNextTabstop = new RawContextKey('hasNextTabstop', false, localize(1400, "Whether there is a next tab stop when in snippet mode")); }
45
+ static { this.HasPrevTabstop = new RawContextKey('hasPrevTabstop', false, localize(1401, "Whether there is a previous tab stop when in snippet mode")); }
46
46
  constructor(_editor, _logService, _languageFeaturesService, contextKeyService, _languageConfigurationService) {
47
47
  this._editor = _editor;
48
48
  this._logService = _logService;
@@ -128,7 +128,7 @@ let SnippetController2 = class SnippetController2 {
128
128
  sortText: 'a'.repeat(i + 1),
129
129
  range: activeChoice.range,
130
130
  filterText: isAnyOfOptions ? `${word}_${option.value}` : undefined,
131
- command: { id: 'jumpToNextSnippetPlaceholder', title: localize(1399, 'Go to next placeholder...') }
131
+ command: { id: 'jumpToNextSnippetPlaceholder', title: localize(1402, 'Go to next placeholder...') }
132
132
  });
133
133
  }
134
134
  return { suggestions };
@@ -245,10 +245,10 @@ export class TimeBasedVariableResolver {
245
245
  constructor() {
246
246
  this._date = new Date();
247
247
  }
248
- static { this.dayNames = [nls.localize(1400, "Sunday"), nls.localize(1401, "Monday"), nls.localize(1402, "Tuesday"), nls.localize(1403, "Wednesday"), nls.localize(1404, "Thursday"), nls.localize(1405, "Friday"), nls.localize(1406, "Saturday")]; }
249
- static { this.dayNamesShort = [nls.localize(1407, "Sun"), nls.localize(1408, "Mon"), nls.localize(1409, "Tue"), nls.localize(1410, "Wed"), nls.localize(1411, "Thu"), nls.localize(1412, "Fri"), nls.localize(1413, "Sat")]; }
250
- static { this.monthNames = [nls.localize(1414, "January"), nls.localize(1415, "February"), nls.localize(1416, "March"), nls.localize(1417, "April"), nls.localize(1418, "May"), nls.localize(1419, "June"), nls.localize(1420, "July"), nls.localize(1421, "August"), nls.localize(1422, "September"), nls.localize(1423, "October"), nls.localize(1424, "November"), nls.localize(1425, "December")]; }
251
- static { this.monthNamesShort = [nls.localize(1426, "Jan"), nls.localize(1427, "Feb"), nls.localize(1428, "Mar"), nls.localize(1429, "Apr"), nls.localize(1430, "May"), nls.localize(1431, "Jun"), nls.localize(1432, "Jul"), nls.localize(1433, "Aug"), nls.localize(1434, "Sep"), nls.localize(1435, "Oct"), nls.localize(1436, "Nov"), nls.localize(1437, "Dec")]; }
248
+ static { this.dayNames = [nls.localize(1403, "Sunday"), nls.localize(1404, "Monday"), nls.localize(1405, "Tuesday"), nls.localize(1406, "Wednesday"), nls.localize(1407, "Thursday"), nls.localize(1408, "Friday"), nls.localize(1409, "Saturday")]; }
249
+ static { this.dayNamesShort = [nls.localize(1410, "Sun"), nls.localize(1411, "Mon"), nls.localize(1412, "Tue"), nls.localize(1413, "Wed"), nls.localize(1414, "Thu"), nls.localize(1415, "Fri"), nls.localize(1416, "Sat")]; }
250
+ static { this.monthNames = [nls.localize(1417, "January"), nls.localize(1418, "February"), nls.localize(1419, "March"), nls.localize(1420, "April"), nls.localize(1421, "May"), nls.localize(1422, "June"), nls.localize(1423, "July"), nls.localize(1424, "August"), nls.localize(1425, "September"), nls.localize(1426, "October"), nls.localize(1427, "November"), nls.localize(1428, "December")]; }
251
+ static { this.monthNamesShort = [nls.localize(1429, "Jan"), nls.localize(1430, "Feb"), nls.localize(1431, "Mar"), nls.localize(1432, "Apr"), nls.localize(1433, "May"), nls.localize(1434, "Jun"), nls.localize(1435, "Jul"), nls.localize(1436, "Aug"), nls.localize(1437, "Sep"), nls.localize(1438, "Oct"), nls.localize(1439, "Nov"), nls.localize(1440, "Dec")]; }
252
252
  resolve(variable) {
253
253
  const { name } = variable;
254
254
  if (name === 'CURRENT_YEAR') {
@@ -15,17 +15,17 @@ export class ToggleStickyScroll extends EditorAction2 {
15
15
  super({
16
16
  id: 'editor.action.toggleStickyScroll',
17
17
  title: {
18
- ...localize2(1442, "Toggle Editor Sticky Scroll"),
19
- mnemonicTitle: localize(1438, "&&Toggle Editor Sticky Scroll"),
18
+ ...localize2(1445, "Toggle Editor Sticky Scroll"),
19
+ mnemonicTitle: localize(1441, "&&Toggle Editor Sticky Scroll"),
20
20
  },
21
21
  metadata: {
22
- description: localize2(1443, "Toggle/enable the editor sticky scroll which shows the nested scopes at the top of the viewport"),
22
+ description: localize2(1446, "Toggle/enable the editor sticky scroll which shows the nested scopes at the top of the viewport"),
23
23
  },
24
24
  category: Categories.View,
25
25
  toggled: {
26
26
  condition: ContextKeyExpr.equals('config.editor.stickyScroll.enabled', true),
27
- title: localize(1439, "Sticky Scroll"),
28
- mnemonicTitle: localize(1440, "&&Sticky Scroll"),
27
+ title: localize(1442, "Sticky Scroll"),
28
+ mnemonicTitle: localize(1443, "&&Sticky Scroll"),
29
29
  },
30
30
  menu: [
31
31
  { id: MenuId.CommandPalette },
@@ -50,8 +50,8 @@ export class FocusStickyScroll extends EditorAction2 {
50
50
  super({
51
51
  id: 'editor.action.focusStickyScroll',
52
52
  title: {
53
- ...localize2(1444, "Focus Editor Sticky Scroll"),
54
- mnemonicTitle: localize(1441, "&&Focus Editor Sticky Scroll"),
53
+ ...localize2(1447, "Focus Editor Sticky Scroll"),
54
+ mnemonicTitle: localize(1444, "&&Focus Editor Sticky Scroll"),
55
55
  },
56
56
  precondition: ContextKeyExpr.and(ContextKeyExpr.has('config.editor.stickyScroll.enabled'), EditorContextKeys.stickyScrollVisible),
57
57
  menu: [
@@ -67,7 +67,7 @@ export class SelectNextStickyScrollLine extends EditorAction2 {
67
67
  constructor() {
68
68
  super({
69
69
  id: 'editor.action.selectNextStickyScrollLine',
70
- title: localize2(1445, "Select the next editor sticky scroll line"),
70
+ title: localize2(1448, "Select the next editor sticky scroll line"),
71
71
  precondition: EditorContextKeys.stickyScrollFocused.isEqualTo(true),
72
72
  keybinding: {
73
73
  weight,
@@ -83,7 +83,7 @@ export class SelectPreviousStickyScrollLine extends EditorAction2 {
83
83
  constructor() {
84
84
  super({
85
85
  id: 'editor.action.selectPreviousStickyScrollLine',
86
- title: localize2(1446, "Select the previous sticky scroll line"),
86
+ title: localize2(1449, "Select the previous sticky scroll line"),
87
87
  precondition: EditorContextKeys.stickyScrollFocused.isEqualTo(true),
88
88
  keybinding: {
89
89
  weight,
@@ -99,7 +99,7 @@ export class GoToStickyScrollLine extends EditorAction2 {
99
99
  constructor() {
100
100
  super({
101
101
  id: 'editor.action.goToFocusedStickyScrollLine',
102
- title: localize2(1447, "Go to the focused sticky scroll line"),
102
+ title: localize2(1450, "Go to the focused sticky scroll line"),
103
103
  precondition: EditorContextKeys.stickyScrollFocused.isEqualTo(true),
104
104
  keybinding: {
105
105
  weight,
@@ -115,7 +115,7 @@ export class SelectEditor extends EditorAction2 {
115
115
  constructor() {
116
116
  super({
117
117
  id: 'editor.action.selectEditor',
118
- title: localize2(1448, "Select Editor"),
118
+ title: localize2(1451, "Select Editor"),
119
119
  precondition: EditorContextKeys.stickyScrollFocused.isEqualTo(true),
120
120
  keybinding: {
121
121
  weight,
@@ -21,14 +21,14 @@ import { ILanguageFeaturesService } from '../../../common/services/languageFeatu
21
21
  import { historyNavigationVisible } from '../../../../platform/history/browser/contextScopedHistoryWidget.js';
22
22
  export const Context = {
23
23
  Visible: historyNavigationVisible,
24
- HasFocusedSuggestion: new RawContextKey('suggestWidgetHasFocusedSuggestion', false, localize(1449, "Whether any suggestion is focused")),
25
- DetailsVisible: new RawContextKey('suggestWidgetDetailsVisible', false, localize(1450, "Whether suggestion details are visible")),
26
- MultipleSuggestions: new RawContextKey('suggestWidgetMultipleSuggestions', false, localize(1451, "Whether there are multiple suggestions to pick from")),
27
- MakesTextEdit: new RawContextKey('suggestionMakesTextEdit', true, localize(1452, "Whether inserting the current suggestion yields in a change or has everything already been typed")),
28
- AcceptSuggestionsOnEnter: new RawContextKey('acceptSuggestionOnEnter', true, localize(1453, "Whether suggestions are inserted when pressing Enter")),
29
- HasInsertAndReplaceRange: new RawContextKey('suggestionHasInsertAndReplaceRange', false, localize(1454, "Whether the current suggestion has insert and replace behaviour")),
30
- InsertMode: new RawContextKey('suggestionInsertMode', undefined, { type: 'string', description: localize(1455, "Whether the default behaviour is to insert or replace") }),
31
- CanResolve: new RawContextKey('suggestionCanResolve', false, localize(1456, "Whether the current suggestion supports to resolve further details")),
24
+ HasFocusedSuggestion: new RawContextKey('suggestWidgetHasFocusedSuggestion', false, localize(1452, "Whether any suggestion is focused")),
25
+ DetailsVisible: new RawContextKey('suggestWidgetDetailsVisible', false, localize(1453, "Whether suggestion details are visible")),
26
+ MultipleSuggestions: new RawContextKey('suggestWidgetMultipleSuggestions', false, localize(1454, "Whether there are multiple suggestions to pick from")),
27
+ MakesTextEdit: new RawContextKey('suggestionMakesTextEdit', true, localize(1455, "Whether inserting the current suggestion yields in a change or has everything already been typed")),
28
+ AcceptSuggestionsOnEnter: new RawContextKey('acceptSuggestionOnEnter', true, localize(1456, "Whether suggestions are inserted when pressing Enter")),
29
+ HasInsertAndReplaceRange: new RawContextKey('suggestionHasInsertAndReplaceRange', false, localize(1457, "Whether the current suggestion has insert and replace behaviour")),
30
+ InsertMode: new RawContextKey('suggestionInsertMode', undefined, { type: 'string', description: localize(1458, "Whether the default behaviour is to insert or replace") }),
31
+ CanResolve: new RawContextKey('suggestionCanResolve', false, localize(1459, "Whether the current suggestion supports to resolve further details")),
32
32
  };
33
33
  export const suggestWidgetStatusbarMenu = new MenuId('suggestWidgetStatusBar');
34
34
  export class CompletionItem {
@@ -482,7 +482,7 @@ let SuggestController = class SuggestController {
482
482
  }
483
483
  _alertCompletionItem(item) {
484
484
  if (isNonEmptyArray(item.completion.additionalTextEdits)) {
485
- const msg = nls.localize(1457, "Accepting '{0}' made {1} additional edits", item.textLabel, item.completion.additionalTextEdits.length);
485
+ const msg = nls.localize(1460, "Accepting '{0}' made {1} additional edits", item.textLabel, item.completion.additionalTextEdits.length);
486
486
  alert(msg);
487
487
  }
488
488
  }
@@ -669,7 +669,7 @@ export class TriggerSuggestAction extends EditorAction {
669
669
  constructor() {
670
670
  super({
671
671
  id: TriggerSuggestAction.id,
672
- label: nls.localize2(1465, "Trigger Suggest"),
672
+ label: nls.localize2(1468, "Trigger Suggest"),
673
673
  precondition: ContextKeyExpr.and(EditorContextKeys.writable, EditorContextKeys.hasCompletionItemProvider, SuggestContext.Visible.toNegated()),
674
674
  kbOpts: {
675
675
  kbExpr: EditorContextKeys.textInputFocus,
@@ -717,19 +717,19 @@ registerEditorCommand(new SuggestCommand({
717
717
  }],
718
718
  menuOpts: [{
719
719
  menuId: suggestWidgetStatusbarMenu,
720
- title: nls.localize(1458, "Insert"),
720
+ title: nls.localize(1461, "Insert"),
721
721
  group: 'left',
722
722
  order: 1,
723
723
  when: SuggestContext.HasInsertAndReplaceRange.toNegated()
724
724
  }, {
725
725
  menuId: suggestWidgetStatusbarMenu,
726
- title: nls.localize(1459, "Insert"),
726
+ title: nls.localize(1462, "Insert"),
727
727
  group: 'left',
728
728
  order: 1,
729
729
  when: ContextKeyExpr.and(SuggestContext.HasInsertAndReplaceRange, SuggestContext.InsertMode.isEqualTo('insert'))
730
730
  }, {
731
731
  menuId: suggestWidgetStatusbarMenu,
732
- title: nls.localize(1460, "Replace"),
732
+ title: nls.localize(1463, "Replace"),
733
733
  group: 'left',
734
734
  order: 1,
735
735
  when: ContextKeyExpr.and(SuggestContext.HasInsertAndReplaceRange, SuggestContext.InsertMode.isEqualTo('replace'))
@@ -752,13 +752,13 @@ registerEditorCommand(new SuggestCommand({
752
752
  group: 'left',
753
753
  order: 2,
754
754
  when: ContextKeyExpr.and(SuggestContext.HasInsertAndReplaceRange, SuggestContext.InsertMode.isEqualTo('insert')),
755
- title: nls.localize(1461, "Replace")
755
+ title: nls.localize(1464, "Replace")
756
756
  }, {
757
757
  menuId: suggestWidgetStatusbarMenu,
758
758
  group: 'left',
759
759
  order: 2,
760
760
  when: ContextKeyExpr.and(SuggestContext.HasInsertAndReplaceRange, SuggestContext.InsertMode.isEqualTo('replace')),
761
- title: nls.localize(1462, "Insert")
761
+ title: nls.localize(1465, "Insert")
762
762
  }]
763
763
  }));
764
764
  // continue to support the old command
@@ -866,13 +866,13 @@ registerEditorCommand(new SuggestCommand({
866
866
  group: 'right',
867
867
  order: 1,
868
868
  when: ContextKeyExpr.and(SuggestContext.DetailsVisible, SuggestContext.CanResolve),
869
- title: nls.localize(1463, "Show Less")
869
+ title: nls.localize(1466, "Show Less")
870
870
  }, {
871
871
  menuId: suggestWidgetStatusbarMenu,
872
872
  group: 'right',
873
873
  order: 1,
874
874
  when: ContextKeyExpr.and(SuggestContext.DetailsVisible.toNegated(), SuggestContext.CanResolve),
875
- title: nls.localize(1464, "Show More")
875
+ title: nls.localize(1467, "Show More")
876
876
  }]
877
877
  }));
878
878
  registerEditorCommand(new SuggestCommand({
@@ -931,7 +931,7 @@ registerEditorAction(class extends EditorAction {
931
931
  constructor() {
932
932
  super({
933
933
  id: 'editor.action.resetSuggestSize',
934
- label: nls.localize2(1466, "Reset Suggest Widget Size"),
934
+ label: nls.localize2(1469, "Reset Suggest Widget Size"),
935
935
  precondition: undefined
936
936
  });
937
937
  }
@@ -42,15 +42,15 @@ import { isWindows } from '../../../../base/common/platform.js';
42
42
  /**
43
43
  * Suggest widget colors
44
44
  */
45
- registerColor('editorSuggestWidget.background', editorWidgetBackground, nls.localize(1467, 'Background color of the suggest widget.'));
46
- registerColor('editorSuggestWidget.border', editorWidgetBorder, nls.localize(1468, 'Border color of the suggest widget.'));
47
- export const editorSuggestWidgetForeground = registerColor('editorSuggestWidget.foreground', editorForeground, nls.localize(1469, 'Foreground color of the suggest widget.'));
48
- registerColor('editorSuggestWidget.selectedForeground', quickInputListFocusForeground, nls.localize(1470, 'Foreground color of the selected entry in the suggest widget.'));
49
- registerColor('editorSuggestWidget.selectedIconForeground', quickInputListFocusIconForeground, nls.localize(1471, 'Icon foreground color of the selected entry in the suggest widget.'));
50
- export const editorSuggestWidgetSelectedBackground = registerColor('editorSuggestWidget.selectedBackground', quickInputListFocusBackground, nls.localize(1472, 'Background color of the selected entry in the suggest widget.'));
51
- registerColor('editorSuggestWidget.highlightForeground', listHighlightForeground, nls.localize(1473, 'Color of the match highlights in the suggest widget.'));
52
- registerColor('editorSuggestWidget.focusHighlightForeground', listFocusHighlightForeground, nls.localize(1474, 'Color of the match highlights in the suggest widget when an item is focused.'));
53
- registerColor('editorSuggestWidgetStatus.foreground', transparent(editorSuggestWidgetForeground, .5), nls.localize(1475, 'Foreground color of the suggest widget status.'));
45
+ registerColor('editorSuggestWidget.background', editorWidgetBackground, nls.localize(1470, 'Background color of the suggest widget.'));
46
+ registerColor('editorSuggestWidget.border', editorWidgetBorder, nls.localize(1471, 'Border color of the suggest widget.'));
47
+ export const editorSuggestWidgetForeground = registerColor('editorSuggestWidget.foreground', editorForeground, nls.localize(1472, 'Foreground color of the suggest widget.'));
48
+ registerColor('editorSuggestWidget.selectedForeground', quickInputListFocusForeground, nls.localize(1473, 'Foreground color of the selected entry in the suggest widget.'));
49
+ registerColor('editorSuggestWidget.selectedIconForeground', quickInputListFocusIconForeground, nls.localize(1474, 'Icon foreground color of the selected entry in the suggest widget.'));
50
+ export const editorSuggestWidgetSelectedBackground = registerColor('editorSuggestWidget.selectedBackground', quickInputListFocusBackground, nls.localize(1475, 'Background color of the selected entry in the suggest widget.'));
51
+ registerColor('editorSuggestWidget.highlightForeground', listHighlightForeground, nls.localize(1476, 'Color of the match highlights in the suggest widget.'));
52
+ registerColor('editorSuggestWidget.focusHighlightForeground', listFocusHighlightForeground, nls.localize(1477, 'Color of the match highlights in the suggest widget when an item is focused.'));
53
+ registerColor('editorSuggestWidgetStatus.foreground', transparent(editorSuggestWidgetForeground, .5), nls.localize(1478, 'Foreground color of the suggest widget status.'));
54
54
  class PersistedWidgetSize {
55
55
  constructor(_service, editor) {
56
56
  this._service = _service;
@@ -78,8 +78,8 @@ class PersistedWidgetSize {
78
78
  }
79
79
  let SuggestWidget = class SuggestWidget {
80
80
  static { SuggestWidget_1 = this; }
81
- static { this.LOADING_MESSAGE = nls.localize(1476, "Loading..."); }
82
- static { this.NO_SUGGESTIONS_MESSAGE = nls.localize(1477, "No suggestions."); }
81
+ static { this.LOADING_MESSAGE = nls.localize(1479, "Loading..."); }
82
+ static { this.NO_SUGGESTIONS_MESSAGE = nls.localize(1480, "No suggestions."); }
83
83
  constructor(editor, _storageService, _contextKeyService, _themeService, instantiationService) {
84
84
  this.editor = editor;
85
85
  this._storageService = _storageService;
@@ -166,7 +166,7 @@ let SuggestWidget = class SuggestWidget {
166
166
  multipleSelectionSupport: false,
167
167
  accessibilityProvider: {
168
168
  getRole: () => isWindows ? 'listitem' : 'option',
169
- getWidgetAriaLabel: () => nls.localize(1478, "Suggest"),
169
+ getWidgetAriaLabel: () => nls.localize(1481, "Suggest"),
170
170
  getWidgetRole: () => 'listbox',
171
171
  getAriaLabel: (item) => {
172
172
  let label = item.textLabel;
@@ -174,24 +174,24 @@ let SuggestWidget = class SuggestWidget {
174
174
  if (typeof item.completion.label !== 'string') {
175
175
  const { detail, description } = item.completion.label;
176
176
  if (detail && description) {
177
- label = nls.localize(1479, '{0} {1}, {2}, {3}', label, detail, description, kindLabel);
177
+ label = nls.localize(1482, '{0} {1}, {2}, {3}', label, detail, description, kindLabel);
178
178
  }
179
179
  else if (detail) {
180
- label = nls.localize(1480, '{0} {1}, {2}', label, detail, kindLabel);
180
+ label = nls.localize(1483, '{0} {1}, {2}', label, detail, kindLabel);
181
181
  }
182
182
  else if (description) {
183
- label = nls.localize(1481, '{0}, {1}, {2}', label, description, kindLabel);
183
+ label = nls.localize(1484, '{0}, {1}, {2}', label, description, kindLabel);
184
184
  }
185
185
  }
186
186
  else {
187
- label = nls.localize(1482, '{0}, {1}', label, kindLabel);
187
+ label = nls.localize(1485, '{0}, {1}', label, kindLabel);
188
188
  }
189
189
  if (!item.isResolved || !this._isDetailsVisible()) {
190
190
  return label;
191
191
  }
192
192
  const { documentation, detail } = item.completion;
193
193
  const docs = strings.format('{0}{1}', detail || '', documentation ? (typeof documentation === 'string' ? documentation : documentation.value) : '');
194
- return nls.localize(1483, "{0}, docs: {1}", label, docs);
194
+ return nls.localize(1486, "{0}, docs: {1}", label, docs);
195
195
  },
196
196
  }
197
197
  });
@@ -48,7 +48,7 @@ let SuggestDetailsWidget = class SuggestDetailsWidget {
48
48
  this._disposables.add(this._scrollbar);
49
49
  this._header = dom.append(this._body, dom.$('.header'));
50
50
  this._close = dom.append(this._header, dom.$('span' + ThemeIcon.asCSSSelector(Codicon.close)));
51
- this._close.title = nls.localize(1484, "Close");
51
+ this._close.title = nls.localize(1487, "Close");
52
52
  this._close.role = 'button';
53
53
  this._close.tabIndex = -1;
54
54
  this._type = dom.append(this._header, dom.$('p.type'));
@@ -94,7 +94,7 @@ let SuggestDetailsWidget = class SuggestDetailsWidget {
94
94
  };
95
95
  }
96
96
  renderLoading() {
97
- this._type.textContent = nls.localize(1485, "Loading...");
97
+ this._type.textContent = nls.localize(1488, "Loading...");
98
98
  this._docs.textContent = '';
99
99
  this.domNode.classList.remove('no-docs', 'no-type');
100
100
  this.layout(this.size.width, this.getLayoutInfo().lineHeight * 2);
@@ -28,7 +28,7 @@ import { FileKind } from '../../../../platform/files/common/files.js';
28
28
  import { registerIcon } from '../../../../platform/theme/common/iconRegistry.js';
29
29
  import { IThemeService } from '../../../../platform/theme/common/themeService.js';
30
30
  import { canExpandCompletionItem } from './suggestWidgetDetails.js';
31
- const suggestMoreInfoIcon = registerIcon('suggest-more-info', Codicon.chevronRight, nls.localize(1486, 'Icon for more information in the suggest widget.'));
31
+ const suggestMoreInfoIcon = registerIcon('suggest-more-info', Codicon.chevronRight, nls.localize(1489, 'Icon for more information in the suggest widget.'));
32
32
  const _completionItemColor = new class ColorExtractor {
33
33
  static { this._regexRelaxed = /(#([\da-fA-F]{3}){1,2}|(rgb|hsl)a\(\s*(\d{1,3}%?\s*,\s*){3}(1|0?\.\d+)\)|(rgb|hsl)\(\s*\d{1,3}%?(\s*,\s*\d{1,3}%?){2}\s*\))/; }
34
34
  static { this._regexStrict = new RegExp(`^${ColorExtractor._regexRelaxed.source}$`, 'i'); }
@@ -84,7 +84,7 @@ let ItemRenderer = class ItemRenderer {
84
84
  const qualifierLabel = append(left, $('span.qualifier-label'));
85
85
  const detailsLabel = append(right, $('span.details-label'));
86
86
  const readMore = append(right, $('span.readMore' + ThemeIcon.asCSSSelector(suggestMoreInfoIcon)));
87
- readMore.title = nls.localize(1487, "Read More");
87
+ readMore.title = nls.localize(1490, "Read More");
88
88
  const configureFont = () => {
89
89
  const options = this._editor.getOptions();
90
90
  const fontInfo = options.get(59 /* EditorOption.fontInfo */);
@@ -16,7 +16,7 @@ import { IContextKeyService, RawContextKey } from '../../../../platform/contextk
16
16
  import { localize } from '../../../../nls.js';
17
17
  let WordContextKey = class WordContextKey {
18
18
  static { WordContextKey_1 = this; }
19
- static { this.AtEnd = new RawContextKey('atEndOfWord', false, { type: 'boolean', description: localize(1488, "A context key that is true when at the end of a word. Note that this is only defined when tab-completions are enabled") }); }
19
+ static { this.AtEnd = new RawContextKey('atEndOfWord', false, { type: 'boolean', description: localize(1491, "A context key that is true when at the end of a word. Note that this is only defined when tab-completions are enabled") }); }
20
20
  constructor(_editor, contextKeyService) {
21
21
  this._editor = _editor;
22
22
  this._enabled = false;
@@ -5,87 +5,87 @@
5
5
  import './symbolIcons.css';
6
6
  import { localize } from '../../../../nls.js';
7
7
  import { foreground, registerColor } from '../../../../platform/theme/common/colorRegistry.js';
8
- export const SYMBOL_ICON_ARRAY_FOREGROUND = registerColor('symbolIcon.arrayForeground', foreground, localize(1489, 'The foreground color for array symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
9
- export const SYMBOL_ICON_BOOLEAN_FOREGROUND = registerColor('symbolIcon.booleanForeground', foreground, localize(1490, 'The foreground color for boolean symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
8
+ export const SYMBOL_ICON_ARRAY_FOREGROUND = registerColor('symbolIcon.arrayForeground', foreground, localize(1492, 'The foreground color for array symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
9
+ export const SYMBOL_ICON_BOOLEAN_FOREGROUND = registerColor('symbolIcon.booleanForeground', foreground, localize(1493, 'The foreground color for boolean symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
10
10
  export const SYMBOL_ICON_CLASS_FOREGROUND = registerColor('symbolIcon.classForeground', {
11
11
  dark: '#EE9D28',
12
12
  light: '#D67E00',
13
13
  hcDark: '#EE9D28',
14
14
  hcLight: '#D67E00'
15
- }, localize(1491, 'The foreground color for class symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
16
- export const SYMBOL_ICON_COLOR_FOREGROUND = registerColor('symbolIcon.colorForeground', foreground, localize(1492, 'The foreground color for color symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
17
- export const SYMBOL_ICON_CONSTANT_FOREGROUND = registerColor('symbolIcon.constantForeground', foreground, localize(1493, 'The foreground color for constant symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
15
+ }, localize(1494, 'The foreground color for class symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
16
+ export const SYMBOL_ICON_COLOR_FOREGROUND = registerColor('symbolIcon.colorForeground', foreground, localize(1495, 'The foreground color for color symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
17
+ export const SYMBOL_ICON_CONSTANT_FOREGROUND = registerColor('symbolIcon.constantForeground', foreground, localize(1496, 'The foreground color for constant symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
18
18
  export const SYMBOL_ICON_CONSTRUCTOR_FOREGROUND = registerColor('symbolIcon.constructorForeground', {
19
19
  dark: '#B180D7',
20
20
  light: '#652D90',
21
21
  hcDark: '#B180D7',
22
22
  hcLight: '#652D90'
23
- }, localize(1494, 'The foreground color for constructor symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
23
+ }, localize(1497, 'The foreground color for constructor symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
24
24
  export const SYMBOL_ICON_ENUMERATOR_FOREGROUND = registerColor('symbolIcon.enumeratorForeground', {
25
25
  dark: '#EE9D28',
26
26
  light: '#D67E00',
27
27
  hcDark: '#EE9D28',
28
28
  hcLight: '#D67E00'
29
- }, localize(1495, 'The foreground color for enumerator symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
29
+ }, localize(1498, 'The foreground color for enumerator symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
30
30
  export const SYMBOL_ICON_ENUMERATOR_MEMBER_FOREGROUND = registerColor('symbolIcon.enumeratorMemberForeground', {
31
31
  dark: '#75BEFF',
32
32
  light: '#007ACC',
33
33
  hcDark: '#75BEFF',
34
34
  hcLight: '#007ACC'
35
- }, localize(1496, 'The foreground color for enumerator member symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
35
+ }, localize(1499, 'The foreground color for enumerator member symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
36
36
  export const SYMBOL_ICON_EVENT_FOREGROUND = registerColor('symbolIcon.eventForeground', {
37
37
  dark: '#EE9D28',
38
38
  light: '#D67E00',
39
39
  hcDark: '#EE9D28',
40
40
  hcLight: '#D67E00'
41
- }, localize(1497, 'The foreground color for event symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
41
+ }, localize(1500, 'The foreground color for event symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
42
42
  export const SYMBOL_ICON_FIELD_FOREGROUND = registerColor('symbolIcon.fieldForeground', {
43
43
  dark: '#75BEFF',
44
44
  light: '#007ACC',
45
45
  hcDark: '#75BEFF',
46
46
  hcLight: '#007ACC'
47
- }, localize(1498, 'The foreground color for field symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
48
- export const SYMBOL_ICON_FILE_FOREGROUND = registerColor('symbolIcon.fileForeground', foreground, localize(1499, 'The foreground color for file symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
49
- export const SYMBOL_ICON_FOLDER_FOREGROUND = registerColor('symbolIcon.folderForeground', foreground, localize(1500, 'The foreground color for folder symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
47
+ }, localize(1501, 'The foreground color for field symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
48
+ export const SYMBOL_ICON_FILE_FOREGROUND = registerColor('symbolIcon.fileForeground', foreground, localize(1502, 'The foreground color for file symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
49
+ export const SYMBOL_ICON_FOLDER_FOREGROUND = registerColor('symbolIcon.folderForeground', foreground, localize(1503, 'The foreground color for folder symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
50
50
  export const SYMBOL_ICON_FUNCTION_FOREGROUND = registerColor('symbolIcon.functionForeground', {
51
51
  dark: '#B180D7',
52
52
  light: '#652D90',
53
53
  hcDark: '#B180D7',
54
54
  hcLight: '#652D90'
55
- }, localize(1501, 'The foreground color for function symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
55
+ }, localize(1504, 'The foreground color for function symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
56
56
  export const SYMBOL_ICON_INTERFACE_FOREGROUND = registerColor('symbolIcon.interfaceForeground', {
57
57
  dark: '#75BEFF',
58
58
  light: '#007ACC',
59
59
  hcDark: '#75BEFF',
60
60
  hcLight: '#007ACC'
61
- }, localize(1502, 'The foreground color for interface symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
62
- export const SYMBOL_ICON_KEY_FOREGROUND = registerColor('symbolIcon.keyForeground', foreground, localize(1503, 'The foreground color for key symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
63
- export const SYMBOL_ICON_KEYWORD_FOREGROUND = registerColor('symbolIcon.keywordForeground', foreground, localize(1504, 'The foreground color for keyword symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
61
+ }, localize(1505, 'The foreground color for interface symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
62
+ export const SYMBOL_ICON_KEY_FOREGROUND = registerColor('symbolIcon.keyForeground', foreground, localize(1506, 'The foreground color for key symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
63
+ export const SYMBOL_ICON_KEYWORD_FOREGROUND = registerColor('symbolIcon.keywordForeground', foreground, localize(1507, 'The foreground color for keyword symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
64
64
  export const SYMBOL_ICON_METHOD_FOREGROUND = registerColor('symbolIcon.methodForeground', {
65
65
  dark: '#B180D7',
66
66
  light: '#652D90',
67
67
  hcDark: '#B180D7',
68
68
  hcLight: '#652D90'
69
- }, localize(1505, 'The foreground color for method symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
70
- export const SYMBOL_ICON_MODULE_FOREGROUND = registerColor('symbolIcon.moduleForeground', foreground, localize(1506, 'The foreground color for module symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
71
- export const SYMBOL_ICON_NAMESPACE_FOREGROUND = registerColor('symbolIcon.namespaceForeground', foreground, localize(1507, 'The foreground color for namespace symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
72
- export const SYMBOL_ICON_NULL_FOREGROUND = registerColor('symbolIcon.nullForeground', foreground, localize(1508, 'The foreground color for null symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
73
- export const SYMBOL_ICON_NUMBER_FOREGROUND = registerColor('symbolIcon.numberForeground', foreground, localize(1509, 'The foreground color for number symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
74
- export const SYMBOL_ICON_OBJECT_FOREGROUND = registerColor('symbolIcon.objectForeground', foreground, localize(1510, 'The foreground color for object symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
75
- export const SYMBOL_ICON_OPERATOR_FOREGROUND = registerColor('symbolIcon.operatorForeground', foreground, localize(1511, 'The foreground color for operator symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
76
- export const SYMBOL_ICON_PACKAGE_FOREGROUND = registerColor('symbolIcon.packageForeground', foreground, localize(1512, 'The foreground color for package symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
77
- export const SYMBOL_ICON_PROPERTY_FOREGROUND = registerColor('symbolIcon.propertyForeground', foreground, localize(1513, 'The foreground color for property symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
78
- export const SYMBOL_ICON_REFERENCE_FOREGROUND = registerColor('symbolIcon.referenceForeground', foreground, localize(1514, 'The foreground color for reference symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
79
- export const SYMBOL_ICON_SNIPPET_FOREGROUND = registerColor('symbolIcon.snippetForeground', foreground, localize(1515, 'The foreground color for snippet symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
80
- export const SYMBOL_ICON_STRING_FOREGROUND = registerColor('symbolIcon.stringForeground', foreground, localize(1516, 'The foreground color for string symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
81
- export const SYMBOL_ICON_STRUCT_FOREGROUND = registerColor('symbolIcon.structForeground', foreground, localize(1517, 'The foreground color for struct symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
82
- export const SYMBOL_ICON_TEXT_FOREGROUND = registerColor('symbolIcon.textForeground', foreground, localize(1518, 'The foreground color for text symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
83
- export const SYMBOL_ICON_TYPEPARAMETER_FOREGROUND = registerColor('symbolIcon.typeParameterForeground', foreground, localize(1519, 'The foreground color for type parameter symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
84
- export const SYMBOL_ICON_UNIT_FOREGROUND = registerColor('symbolIcon.unitForeground', foreground, localize(1520, 'The foreground color for unit symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
69
+ }, localize(1508, 'The foreground color for method symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
70
+ export const SYMBOL_ICON_MODULE_FOREGROUND = registerColor('symbolIcon.moduleForeground', foreground, localize(1509, 'The foreground color for module symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
71
+ export const SYMBOL_ICON_NAMESPACE_FOREGROUND = registerColor('symbolIcon.namespaceForeground', foreground, localize(1510, 'The foreground color for namespace symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
72
+ export const SYMBOL_ICON_NULL_FOREGROUND = registerColor('symbolIcon.nullForeground', foreground, localize(1511, 'The foreground color for null symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
73
+ export const SYMBOL_ICON_NUMBER_FOREGROUND = registerColor('symbolIcon.numberForeground', foreground, localize(1512, 'The foreground color for number symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
74
+ export const SYMBOL_ICON_OBJECT_FOREGROUND = registerColor('symbolIcon.objectForeground', foreground, localize(1513, 'The foreground color for object symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
75
+ export const SYMBOL_ICON_OPERATOR_FOREGROUND = registerColor('symbolIcon.operatorForeground', foreground, localize(1514, 'The foreground color for operator symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
76
+ export const SYMBOL_ICON_PACKAGE_FOREGROUND = registerColor('symbolIcon.packageForeground', foreground, localize(1515, 'The foreground color for package symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
77
+ export const SYMBOL_ICON_PROPERTY_FOREGROUND = registerColor('symbolIcon.propertyForeground', foreground, localize(1516, 'The foreground color for property symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
78
+ export const SYMBOL_ICON_REFERENCE_FOREGROUND = registerColor('symbolIcon.referenceForeground', foreground, localize(1517, 'The foreground color for reference symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
79
+ export const SYMBOL_ICON_SNIPPET_FOREGROUND = registerColor('symbolIcon.snippetForeground', foreground, localize(1518, 'The foreground color for snippet symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
80
+ export const SYMBOL_ICON_STRING_FOREGROUND = registerColor('symbolIcon.stringForeground', foreground, localize(1519, 'The foreground color for string symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
81
+ export const SYMBOL_ICON_STRUCT_FOREGROUND = registerColor('symbolIcon.structForeground', foreground, localize(1520, 'The foreground color for struct symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
82
+ export const SYMBOL_ICON_TEXT_FOREGROUND = registerColor('symbolIcon.textForeground', foreground, localize(1521, 'The foreground color for text symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
83
+ export const SYMBOL_ICON_TYPEPARAMETER_FOREGROUND = registerColor('symbolIcon.typeParameterForeground', foreground, localize(1522, 'The foreground color for type parameter symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
84
+ export const SYMBOL_ICON_UNIT_FOREGROUND = registerColor('symbolIcon.unitForeground', foreground, localize(1523, 'The foreground color for unit symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
85
85
  export const SYMBOL_ICON_VARIABLE_FOREGROUND = registerColor('symbolIcon.variableForeground', {
86
86
  dark: '#75BEFF',
87
87
  light: '#007ACC',
88
88
  hcDark: '#75BEFF',
89
89
  hcLight: '#007ACC',
90
- }, localize(1521, 'The foreground color for variable symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
90
+ }, localize(1524, 'The foreground color for variable symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
91
91
  //# sourceMappingURL=symbolIcons.js.map
@@ -11,7 +11,7 @@ export class ToggleTabFocusModeAction extends Action2 {
11
11
  constructor() {
12
12
  super({
13
13
  id: ToggleTabFocusModeAction.ID,
14
- title: nls.localize2(1524, 'Toggle Tab Key Moves Focus'),
14
+ title: nls.localize2(1527, 'Toggle Tab Key Moves Focus'),
15
15
  precondition: undefined,
16
16
  keybinding: {
17
17
  primary: 2048 /* KeyMod.CtrlCmd */ | 43 /* KeyCode.KeyM */,
@@ -19,7 +19,7 @@ export class ToggleTabFocusModeAction extends Action2 {
19
19
  weight: 100 /* KeybindingWeight.EditorContrib */
20
20
  },
21
21
  metadata: {
22
- description: nls.localize2(1525, "Determines whether the tab key moves focus around the workbench or inserts the tab character in the current editor. This is also called tab trapping, tab navigation, or tab focus mode."),
22
+ description: nls.localize2(1528, "Determines whether the tab key moves focus around the workbench or inserts the tab character in the current editor. This is also called tab trapping, tab navigation, or tab focus mode."),
23
23
  },
24
24
  f1: true
25
25
  });
@@ -29,10 +29,10 @@ export class ToggleTabFocusModeAction extends Action2 {
29
29
  const newValue = !oldValue;
30
30
  TabFocus.setTabFocusMode(newValue);
31
31
  if (newValue) {
32
- alert(nls.localize(1522, "Pressing Tab will now move focus to the next focusable element"));
32
+ alert(nls.localize(1525, "Pressing Tab will now move focus to the next focusable element"));
33
33
  }
34
34
  else {
35
- alert(nls.localize(1523, "Pressing Tab will now insert the tab character"));
35
+ alert(nls.localize(1526, "Pressing Tab will now insert the tab character"));
36
36
  }
37
37
  }
38
38
  }
@@ -9,7 +9,7 @@ class ForceRetokenizeAction extends EditorAction {
9
9
  constructor() {
10
10
  super({
11
11
  id: 'editor.action.forceRetokenize',
12
- label: nls.localize2(1526, "Developer: Force Retokenize"),
12
+ label: nls.localize2(1529, "Developer: Force Retokenize"),
13
13
  precondition: undefined
14
14
  });
15
15
  }
@@ -106,7 +106,7 @@ let Banner = class Banner extends Disposable {
106
106
  // Action
107
107
  const actionBarContainer = append(this.element, $('div.action-container'));
108
108
  this.actionBar = this._register(new ActionBar(actionBarContainer));
109
- this.actionBar.push(this._register(new Action('banner.close', localize(1527, "Close Banner"), ThemeIcon.asClassName(widgetClose), true, () => {
109
+ this.actionBar.push(this._register(new Action('banner.close', localize(1530, "Close Banner"), ThemeIcon.asClassName(widgetClose), true, () => {
110
110
  if (typeof item.onClose === 'function') {
111
111
  item.onClose();
112
112
  }