@codingame/monaco-vscode-api 15.0.0 → 15.0.2

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 (198) hide show
  1. package/missing-services.js +53 -4
  2. package/package.json +8 -8
  3. package/services.js +5 -5
  4. package/vscode/src/vs/editor/browser/observableCodeEditor.js +1 -1
  5. package/vscode/src/vs/editor/browser/services/hoverService/hoverService.js +2 -4
  6. package/vscode/src/vs/editor/browser/widget/diffEditor/diffProviderFactoryService.js +125 -0
  7. package/vscode/src/vs/editor/common/languages/languageConfigurationRegistry.js +2 -3
  8. package/vscode/src/vs/editor/common/services/languageFeatureDebounce.js +2 -3
  9. package/vscode/src/vs/editor/common/services/languageFeaturesService.js +2 -3
  10. package/vscode/src/vs/editor/common/services/semanticTokensStylingService.js +2 -3
  11. package/vscode/src/vs/editor/contrib/codelens/browser/codeLensCache.d.ts +15 -0
  12. package/vscode/src/vs/editor/contrib/codelens/browser/codeLensCache.js +93 -0
  13. package/vscode/src/vs/editor/contrib/documentSymbols/browser/outlineModel.js +2 -3
  14. package/vscode/src/vs/editor/contrib/editorState/browser/keybindingCancellation.d.ts +7 -0
  15. package/vscode/src/vs/editor/contrib/editorState/browser/keybindingCancellation.js +4 -4
  16. package/vscode/src/vs/editor/contrib/gotoError/browser/markerNavigationService.d.ts +45 -0
  17. package/vscode/src/vs/editor/contrib/gotoError/browser/markerNavigationService.js +215 -0
  18. package/vscode/src/vs/editor/contrib/gotoError/browser/markerNavigationService.service.d.ts +1 -1
  19. package/vscode/src/vs/editor/contrib/gotoSymbol/browser/symbolNavigation.d.ts +26 -0
  20. package/vscode/src/vs/editor/contrib/gotoSymbol/browser/symbolNavigation.js +178 -0
  21. package/vscode/src/vs/editor/contrib/gpu/browser/gpuActions.js +4 -4
  22. package/vscode/src/vs/editor/contrib/hover/browser/contentHoverRendered.js +3 -3
  23. package/vscode/src/vs/editor/contrib/hover/browser/hoverAccessibleViews.js +2 -2
  24. package/vscode/src/vs/editor/contrib/hover/browser/hoverActionIds.js +2 -2
  25. package/vscode/src/vs/editor/contrib/hover/browser/hoverActions.js +24 -24
  26. package/vscode/src/vs/editor/contrib/hover/browser/markdownHoverParticipant.js +9 -9
  27. package/vscode/src/vs/editor/contrib/hover/browser/markerHoverParticipant.js +5 -5
  28. package/vscode/src/vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace.js +2 -2
  29. package/vscode/src/vs/editor/contrib/indentation/browser/indentation.js +20 -20
  30. package/vscode/src/vs/editor/contrib/inlayHints/browser/inlayHintsController.js +1 -2
  31. package/vscode/src/vs/editor/contrib/inlayHints/browser/inlayHintsHover.js +8 -8
  32. package/vscode/src/vs/editor/contrib/inlineCompletions/browser/controller/commands.js +20 -20
  33. package/vscode/src/vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionContextKeys.js +11 -11
  34. package/vscode/src/vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionsController.js +1 -1
  35. package/vscode/src/vs/editor/contrib/inlineCompletions/browser/hintsWidget/hoverParticipant.js +2 -2
  36. package/vscode/src/vs/editor/contrib/inlineCompletions/browser/hintsWidget/inlineCompletionsHintsWidget.js +5 -5
  37. package/vscode/src/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/components/gutterIndicatorMenu.js +5 -5
  38. package/vscode/src/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/components/indicatorView.js +3 -3
  39. package/vscode/src/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsView.js +1 -1
  40. package/vscode/src/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/theme.js +18 -18
  41. package/vscode/src/vs/editor/contrib/insertFinalNewLine/browser/insertFinalNewLine.js +1 -1
  42. package/vscode/src/vs/editor/contrib/lineSelection/browser/lineSelection.js +1 -1
  43. package/vscode/src/vs/editor/contrib/linesOperations/browser/linesOperations.js +30 -30
  44. package/vscode/src/vs/editor/contrib/linkedEditing/browser/linkedEditing.js +2 -2
  45. package/vscode/src/vs/editor/contrib/links/browser/links.js +10 -10
  46. package/vscode/src/vs/editor/contrib/message/browser/messageController.js +1 -1
  47. package/vscode/src/vs/editor/contrib/multicursor/browser/multicursor.js +22 -22
  48. package/vscode/src/vs/editor/contrib/parameterHints/browser/parameterHints.js +1 -1
  49. package/vscode/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.js +4 -4
  50. package/vscode/src/vs/editor/contrib/peekView/browser/peekView.d.ts +6 -0
  51. package/vscode/src/vs/editor/contrib/peekView/browser/peekView.js +21 -22
  52. package/vscode/src/vs/editor/contrib/placeholderText/browser/placeholderText.contribution.js +1 -1
  53. package/vscode/src/vs/editor/contrib/readOnlyMessage/browser/contribution.js +2 -2
  54. package/vscode/src/vs/editor/contrib/rename/browser/rename.js +11 -11
  55. package/vscode/src/vs/editor/contrib/rename/browser/renameWidget.js +6 -6
  56. package/vscode/src/vs/editor/contrib/smartSelect/browser/smartSelect.js +4 -4
  57. package/vscode/src/vs/editor/contrib/snippet/browser/snippetController2.js +4 -4
  58. package/vscode/src/vs/editor/contrib/snippet/browser/snippetVariables.js +4 -4
  59. package/vscode/src/vs/editor/contrib/stickyScroll/browser/stickyScrollActions.js +11 -11
  60. package/vscode/src/vs/editor/contrib/suggest/browser/suggest.js +8 -8
  61. package/vscode/src/vs/editor/contrib/suggest/browser/suggestController.js +10 -10
  62. package/vscode/src/vs/editor/contrib/suggest/browser/suggestMemory.d.ts +67 -0
  63. package/vscode/src/vs/editor/contrib/suggest/browser/suggestMemory.js +232 -0
  64. package/vscode/src/vs/editor/contrib/suggest/browser/suggestWidget.js +16 -16
  65. package/vscode/src/vs/editor/contrib/suggest/browser/suggestWidgetDetails.js +2 -2
  66. package/vscode/src/vs/editor/contrib/suggest/browser/suggestWidgetRenderer.js +2 -2
  67. package/vscode/src/vs/editor/contrib/suggest/browser/wordContextKey.js +1 -1
  68. package/vscode/src/vs/editor/contrib/symbolIcons/browser/symbolIcons.js +33 -33
  69. package/vscode/src/vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode.js +4 -4
  70. package/vscode/src/vs/editor/contrib/tokenization/browser/tokenization.js +1 -1
  71. package/vscode/src/vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter.js +24 -24
  72. package/vscode/src/vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators.js +5 -5
  73. package/vscode/src/vs/editor/contrib/wordHighlighter/browser/highlightDecorations.js +9 -9
  74. package/vscode/src/vs/editor/contrib/wordHighlighter/browser/wordHighlighter.js +3 -3
  75. package/vscode/src/vs/editor/contrib/wordOperations/browser/wordOperations.js +1 -1
  76. package/vscode/src/vs/editor/standalone/browser/standaloneServices.js +12 -8
  77. package/vscode/src/vs/platform/accessibilitySignal/browser/accessibilitySignalService.js +54 -54
  78. package/vscode/src/vs/platform/action/common/actionCommonCategories.js +6 -6
  79. package/vscode/src/vs/platform/actionWidget/browser/actionList.js +255 -13
  80. package/vscode/src/vs/platform/actionWidget/browser/actionWidget.d.ts +26 -0
  81. package/vscode/src/vs/platform/actionWidget/browser/actionWidget.js +230 -0
  82. package/vscode/src/vs/platform/actions/browser/menuEntryActionViewItem.js +5 -5
  83. package/vscode/src/vs/platform/actions/browser/toolbar.js +2 -2
  84. package/vscode/src/vs/platform/actions/common/menuResetAction.js +1 -1
  85. package/vscode/src/vs/platform/actions/common/menuService.js +2 -2
  86. package/vscode/src/vs/platform/configuration/common/configurationRegistry.js +10 -10
  87. package/vscode/src/vs/platform/contextkey/browser/contextKeyService.js +1 -1
  88. package/vscode/src/vs/platform/contextkey/common/contextkey.js +11 -11
  89. package/vscode/src/vs/platform/contextkey/common/contextkeys.js +9 -9
  90. package/vscode/src/vs/platform/contextkey/common/scanner.js +5 -5
  91. package/vscode/src/vs/platform/dnd/browser/dnd.js +1 -1
  92. package/vscode/src/vs/platform/extensionManagement/common/extensionManagement.js +2 -2
  93. package/vscode/src/vs/platform/extensionManagement/common/extensionNls.js +1 -1
  94. package/vscode/src/vs/platform/extensionManagement/common/extensionsScannerService.js +7 -7
  95. package/vscode/src/vs/platform/extensions/common/extensionValidator.js +20 -20
  96. package/vscode/src/vs/platform/files/browser/htmlFileSystemProvider.js +2 -2
  97. package/vscode/src/vs/platform/files/common/files.js +6 -6
  98. package/vscode/src/vs/platform/history/browser/contextScopedHistoryWidget.js +1 -1
  99. package/vscode/src/vs/platform/keybinding/common/abstractKeybindingService.js +4 -4
  100. package/vscode/src/vs/platform/list/browser/listService.js +27 -27
  101. package/vscode/src/vs/platform/log/common/log.js +6 -6
  102. package/vscode/src/vs/platform/markers/common/markers.js +6 -6
  103. package/vscode/src/vs/platform/quickinput/browser/quickInput.js +10 -10
  104. package/vscode/src/vs/platform/quickinput/browser/quickInputActions.js +3 -3
  105. package/vscode/src/vs/platform/quickinput/browser/quickInputController.js +6 -6
  106. package/vscode/src/vs/platform/quickinput/browser/quickInputTree.js +1 -1
  107. package/vscode/src/vs/platform/quickinput/browser/quickInputUtils.js +1 -1
  108. package/vscode/src/vs/platform/request/common/request.js +18 -18
  109. package/vscode/src/vs/platform/telemetry/common/telemetryUtils.js +1 -1
  110. package/vscode/src/vs/platform/theme/common/colorUtils.js +2 -2
  111. package/vscode/src/vs/platform/theme/common/colors/baseColors.js +17 -17
  112. package/vscode/src/vs/platform/theme/common/colors/chartsColors.js +8 -8
  113. package/vscode/src/vs/platform/theme/common/colors/editorColors.js +94 -94
  114. package/vscode/src/vs/platform/theme/common/colors/inputColors.js +45 -45
  115. package/vscode/src/vs/platform/theme/common/colors/listColors.js +36 -36
  116. package/vscode/src/vs/platform/theme/common/colors/menuColors.js +7 -7
  117. package/vscode/src/vs/platform/theme/common/colors/minimapColors.js +11 -11
  118. package/vscode/src/vs/platform/theme/common/colors/miscColors.js +15 -15
  119. package/vscode/src/vs/platform/theme/common/colors/quickpickColors.js +9 -9
  120. package/vscode/src/vs/platform/theme/common/colors/searchColors.js +3 -3
  121. package/vscode/src/vs/platform/theme/common/iconRegistry.js +6 -6
  122. package/vscode/src/vs/platform/undoRedo/common/undoRedoService.js +22 -23
  123. package/vscode/src/vs/platform/userDataProfile/common/userDataProfile.js +1 -1
  124. package/vscode/src/vs/platform/userDataSync/common/userDataSync.js +5 -5
  125. package/vscode/src/vs/platform/workspace/common/workspace.js +1 -1
  126. package/vscode/src/vs/workbench/api/common/extHostDiagnostics.js +1 -1
  127. package/vscode/src/vs/workbench/api/common/extHostExtensionService.js +2 -2
  128. package/vscode/src/vs/workbench/api/common/extHostLanguageFeatures.js +2 -2
  129. package/vscode/src/vs/workbench/api/common/extHostLanguageModels.js +1 -1
  130. package/vscode/src/vs/workbench/api/common/extHostLogService.js +1 -1
  131. package/vscode/src/vs/workbench/api/common/extHostNotebook.js +2 -2
  132. package/vscode/src/vs/workbench/api/common/extHostStatusBar.js +2 -2
  133. package/vscode/src/vs/workbench/api/common/extHostTelemetry.js +1 -1
  134. package/vscode/src/vs/workbench/api/common/extHostTerminalService.js +1 -1
  135. package/vscode/src/vs/workbench/api/common/extHostTreeViews.js +1 -1
  136. package/vscode/src/vs/workbench/api/common/extHostTunnelService.js +2 -2
  137. package/vscode/src/vs/workbench/api/common/extHostWorkspace.js +1 -1
  138. package/vscode/src/vs/workbench/api/common/jsonValidationExtensionPoint.js +12 -12
  139. package/vscode/src/vs/workbench/browser/actions/developerActions.js +31 -31
  140. package/vscode/src/vs/workbench/browser/actions/textInputActions.js +6 -6
  141. package/vscode/src/vs/workbench/common/configuration.js +10 -10
  142. package/vscode/src/vs/workbench/common/contextkeys.js +70 -70
  143. package/vscode/src/vs/workbench/common/editor/editorOptions.d.ts +3 -0
  144. package/vscode/src/vs/workbench/common/editor/editorOptions.js +52 -0
  145. package/vscode/src/vs/workbench/common/editor.js +4 -4
  146. package/vscode/src/vs/workbench/common/theme.js +160 -160
  147. package/vscode/src/vs/workbench/common/views.js +4 -4
  148. package/vscode/src/vs/workbench/contrib/accessibility/browser/accessibilityConfiguration.js +141 -141
  149. package/vscode/src/vs/workbench/contrib/accessibility/browser/accessibleViewActions.js +12 -12
  150. package/vscode/src/vs/workbench/contrib/chat/browser/chatEditing/chatEditingEditorContextKeys.js +5 -5
  151. package/vscode/src/vs/workbench/contrib/chat/common/chatContextKeys.js +32 -32
  152. package/vscode/src/vs/workbench/contrib/chat/common/chatEditingService.js +3 -3
  153. package/vscode/src/vs/workbench/contrib/chat/common/languageModels.js +6 -6
  154. package/vscode/src/vs/workbench/contrib/chat/common/tools/editFileTool.js +1 -1
  155. package/vscode/src/vs/workbench/contrib/codeActions/browser/codeActionsContribution.js +13 -13
  156. package/vscode/src/vs/workbench/contrib/codeEditor/browser/dictation/editorDictation.js +4 -4
  157. package/vscode/src/vs/workbench/contrib/codeEditor/browser/diffEditorAccessibilityHelp.js +5 -5
  158. package/vscode/src/vs/workbench/contrib/codeEditor/browser/diffEditorHelper.js +3 -3
  159. package/vscode/src/vs/workbench/contrib/codeEditor/browser/largeFileOptimizations.js +3 -3
  160. package/vscode/src/vs/workbench/contrib/codeEditor/browser/saveParticipants.js +4 -4
  161. package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleMinimap.js +2 -2
  162. package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleMultiCursorModifier.js +4 -4
  163. package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleRenderControlCharacter.js +2 -2
  164. package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleRenderWhitespace.js +2 -2
  165. package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleWordWrap.js +5 -5
  166. package/vscode/src/vs/workbench/contrib/comments/browser/commentsAccessibility.js +12 -12
  167. package/vscode/src/vs/workbench/contrib/comments/common/commentContextKeys.js +11 -11
  168. package/vscode/src/vs/workbench/contrib/debug/common/abstractDebugAdapter.js +1 -1
  169. package/vscode/src/vs/workbench/contrib/debug/common/debug.js +64 -64
  170. package/vscode/src/vs/workbench/contrib/files/browser/fileConstants.js +6 -6
  171. package/vscode/src/vs/workbench/contrib/folding/browser/folding.contribution.js +3 -3
  172. package/vscode/src/vs/workbench/contrib/format/browser/formatActionsMultiple.js +20 -20
  173. package/vscode/src/vs/workbench/contrib/format/browser/formatActionsNone.js +4 -4
  174. package/vscode/src/vs/workbench/contrib/format/browser/formatModified.js +1 -1
  175. package/vscode/src/vs/workbench/contrib/inlayHints/browser/inlayHintsAccessibilty.js +4 -4
  176. package/vscode/src/vs/workbench/contrib/list/browser/listResizeColumnAction.js +2 -2
  177. package/vscode/src/vs/workbench/contrib/list/browser/tableColumnResizeQuickPick.js +5 -5
  178. package/vscode/src/vs/workbench/contrib/snippets/browser/snippetCompletionProvider.js +3 -3
  179. package/vscode/src/vs/workbench/contrib/snippets/browser/snippetsFile.js +3 -3
  180. package/vscode/src/vs/workbench/contrib/snippets/browser/snippetsService.js +9 -9
  181. package/vscode/src/vs/workbench/contrib/speech/common/speechService.js +29 -29
  182. package/vscode/src/vs/workbench/contrib/tasks/common/taskDefinitionRegistry.js +5 -5
  183. package/vscode/src/vs/workbench/contrib/tasks/common/tasks.js +4 -4
  184. package/vscode/src/vs/workbench/contrib/testing/common/constants.js +11 -11
  185. package/vscode/src/vs/workbench/contrib/testing/common/testTypes.js +3 -3
  186. package/vscode/src/vs/workbench/services/configurationResolver/common/variableResolver.js +16 -16
  187. package/vscode/src/vs/workbench/services/editor/browser/codeEditorService.d.ts +13 -0
  188. package/vscode/src/vs/workbench/services/editor/browser/codeEditorService.js +87 -0
  189. package/vscode/src/vs/workbench/services/editor/common/editorResolverService.js +1 -1
  190. package/vscode/src/vs/workbench/services/extensions/common/extensionsRegistry.js +83 -83
  191. package/vscode/src/vs/workbench/services/language/common/languageService.js +28 -28
  192. package/vscode/src/vs/workbench/services/log/common/logConstants.js +1 -1
  193. package/vscode/src/vs/workbench/services/remote/common/remoteExplorerService.js +8 -8
  194. package/vscode/src/vs/workbench/services/remote/common/tunnelModel.js +6 -6
  195. package/vscode/src/vs/workbench/services/search/common/queryBuilder.js +1 -1
  196. package/vscode/src/vs/workbench/services/themes/common/colorExtensionPoint.js +22 -22
  197. package/vscode/src/vs/workbench/services/themes/common/iconExtensionPoint.js +13 -13
  198. package/vscode/src/vs/workbench/services/userDataSync/common/userDataSync.js +12 -12
@@ -64,7 +64,7 @@ const baseVerbosityProperty = {
64
64
  };
65
65
  const accessibilityConfigurationNodeBase = ( Object.freeze({
66
66
  id: 'accessibility',
67
- title: ( localize(3943, "Accessibility")),
67
+ title: ( localize(3957, "Accessibility")),
68
68
  type: 'object'
69
69
  }));
70
70
  const soundFeatureBase = {
@@ -72,9 +72,9 @@ const soundFeatureBase = {
72
72
  'enum': ['auto', 'on', 'off'],
73
73
  'default': 'auto',
74
74
  'enumDescriptions': [
75
- ( localize(3944, "Enable sound when a screen reader is attached.")),
76
- ( localize(3945, "Enable sound.")),
77
- ( localize(3946, "Disable sound."))
75
+ ( localize(3958, "Enable sound when a screen reader is attached.")),
76
+ ( localize(3959, "Enable sound.")),
77
+ ( localize(3960, "Disable sound."))
78
78
  ],
79
79
  tags: ['accessibility'],
80
80
  };
@@ -93,10 +93,10 @@ const announcementFeatureBase = {
93
93
  'default': 'auto',
94
94
  'enumDescriptions': [
95
95
  ( localize(
96
- 3947,
96
+ 3961,
97
97
  "Enable announcement, will only play when in screen reader optimized mode."
98
98
  )),
99
- ( localize(3948, "Disable announcement."))
99
+ ( localize(3962, "Disable announcement."))
100
100
  ],
101
101
  tags: ['accessibility'],
102
102
  };
@@ -114,109 +114,109 @@ const configuration = {
114
114
  properties: {
115
115
  [AccessibilityVerbositySettingId.Terminal]: {
116
116
  description: ( localize(
117
- 3949,
117
+ 3963,
118
118
  'Provide information about how to access the terminal accessibility help menu when the terminal is focused.'
119
119
  )),
120
120
  ...baseVerbosityProperty
121
121
  },
122
122
  [AccessibilityVerbositySettingId.DiffEditor]: {
123
123
  description: ( localize(
124
- 3950,
124
+ 3964,
125
125
  'Provide information about how to navigate changes in the diff editor when it is focused.'
126
126
  )),
127
127
  ...baseVerbosityProperty
128
128
  },
129
129
  [AccessibilityVerbositySettingId.Chat]: {
130
130
  description: ( localize(
131
- 3951,
131
+ 3965,
132
132
  'Provide information about how to access the chat help menu when the chat input is focused.'
133
133
  )),
134
134
  ...baseVerbosityProperty
135
135
  },
136
136
  [AccessibilityVerbositySettingId.InlineChat]: {
137
137
  description: ( localize(
138
- 3952,
138
+ 3966,
139
139
  'Provide information about how to access the inline editor chat accessibility help menu and alert with hints that describe how to use the feature when the input is focused.'
140
140
  )),
141
141
  ...baseVerbosityProperty
142
142
  },
143
143
  [AccessibilityVerbositySettingId.InlineCompletions]: {
144
144
  description: ( localize(
145
- 3953,
145
+ 3967,
146
146
  'Provide information about how to access the inline completions hover and Accessible View.'
147
147
  )),
148
148
  ...baseVerbosityProperty
149
149
  },
150
150
  [AccessibilityVerbositySettingId.KeybindingsEditor]: {
151
151
  description: ( localize(
152
- 3954,
152
+ 3968,
153
153
  'Provide information about how to change a keybinding in the keybindings editor when a row is focused.'
154
154
  )),
155
155
  ...baseVerbosityProperty
156
156
  },
157
157
  [AccessibilityVerbositySettingId.Notebook]: {
158
158
  description: ( localize(
159
- 3955,
159
+ 3969,
160
160
  'Provide information about how to focus the cell container or inner editor when a notebook cell is focused.'
161
161
  )),
162
162
  ...baseVerbosityProperty
163
163
  },
164
164
  [AccessibilityVerbositySettingId.Hover]: {
165
165
  description: ( localize(
166
- 3956,
166
+ 3970,
167
167
  'Provide information about how to open the hover in an Accessible View.'
168
168
  )),
169
169
  ...baseVerbosityProperty
170
170
  },
171
171
  [AccessibilityVerbositySettingId.Notification]: {
172
172
  description: ( localize(
173
- 3957,
173
+ 3971,
174
174
  'Provide information about how to open the notification in an Accessible View.'
175
175
  )),
176
176
  ...baseVerbosityProperty
177
177
  },
178
178
  [AccessibilityVerbositySettingId.EmptyEditorHint]: {
179
179
  description: ( localize(
180
- 3958,
180
+ 3972,
181
181
  'Provide information about relevant actions in an empty text editor.'
182
182
  )),
183
183
  ...baseVerbosityProperty
184
184
  },
185
185
  [AccessibilityVerbositySettingId.ReplEditor]: {
186
186
  description: ( localize(
187
- 3959,
187
+ 3973,
188
188
  'Provide information about how to access the REPL editor accessibility help menu when the REPL editor is focused.'
189
189
  )),
190
190
  ...baseVerbosityProperty
191
191
  },
192
192
  [AccessibilityVerbositySettingId.Comments]: {
193
193
  description: ( localize(
194
- 3960,
194
+ 3974,
195
195
  'Provide information about actions that can be taken in the comment widget or in a file which contains comments.'
196
196
  )),
197
197
  ...baseVerbosityProperty
198
198
  },
199
199
  [AccessibilityVerbositySettingId.DiffEditorActive]: {
200
- description: ( localize(3961, 'Indicate when a diff editor becomes the active editor.')),
200
+ description: ( localize(3975, 'Indicate when a diff editor becomes the active editor.')),
201
201
  ...baseVerbosityProperty
202
202
  },
203
203
  [AccessibilityVerbositySettingId.Debug]: {
204
204
  description: ( localize(
205
- 3962,
205
+ 3976,
206
206
  'Provide information about how to access the debug console accessibility help dialog when the debug console or run and debug viewlet is focused. Note that a reload of the window is required for this to take effect.'
207
207
  )),
208
208
  ...baseVerbosityProperty
209
209
  },
210
210
  [AccessibilityVerbositySettingId.Walkthrough]: {
211
211
  description: ( localize(
212
- 3963,
212
+ 3977,
213
213
  'Provide information about how to open the walkthrough in an Accessible View.'
214
214
  )),
215
215
  ...baseVerbosityProperty
216
216
  },
217
217
  [AccessibilityWorkbenchSettingId.AccessibleViewCloseOnKeyPress]: {
218
218
  markdownDescription: ( localize(
219
- 3964,
219
+ 3978,
220
220
  "On keypress, close the Accessible View and focus the element from which it was invoked."
221
221
  )),
222
222
  type: 'boolean',
@@ -224,13 +224,13 @@ const configuration = {
224
224
  },
225
225
  [AccessibilityVerbositySettingId.SourceControl]: {
226
226
  description: ( localize(
227
- 3965,
227
+ 3979,
228
228
  'Provide information about how to access the source control accessibility help menu when the input is focused.'
229
229
  )),
230
230
  ...baseVerbosityProperty
231
231
  },
232
232
  'accessibility.signalOptions.volume': {
233
- 'description': ( localize(3966, "The volume of the sounds in percent (0-100).")),
233
+ 'description': ( localize(3980, "The volume of the sounds in percent (0-100).")),
234
234
  'type': 'number',
235
235
  'minimum': 0,
236
236
  'maximum': 100,
@@ -238,7 +238,7 @@ const configuration = {
238
238
  'tags': ['accessibility']
239
239
  },
240
240
  'accessibility.signalOptions.debouncePositionChanges': {
241
- 'description': ( localize(3967, "Whether or not position changes should be debounced")),
241
+ 'description': ( localize(3981, "Whether or not position changes should be debounced")),
242
242
  'type': 'boolean',
243
243
  'default': false,
244
244
  'tags': ['accessibility']
@@ -249,13 +249,13 @@ const configuration = {
249
249
  'additionalProperties': false,
250
250
  'properties': {
251
251
  'announcement': {
252
- 'description': ( localize(3968, "The delay in milliseconds before an announcement is made.")),
252
+ 'description': ( localize(3982, "The delay in milliseconds before an announcement is made.")),
253
253
  'type': 'number',
254
254
  'minimum': 0,
255
255
  'default': 3000
256
256
  },
257
257
  'sound': {
258
- 'description': ( localize(3969, "The delay in milliseconds before a sound is played.")),
258
+ 'description': ( localize(3983, "The delay in milliseconds before a sound is played.")),
259
259
  'type': 'number',
260
260
  'minimum': 0,
261
261
  'default': 400
@@ -269,7 +269,7 @@ const configuration = {
269
269
  'properties': {
270
270
  'announcement': {
271
271
  'description': ( localize(
272
- 3970,
272
+ 3984,
273
273
  "The delay in milliseconds before an announcement is made when there's a warning at the position."
274
274
  )),
275
275
  'type': 'number',
@@ -278,7 +278,7 @@ const configuration = {
278
278
  },
279
279
  'sound': {
280
280
  'description': ( localize(
281
- 3971,
281
+ 3985,
282
282
  "The delay in milliseconds before a sound is played when there's a warning at the position."
283
283
  )),
284
284
  'type': 'number',
@@ -294,7 +294,7 @@ const configuration = {
294
294
  'properties': {
295
295
  'announcement': {
296
296
  'description': ( localize(
297
- 3972,
297
+ 3986,
298
298
  "The delay in milliseconds before an announcement is made when there's an error at the position."
299
299
  )),
300
300
  'type': 'number',
@@ -303,7 +303,7 @@ const configuration = {
303
303
  },
304
304
  'sound': {
305
305
  'description': ( localize(
306
- 3973,
306
+ 3987,
307
307
  "The delay in milliseconds before a sound is played when there's an error at the position."
308
308
  )),
309
309
  'type': 'number',
@@ -316,16 +316,16 @@ const configuration = {
316
316
  'accessibility.signals.lineHasBreakpoint': {
317
317
  ...signalFeatureBase,
318
318
  'description': ( localize(
319
- 3974,
319
+ 3988,
320
320
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when the active line has a breakpoint."
321
321
  )),
322
322
  'properties': {
323
323
  'sound': {
324
- 'description': ( localize(3975, "Plays a sound when the active line has a breakpoint.")),
324
+ 'description': ( localize(3989, "Plays a sound when the active line has a breakpoint.")),
325
325
  ...soundFeatureBase
326
326
  },
327
327
  'announcement': {
328
- 'description': ( localize(3976, "Announces when the active line has a breakpoint.")),
328
+ 'description': ( localize(3990, "Announces when the active line has a breakpoint.")),
329
329
  ...announcementFeatureBase
330
330
  },
331
331
  },
@@ -333,12 +333,12 @@ const configuration = {
333
333
  'accessibility.signals.lineHasInlineSuggestion': {
334
334
  ...defaultNoAnnouncement,
335
335
  'description': ( localize(
336
- 3977,
336
+ 3991,
337
337
  "Plays a sound / audio cue when the active line has an inline suggestion."
338
338
  )),
339
339
  'properties': {
340
340
  'sound': {
341
- 'description': ( localize(3978, "Plays a sound when the active line has an inline suggestion.")),
341
+ 'description': ( localize(3992, "Plays a sound when the active line has an inline suggestion.")),
342
342
  ...soundFeatureBase,
343
343
  'default': 'off'
344
344
  }
@@ -347,16 +347,16 @@ const configuration = {
347
347
  'accessibility.signals.lineHasError': {
348
348
  ...signalFeatureBase,
349
349
  'description': ( localize(
350
- 3979,
350
+ 3993,
351
351
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when the active line has an error."
352
352
  )),
353
353
  'properties': {
354
354
  'sound': {
355
- 'description': ( localize(3980, "Plays a sound when the active line has an error.")),
355
+ 'description': ( localize(3994, "Plays a sound when the active line has an error.")),
356
356
  ...soundFeatureBase
357
357
  },
358
358
  'announcement': {
359
- 'description': ( localize(3981, "Announces when the active line has an error.")),
359
+ 'description': ( localize(3995, "Announces when the active line has an error.")),
360
360
  ...announcementFeatureBase,
361
361
  default: 'off'
362
362
  },
@@ -365,13 +365,13 @@ const configuration = {
365
365
  'accessibility.signals.lineHasFoldedArea': {
366
366
  ...signalFeatureBase,
367
367
  'description': ( localize(
368
- 3982,
368
+ 3996,
369
369
  "Plays a signal - sound (audio cue) and/or announcement (alert) - the active line has a folded area that can be unfolded."
370
370
  )),
371
371
  'properties': {
372
372
  'sound': {
373
373
  'description': ( localize(
374
- 3983,
374
+ 3997,
375
375
  "Plays a sound when the active line has a folded area that can be unfolded."
376
376
  )),
377
377
  ...soundFeatureBase,
@@ -379,7 +379,7 @@ const configuration = {
379
379
  },
380
380
  'announcement': {
381
381
  'description': ( localize(
382
- 3984,
382
+ 3998,
383
383
  "Announces when the active line has a folded area that can be unfolded."
384
384
  )),
385
385
  ...announcementFeatureBase
@@ -389,16 +389,16 @@ const configuration = {
389
389
  'accessibility.signals.lineHasWarning': {
390
390
  ...signalFeatureBase,
391
391
  'description': ( localize(
392
- 3985,
392
+ 3999,
393
393
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when the active line has a warning."
394
394
  )),
395
395
  'properties': {
396
396
  'sound': {
397
- 'description': ( localize(3986, "Plays a sound when the active line has a warning.")),
397
+ 'description': ( localize(4000, "Plays a sound when the active line has a warning.")),
398
398
  ...soundFeatureBase
399
399
  },
400
400
  'announcement': {
401
- 'description': ( localize(3987, "Announces when the active line has a warning.")),
401
+ 'description': ( localize(4001, "Announces when the active line has a warning.")),
402
402
  ...announcementFeatureBase,
403
403
  default: 'off'
404
404
  },
@@ -407,16 +407,16 @@ const configuration = {
407
407
  'accessibility.signals.positionHasError': {
408
408
  ...signalFeatureBase,
409
409
  'description': ( localize(
410
- 3988,
410
+ 4002,
411
411
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when the active line has a warning."
412
412
  )),
413
413
  'properties': {
414
414
  'sound': {
415
- 'description': ( localize(3989, "Plays a sound when the active line has a warning.")),
415
+ 'description': ( localize(4003, "Plays a sound when the active line has a warning.")),
416
416
  ...soundFeatureBase
417
417
  },
418
418
  'announcement': {
419
- 'description': ( localize(3990, "Announces when the active line has a warning.")),
419
+ 'description': ( localize(4004, "Announces when the active line has a warning.")),
420
420
  ...announcementFeatureBase,
421
421
  default: 'on'
422
422
  },
@@ -425,16 +425,16 @@ const configuration = {
425
425
  'accessibility.signals.positionHasWarning': {
426
426
  ...signalFeatureBase,
427
427
  'description': ( localize(
428
- 3991,
428
+ 4005,
429
429
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when the active line has a warning."
430
430
  )),
431
431
  'properties': {
432
432
  'sound': {
433
- 'description': ( localize(3992, "Plays a sound when the active line has a warning.")),
433
+ 'description': ( localize(4006, "Plays a sound when the active line has a warning.")),
434
434
  ...soundFeatureBase
435
435
  },
436
436
  'announcement': {
437
- 'description': ( localize(3993, "Announces when the active line has a warning.")),
437
+ 'description': ( localize(4007, "Announces when the active line has a warning.")),
438
438
  ...announcementFeatureBase,
439
439
  default: 'on'
440
440
  },
@@ -443,16 +443,16 @@ const configuration = {
443
443
  'accessibility.signals.onDebugBreak': {
444
444
  ...signalFeatureBase,
445
445
  'description': ( localize(
446
- 3994,
446
+ 4008,
447
447
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when the debugger stopped on a breakpoint."
448
448
  )),
449
449
  'properties': {
450
450
  'sound': {
451
- 'description': ( localize(3995, "Plays a sound when the debugger stopped on a breakpoint.")),
451
+ 'description': ( localize(4009, "Plays a sound when the debugger stopped on a breakpoint.")),
452
452
  ...soundFeatureBase
453
453
  },
454
454
  'announcement': {
455
- 'description': ( localize(3996, "Announces when the debugger stopped on a breakpoint.")),
455
+ 'description': ( localize(4010, "Announces when the debugger stopped on a breakpoint.")),
456
456
  ...announcementFeatureBase
457
457
  },
458
458
  }
@@ -460,20 +460,20 @@ const configuration = {
460
460
  'accessibility.signals.noInlayHints': {
461
461
  ...signalFeatureBase,
462
462
  'description': ( localize(
463
- 3997,
463
+ 4011,
464
464
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when trying to read a line with inlay hints that has no inlay hints."
465
465
  )),
466
466
  'properties': {
467
467
  'sound': {
468
468
  'description': ( localize(
469
- 3998,
469
+ 4012,
470
470
  "Plays a sound when trying to read a line with inlay hints that has no inlay hints."
471
471
  )),
472
472
  ...soundFeatureBase
473
473
  },
474
474
  'announcement': {
475
475
  'description': ( localize(
476
- 3999,
476
+ 4013,
477
477
  "Announces when trying to read a line with inlay hints that has no inlay hints."
478
478
  )),
479
479
  ...announcementFeatureBase
@@ -483,16 +483,16 @@ const configuration = {
483
483
  'accessibility.signals.taskCompleted': {
484
484
  ...signalFeatureBase,
485
485
  'description': ( localize(
486
- 4000,
486
+ 4014,
487
487
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when a task is completed."
488
488
  )),
489
489
  'properties': {
490
490
  'sound': {
491
- 'description': ( localize(4001, "Plays a sound when a task is completed.")),
491
+ 'description': ( localize(4015, "Plays a sound when a task is completed.")),
492
492
  ...soundFeatureBase
493
493
  },
494
494
  'announcement': {
495
- 'description': ( localize(4002, "Announces when a task is completed.")),
495
+ 'description': ( localize(4016, "Announces when a task is completed.")),
496
496
  ...announcementFeatureBase
497
497
  },
498
498
  }
@@ -500,16 +500,16 @@ const configuration = {
500
500
  'accessibility.signals.taskFailed': {
501
501
  ...signalFeatureBase,
502
502
  'description': ( localize(
503
- 4003,
503
+ 4017,
504
504
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when a task fails (non-zero exit code)."
505
505
  )),
506
506
  'properties': {
507
507
  'sound': {
508
- 'description': ( localize(4004, "Plays a sound when a task fails (non-zero exit code).")),
508
+ 'description': ( localize(4018, "Plays a sound when a task fails (non-zero exit code).")),
509
509
  ...soundFeatureBase
510
510
  },
511
511
  'announcement': {
512
- 'description': ( localize(4005, "Announces when a task fails (non-zero exit code).")),
512
+ 'description': ( localize(4019, "Announces when a task fails (non-zero exit code).")),
513
513
  ...announcementFeatureBase
514
514
  },
515
515
  }
@@ -517,20 +517,20 @@ const configuration = {
517
517
  'accessibility.signals.terminalCommandFailed': {
518
518
  ...signalFeatureBase,
519
519
  'description': ( localize(
520
- 4006,
520
+ 4020,
521
521
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when a terminal command fails (non-zero exit code) or when a command with such an exit code is navigated to in the accessible view."
522
522
  )),
523
523
  'properties': {
524
524
  'sound': {
525
525
  'description': ( localize(
526
- 4007,
526
+ 4021,
527
527
  "Plays a sound when a terminal command fails (non-zero exit code) or when a command with such an exit code is navigated to in the accessible view."
528
528
  )),
529
529
  ...soundFeatureBase
530
530
  },
531
531
  'announcement': {
532
532
  'description': ( localize(
533
- 4008,
533
+ 4022,
534
534
  "Announces when a terminal command fails (non-zero exit code) or when a command with such an exit code is navigated to in the accessible view."
535
535
  )),
536
536
  ...announcementFeatureBase
@@ -540,20 +540,20 @@ const configuration = {
540
540
  'accessibility.signals.terminalCommandSucceeded': {
541
541
  ...signalFeatureBase,
542
542
  'description': ( localize(
543
- 4009,
543
+ 4023,
544
544
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when a terminal command succeeds (zero exit code) or when a command with such an exit code is navigated to in the accessible view."
545
545
  )),
546
546
  'properties': {
547
547
  'sound': {
548
548
  'description': ( localize(
549
- 4010,
549
+ 4024,
550
550
  "Plays a sound when a terminal command succeeds (zero exit code) or when a command with such an exit code is navigated to in the accessible view."
551
551
  )),
552
552
  ...soundFeatureBase
553
553
  },
554
554
  'announcement': {
555
555
  'description': ( localize(
556
- 4011,
556
+ 4025,
557
557
  "Announces when a terminal command succeeds (zero exit code) or when a command with such an exit code is navigated to in the accessible view."
558
558
  )),
559
559
  ...announcementFeatureBase
@@ -563,16 +563,16 @@ const configuration = {
563
563
  'accessibility.signals.terminalQuickFix': {
564
564
  ...signalFeatureBase,
565
565
  'description': ( localize(
566
- 4012,
566
+ 4026,
567
567
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when terminal Quick Fixes are available."
568
568
  )),
569
569
  'properties': {
570
570
  'sound': {
571
- 'description': ( localize(4013, "Plays a sound when terminal Quick Fixes are available.")),
571
+ 'description': ( localize(4027, "Plays a sound when terminal Quick Fixes are available.")),
572
572
  ...soundFeatureBase
573
573
  },
574
574
  'announcement': {
575
- 'description': ( localize(4014, "Announces when terminal Quick Fixes are available.")),
575
+ 'description': ( localize(4028, "Announces when terminal Quick Fixes are available.")),
576
576
  ...announcementFeatureBase
577
577
  },
578
578
  }
@@ -580,16 +580,16 @@ const configuration = {
580
580
  'accessibility.signals.terminalBell': {
581
581
  ...signalFeatureBase,
582
582
  'description': ( localize(
583
- 4015,
583
+ 4029,
584
584
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when the terminal bell is ringing."
585
585
  )),
586
586
  'properties': {
587
587
  'sound': {
588
- 'description': ( localize(4016, "Plays a sound when the terminal bell is ringing.")),
588
+ 'description': ( localize(4030, "Plays a sound when the terminal bell is ringing.")),
589
589
  ...soundFeatureBase
590
590
  },
591
591
  'announcement': {
592
- 'description': ( localize(4017, "Announces when the terminal bell is ringing.")),
592
+ 'description': ( localize(4031, "Announces when the terminal bell is ringing.")),
593
593
  ...announcementFeatureBase
594
594
  },
595
595
  }
@@ -597,13 +597,13 @@ const configuration = {
597
597
  'accessibility.signals.diffLineInserted': {
598
598
  ...defaultNoAnnouncement,
599
599
  'description': ( localize(
600
- 4018,
600
+ 4032,
601
601
  "Plays a sound / audio cue when the focus moves to an inserted line in Accessible Diff Viewer mode or to the next/previous change."
602
602
  )),
603
603
  'properties': {
604
604
  'sound': {
605
605
  'description': ( localize(
606
- 4019,
606
+ 4033,
607
607
  "Plays a sound when the focus moves to an inserted line in Accessible Diff Viewer mode or to the next/previous change."
608
608
  )),
609
609
  ...soundFeatureBase
@@ -613,13 +613,13 @@ const configuration = {
613
613
  'accessibility.signals.diffLineModified': {
614
614
  ...defaultNoAnnouncement,
615
615
  'description': ( localize(
616
- 4020,
616
+ 4034,
617
617
  "Plays a sound / audio cue when the focus moves to an modified line in Accessible Diff Viewer mode or to the next/previous change."
618
618
  )),
619
619
  'properties': {
620
620
  'sound': {
621
621
  'description': ( localize(
622
- 4021,
622
+ 4035,
623
623
  "Plays a sound when the focus moves to a modified line in Accessible Diff Viewer mode or to the next/previous change."
624
624
  )),
625
625
  ...soundFeatureBase
@@ -629,13 +629,13 @@ const configuration = {
629
629
  'accessibility.signals.diffLineDeleted': {
630
630
  ...defaultNoAnnouncement,
631
631
  'description': ( localize(
632
- 4022,
632
+ 4036,
633
633
  "Plays a sound / audio cue when the focus moves to an deleted line in Accessible Diff Viewer mode or to the next/previous change."
634
634
  )),
635
635
  'properties': {
636
636
  'sound': {
637
637
  'description': ( localize(
638
- 4023,
638
+ 4037,
639
639
  "Plays a sound when the focus moves to an deleted line in Accessible Diff Viewer mode or to the next/previous change."
640
640
  )),
641
641
  ...soundFeatureBase
@@ -645,12 +645,12 @@ const configuration = {
645
645
  'accessibility.signals.chatEditModifiedFile': {
646
646
  ...defaultNoAnnouncement,
647
647
  'description': ( localize(
648
- 4024,
648
+ 4038,
649
649
  "Plays a sound / audio cue when revealing a file with changes from chat edits"
650
650
  )),
651
651
  'properties': {
652
652
  'sound': {
653
- 'description': ( localize(4025, "Plays a sound when revealing a file with changes from chat edits")),
653
+ 'description': ( localize(4039, "Plays a sound when revealing a file with changes from chat edits")),
654
654
  ...soundFeatureBase
655
655
  }
656
656
  }
@@ -658,20 +658,20 @@ const configuration = {
658
658
  'accessibility.signals.notebookCellCompleted': {
659
659
  ...signalFeatureBase,
660
660
  'description': ( localize(
661
- 4026,
661
+ 4040,
662
662
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when a notebook cell execution is successfully completed."
663
663
  )),
664
664
  'properties': {
665
665
  'sound': {
666
666
  'description': ( localize(
667
- 4027,
667
+ 4041,
668
668
  "Plays a sound when a notebook cell execution is successfully completed."
669
669
  )),
670
670
  ...soundFeatureBase
671
671
  },
672
672
  'announcement': {
673
673
  'description': ( localize(
674
- 4028,
674
+ 4042,
675
675
  "Announces when a notebook cell execution is successfully completed."
676
676
  )),
677
677
  ...announcementFeatureBase
@@ -681,16 +681,16 @@ const configuration = {
681
681
  'accessibility.signals.notebookCellFailed': {
682
682
  ...signalFeatureBase,
683
683
  'description': ( localize(
684
- 4029,
684
+ 4043,
685
685
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when a notebook cell execution fails."
686
686
  )),
687
687
  'properties': {
688
688
  'sound': {
689
- 'description': ( localize(4030, "Plays a sound when a notebook cell execution fails.")),
689
+ 'description': ( localize(4044, "Plays a sound when a notebook cell execution fails.")),
690
690
  ...soundFeatureBase
691
691
  },
692
692
  'announcement': {
693
- 'description': ( localize(4031, "Announces when a notebook cell execution fails.")),
693
+ 'description': ( localize(4045, "Announces when a notebook cell execution fails.")),
694
694
  ...announcementFeatureBase
695
695
  },
696
696
  }
@@ -698,16 +698,16 @@ const configuration = {
698
698
  'accessibility.signals.progress': {
699
699
  ...signalFeatureBase,
700
700
  'description': ( localize(
701
- 4032,
701
+ 4046,
702
702
  "Plays a signal - sound (audio cue) and/or announcement (alert) - on loop while progress is occurring."
703
703
  )),
704
704
  'properties': {
705
705
  'sound': {
706
- 'description': ( localize(4033, "Plays a sound on loop while progress is occurring.")),
706
+ 'description': ( localize(4047, "Plays a sound on loop while progress is occurring.")),
707
707
  ...soundFeatureBase
708
708
  },
709
709
  'announcement': {
710
- 'description': ( localize(4034, "Alerts on loop while progress is occurring.")),
710
+ 'description': ( localize(4048, "Alerts on loop while progress is occurring.")),
711
711
  ...announcementFeatureBase
712
712
  },
713
713
  },
@@ -715,56 +715,56 @@ const configuration = {
715
715
  'accessibility.signals.chatRequestSent': {
716
716
  ...signalFeatureBase,
717
717
  'description': ( localize(
718
- 4035,
718
+ 4049,
719
719
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when a chat request is made."
720
720
  )),
721
721
  'properties': {
722
722
  'sound': {
723
- 'description': ( localize(4036, "Plays a sound when a chat request is made.")),
723
+ 'description': ( localize(4050, "Plays a sound when a chat request is made.")),
724
724
  ...soundFeatureBase
725
725
  },
726
726
  'announcement': {
727
- 'description': ( localize(4037, "Announces when a chat request is made.")),
727
+ 'description': ( localize(4051, "Announces when a chat request is made.")),
728
728
  ...announcementFeatureBase
729
729
  },
730
730
  }
731
731
  },
732
732
  'accessibility.signals.chatResponseReceived': {
733
733
  ...defaultNoAnnouncement,
734
- 'description': ( localize(4038, "Plays a sound / audio cue when the response has been received.")),
734
+ 'description': ( localize(4052, "Plays a sound / audio cue when the response has been received.")),
735
735
  'properties': {
736
736
  'sound': {
737
- 'description': ( localize(4039, "Plays a sound on when the response has been received.")),
737
+ 'description': ( localize(4053, "Plays a sound on when the response has been received.")),
738
738
  ...soundFeatureBase
739
739
  },
740
740
  }
741
741
  },
742
742
  'accessibility.signals.codeActionTriggered': {
743
743
  ...defaultNoAnnouncement,
744
- 'description': ( localize(4040, "Plays a sound / audio cue - when a code action has been triggered.")),
744
+ 'description': ( localize(4054, "Plays a sound / audio cue - when a code action has been triggered.")),
745
745
  'properties': {
746
746
  'sound': {
747
- 'description': ( localize(4041, "Plays a sound when a code action has been triggered.")),
747
+ 'description': ( localize(4055, "Plays a sound when a code action has been triggered.")),
748
748
  ...soundFeatureBase
749
749
  }
750
750
  }
751
751
  },
752
752
  'accessibility.signals.codeActionApplied': {
753
753
  ...defaultNoAnnouncement,
754
- 'description': ( localize(4042, "Plays a sound / audio cue when the code action has been applied.")),
754
+ 'description': ( localize(4056, "Plays a sound / audio cue when the code action has been applied.")),
755
755
  'properties': {
756
756
  'sound': {
757
- 'description': ( localize(4043, "Plays a sound when the code action has been applied.")),
757
+ 'description': ( localize(4057, "Plays a sound when the code action has been applied.")),
758
758
  ...soundFeatureBase
759
759
  },
760
760
  }
761
761
  },
762
762
  'accessibility.signals.voiceRecordingStarted': {
763
763
  ...defaultNoAnnouncement,
764
- 'description': ( localize(4044, "Plays a sound / audio cue when the voice recording has started.")),
764
+ 'description': ( localize(4058, "Plays a sound / audio cue when the voice recording has started.")),
765
765
  'properties': {
766
766
  'sound': {
767
- 'description': ( localize(4045, "Plays a sound when the voice recording has started.")),
767
+ 'description': ( localize(4059, "Plays a sound when the voice recording has started.")),
768
768
  ...soundFeatureBase,
769
769
  },
770
770
  },
@@ -774,10 +774,10 @@ const configuration = {
774
774
  },
775
775
  'accessibility.signals.voiceRecordingStopped': {
776
776
  ...defaultNoAnnouncement,
777
- 'description': ( localize(4046, "Plays a sound / audio cue when the voice recording has stopped.")),
777
+ 'description': ( localize(4060, "Plays a sound / audio cue when the voice recording has stopped.")),
778
778
  'properties': {
779
779
  'sound': {
780
- 'description': ( localize(4047, "Plays a sound when the voice recording has stopped.")),
780
+ 'description': ( localize(4061, "Plays a sound when the voice recording has stopped.")),
781
781
  ...soundFeatureBase,
782
782
  default: 'off'
783
783
  },
@@ -786,16 +786,16 @@ const configuration = {
786
786
  'accessibility.signals.clear': {
787
787
  ...signalFeatureBase,
788
788
  'description': ( localize(
789
- 4048,
789
+ 4062,
790
790
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when a feature is cleared (for example, the terminal, Debug Console, or Output channel)."
791
791
  )),
792
792
  'properties': {
793
793
  'sound': {
794
- 'description': ( localize(4049, "Plays a sound when a feature is cleared.")),
794
+ 'description': ( localize(4063, "Plays a sound when a feature is cleared.")),
795
795
  ...soundFeatureBase
796
796
  },
797
797
  'announcement': {
798
- 'description': ( localize(4050, "Announces when a feature is cleared.")),
798
+ 'description': ( localize(4064, "Announces when a feature is cleared.")),
799
799
  ...announcementFeatureBase
800
800
  },
801
801
  },
@@ -805,30 +805,30 @@ const configuration = {
805
805
  'tags': ['accessibility'],
806
806
  additionalProperties: false,
807
807
  'markdownDescription': ( localize(
808
- 4051,
808
+ 4065,
809
809
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when a file is saved."
810
810
  )),
811
811
  'properties': {
812
812
  'sound': {
813
- 'description': ( localize(4052, "Plays a sound when a file is saved.")),
813
+ 'description': ( localize(4066, "Plays a sound when a file is saved.")),
814
814
  'type': 'string',
815
815
  'enum': ['userGesture', 'always', 'never'],
816
816
  'default': 'never',
817
817
  'enumDescriptions': [
818
- ( localize(4053, "Plays the sound when a user explicitly saves a file.")),
819
- ( localize(4054, "Plays the sound whenever a file is saved, including auto save.")),
820
- ( localize(4055, "Never plays the sound."))
818
+ ( localize(4067, "Plays the sound when a user explicitly saves a file.")),
819
+ ( localize(4068, "Plays the sound whenever a file is saved, including auto save.")),
820
+ ( localize(4069, "Never plays the sound."))
821
821
  ],
822
822
  },
823
823
  'announcement': {
824
- 'description': ( localize(4056, "Announces when a file is saved.")),
824
+ 'description': ( localize(4070, "Announces when a file is saved.")),
825
825
  'type': 'string',
826
826
  'enum': ['userGesture', 'always', 'never'],
827
827
  'default': 'never',
828
828
  'enumDescriptions': [
829
- ( localize(4057, "Announces when a user explicitly saves a file.")),
830
- ( localize(4058, "Announces whenever a file is saved, including auto save.")),
831
- ( localize(4059, "Never plays the announcement."))
829
+ ( localize(4071, "Announces when a user explicitly saves a file.")),
830
+ ( localize(4072, "Announces whenever a file is saved, including auto save.")),
831
+ ( localize(4073, "Never plays the announcement."))
832
832
  ],
833
833
  },
834
834
  },
@@ -842,36 +842,36 @@ const configuration = {
842
842
  'tags': ['accessibility'],
843
843
  additionalProperties: false,
844
844
  'markdownDescription': ( localize(
845
- 4060,
845
+ 4074,
846
846
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when a file or notebook is formatted."
847
847
  )),
848
848
  'properties': {
849
849
  'sound': {
850
- 'description': ( localize(4061, "Plays a sound when a file or notebook is formatted.")),
850
+ 'description': ( localize(4075, "Plays a sound when a file or notebook is formatted.")),
851
851
  'type': 'string',
852
852
  'enum': ['userGesture', 'always', 'never'],
853
853
  'default': 'never',
854
854
  'enumDescriptions': [
855
- ( localize(4062, "Plays the sound when a user explicitly formats a file.")),
855
+ ( localize(4076, "Plays the sound when a user explicitly formats a file.")),
856
856
  ( localize(
857
- 4063,
857
+ 4077,
858
858
  "Plays the sound whenever a file is formatted, including if it is set to format on save, type, or, paste, or run of a cell."
859
859
  )),
860
- ( localize(4064, "Never plays the sound."))
860
+ ( localize(4078, "Never plays the sound."))
861
861
  ],
862
862
  },
863
863
  'announcement': {
864
- 'description': ( localize(4065, "Announces when a file or notebook is formatted.")),
864
+ 'description': ( localize(4079, "Announces when a file or notebook is formatted.")),
865
865
  'type': 'string',
866
866
  'enum': ['userGesture', 'always', 'never'],
867
867
  'default': 'never',
868
868
  'enumDescriptions': [
869
- ( localize(4066, "Announces when a user explicitly formats a file.")),
869
+ ( localize(4080, "Announces when a user explicitly formats a file.")),
870
870
  ( localize(
871
- 4067,
871
+ 4081,
872
872
  "Announces whenever a file is formatted, including if it is set to format on save, type, or, paste, or run of a cell."
873
873
  )),
874
- ( localize(4068, "Never announces."))
874
+ ( localize(4082, "Never announces."))
875
875
  ],
876
876
  },
877
877
  },
@@ -882,13 +882,13 @@ const configuration = {
882
882
  },
883
883
  'accessibility.underlineLinks': {
884
884
  'type': 'boolean',
885
- 'description': ( localize(4069, "Controls whether links should be underlined in the workbench.")),
885
+ 'description': ( localize(4083, "Controls whether links should be underlined in the workbench.")),
886
886
  'default': false,
887
887
  },
888
888
  'accessibility.debugWatchVariableAnnouncements': {
889
889
  'type': 'boolean',
890
890
  'description': ( localize(
891
- 4070,
891
+ 4084,
892
892
  "Controls whether variable changes should be announced in the debug watch view."
893
893
  )),
894
894
  'default': true,
@@ -896,7 +896,7 @@ const configuration = {
896
896
  'accessibility.replEditor.readLastExecutionOutput': {
897
897
  'type': 'boolean',
898
898
  'description': ( localize(
899
- 4071,
899
+ 4085,
900
900
  "Controls whether the output from an execution in the native REPL will be announced."
901
901
  )),
902
902
  'default': true,
@@ -906,7 +906,7 @@ const configuration = {
906
906
  enum: ['none', 'input', 'lastExecution'],
907
907
  default: 'input',
908
908
  description: ( localize(
909
- 4072,
909
+ 4086,
910
910
  "Control whether focus should automatically be sent to the REPL when code is executed."
911
911
  )),
912
912
  },
@@ -914,7 +914,7 @@ const configuration = {
914
914
  'type': 'boolean',
915
915
  'default': true,
916
916
  'markdownDescription': ( localize(
917
- 4073,
917
+ 4087,
918
918
  "Controls whether the {0} should be optimized for screen readers when in screen reader mode. When enabled, the window title will have {1} appended to the end.",
919
919
  '`#window.title#`',
920
920
  '`activeEditorState`'
@@ -930,7 +930,7 @@ function registerAccessibilityConfiguration() {
930
930
  properties: {
931
931
  [AccessibilityWorkbenchSettingId.DimUnfocusedEnabled]: {
932
932
  description: ( localize(
933
- 4074,
933
+ 4088,
934
934
  'Whether to dim unfocused editors and terminals, which makes it more clear where typed input will go to. This works with the majority of editors with the notable exceptions of those that utilize iframes like notebooks and extension webview editors.'
935
935
  )),
936
936
  type: 'boolean',
@@ -940,7 +940,7 @@ function registerAccessibilityConfiguration() {
940
940
  },
941
941
  [AccessibilityWorkbenchSettingId.DimUnfocusedOpacity]: {
942
942
  markdownDescription: ( localize(
943
- 4075,
943
+ 4089,
944
944
  'The opacity fraction (0.2 to 1.0) to use for unfocused editors and terminals. This will only take effect when {0} is enabled.',
945
945
  `\`#${AccessibilityWorkbenchSettingId.DimUnfocusedEnabled}#\``
946
946
  )),
@@ -952,7 +952,7 @@ function registerAccessibilityConfiguration() {
952
952
  scope: ConfigurationScope.APPLICATION,
953
953
  },
954
954
  [AccessibilityWorkbenchSettingId.HideAccessibleView]: {
955
- description: ( localize(4076, "Controls whether the Accessible View is hidden.")),
955
+ description: ( localize(4090, "Controls whether the Accessible View is hidden.")),
956
956
  type: 'boolean',
957
957
  default: false,
958
958
  tags: ['accessibility']
@@ -982,7 +982,7 @@ let DynamicSpeechAccessibilityConfiguration = class DynamicSpeechAccessibilityCo
982
982
  properties: {
983
983
  [AccessibilityVoiceSettingId.SpeechTimeout]: {
984
984
  'markdownDescription': ( localize(
985
- 4077,
985
+ 4091,
986
986
  "The duration in milliseconds that voice speech recognition remains active after you stop speaking. For example in a chat session, the transcribed text is submitted automatically after the timeout is met. Set to `0` to disable this feature."
987
987
  )),
988
988
  'type': 'number',
@@ -991,14 +991,14 @@ let DynamicSpeechAccessibilityConfiguration = class DynamicSpeechAccessibilityCo
991
991
  'tags': ['accessibility']
992
992
  },
993
993
  [AccessibilityVoiceSettingId.IgnoreCodeBlocks]: {
994
- 'markdownDescription': ( localize(4078, "Whether to ignore code snippets in text-to-speech synthesis.")),
994
+ 'markdownDescription': ( localize(4092, "Whether to ignore code snippets in text-to-speech synthesis.")),
995
995
  'type': 'boolean',
996
996
  'default': false,
997
997
  'tags': ['accessibility']
998
998
  },
999
999
  [AccessibilityVoiceSettingId.SpeechLanguage]: {
1000
1000
  'markdownDescription': ( localize(
1001
- 4079,
1001
+ 4093,
1002
1002
  "The language that text-to-speech and speech-to-text should use. Select `auto` to use the configured display language if possible. Note that not all display languages maybe supported by speech recognition and synthesizers."
1003
1003
  )),
1004
1004
  'type': 'string',
@@ -1013,13 +1013,13 @@ let DynamicSpeechAccessibilityConfiguration = class DynamicSpeechAccessibilityCo
1013
1013
  'enum': ['on', 'off'],
1014
1014
  'enumDescriptions': [
1015
1015
  ( localize(
1016
- 4080,
1016
+ 4094,
1017
1017
  "Enable the feature. When a screen reader is enabled, note that this will disable aria updates."
1018
1018
  )),
1019
- ( localize(4081, "Disable the feature.")),
1019
+ ( localize(4095, "Disable the feature.")),
1020
1020
  ],
1021
1021
  'markdownDescription': ( localize(
1022
- 4082,
1022
+ 4096,
1023
1023
  "Whether a textual response should automatically be read out aloud when speech was used as input. For example in a chat session, a response is automatically synthesized when voice was used as chat request."
1024
1024
  )),
1025
1025
  'default': 'off',
@@ -1031,7 +1031,7 @@ let DynamicSpeechAccessibilityConfiguration = class DynamicSpeechAccessibilityCo
1031
1031
  getLanguages() {
1032
1032
  return {
1033
1033
  ['auto']: {
1034
- name: ( localize(4083, "Auto (Use Display Language)"))
1034
+ name: ( localize(4097, "Auto (Use Display Language)"))
1035
1035
  },
1036
1036
  ...SPEECH_LANGUAGES
1037
1037
  };