@codingame/monaco-vscode-api 32.0.0 → 32.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 (336) hide show
  1. package/package.json +8 -8
  2. package/services.js +3 -3
  3. package/vscode/src/vs/base/common/paging.js +66 -2
  4. package/vscode/src/vs/platform/extensionManagement/common/unsupportedExtensionsMigration.d.ts +14 -0
  5. package/vscode/src/vs/platform/extensionManagement/common/unsupportedExtensionsMigration.js +145 -0
  6. package/vscode/src/vs/platform/extensionRecommendations/common/extensionRecommendations.d.ts +19 -0
  7. package/vscode/src/vs/platform/extensionRecommendations/common/extensionRecommendations.js +25 -0
  8. package/vscode/src/vs/platform/extensionRecommendations/common/extensionRecommendations.service.d.ts +1 -1
  9. package/vscode/src/vs/platform/product/common/product.js +1 -1
  10. package/vscode/src/vs/workbench/contrib/chat/browser/agentSessions/agentSessions.js +12 -12
  11. package/vscode/src/vs/workbench/contrib/chat/browser/agentSessions/agentSessionsModel.js +1 -1
  12. package/vscode/src/vs/workbench/contrib/chat/browser/aiCustomization/aiCustomizationManagement.js +3 -3
  13. package/vscode/src/vs/workbench/contrib/chat/browser/attachments/chatScreenshotContext.js +1 -1
  14. package/vscode/src/vs/workbench/contrib/chat/browser/chat.js +3 -2
  15. package/vscode/src/vs/workbench/contrib/chat/browser/chatEditing/chatEditingEditorContextKeys.js +7 -7
  16. package/vscode/src/vs/workbench/contrib/chat/browser/chatSessions/chatSessionDescription.js +2 -2
  17. package/vscode/src/vs/workbench/contrib/chat/browser/chatSessions/chatSessions.contribution.js +43 -43
  18. package/vscode/src/vs/workbench/contrib/chat/browser/chatSetup/chatSetup.js +1 -1
  19. package/vscode/src/vs/workbench/contrib/chat/browser/widgetHosts/editor/chatEditorInput.js +9 -9
  20. package/vscode/src/vs/workbench/contrib/chat/common/actions/chatContextKeys.js +86 -86
  21. package/vscode/src/vs/workbench/contrib/chat/common/attachments/chatVariableEntries.js +2 -2
  22. package/vscode/src/vs/workbench/contrib/chat/common/chatModes.js +3 -3
  23. package/vscode/src/vs/workbench/contrib/chat/common/customizationHarnessService.js +1 -1
  24. package/vscode/src/vs/workbench/contrib/chat/common/editing/chatEditingService.js +2 -2
  25. package/vscode/src/vs/workbench/contrib/chat/common/languageModelStats.js +3 -3
  26. package/vscode/src/vs/workbench/contrib/chat/common/languageModels.js +23 -23
  27. package/vscode/src/vs/workbench/contrib/chat/common/model/chatModel.js +7 -7
  28. package/vscode/src/vs/workbench/contrib/chat/common/model/chatProgressTypes/chatToolInvocation.js +1 -1
  29. package/vscode/src/vs/workbench/contrib/chat/common/promptSyntax/computeAutomaticInstructions.js +13 -13
  30. package/vscode/src/vs/workbench/contrib/chat/common/promptSyntax/hookSchema.js +18 -18
  31. package/vscode/src/vs/workbench/contrib/chat/common/promptSyntax/hookTypes.js +20 -20
  32. package/vscode/src/vs/workbench/contrib/chat/common/promptSyntax/languageProviders/promptFileAttributes.js +79 -79
  33. package/vscode/src/vs/workbench/contrib/chat/common/promptSyntax/promptTypes.js +10 -10
  34. package/vscode/src/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js +3 -3
  35. package/vscode/src/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js +1 -1
  36. package/vscode/src/vs/workbench/contrib/chat/common/tools/builtinTools/askQuestionsTool.js +8 -8
  37. package/vscode/src/vs/workbench/contrib/chat/common/tools/builtinTools/manageTodoListTool.js +10 -10
  38. package/vscode/src/vs/workbench/contrib/chat/common/tools/builtinTools/reviewPlanTool.js +7 -7
  39. package/vscode/src/vs/workbench/contrib/chat/common/tools/builtinTools/runSubagentTool.js +2 -2
  40. package/vscode/src/vs/workbench/contrib/chat/common/tools/builtinTools/setArtifactRulesTool.js +3 -3
  41. package/vscode/src/vs/workbench/contrib/chat/common/tools/builtinTools/setArtifactsTool.js +4 -4
  42. package/vscode/src/vs/workbench/contrib/chat/common/tools/languageModelToolsContribution.js +22 -22
  43. package/vscode/src/vs/workbench/contrib/chat/common/tools/languageModelToolsService.js +3 -3
  44. package/vscode/src/vs/workbench/contrib/chat/common/widget/input/modelPickerWidget.js +1 -1
  45. package/vscode/src/vs/workbench/contrib/codeActions/browser/codeActionsContribution.js +11 -11
  46. package/vscode/src/vs/workbench/contrib/codeEditor/browser/dictation/editorDictation.js +4 -4
  47. package/vscode/src/vs/workbench/contrib/codeEditor/browser/diffEditorAccessibilityHelp.js +5 -5
  48. package/vscode/src/vs/workbench/contrib/codeEditor/browser/diffEditorHelper.js +3 -3
  49. package/vscode/src/vs/workbench/contrib/codeEditor/browser/find/simpleFindWidget.js +10 -10
  50. package/vscode/src/vs/workbench/contrib/codeEditor/browser/inspectEditorTokens/inspectEditorTokens.js +2 -2
  51. package/vscode/src/vs/workbench/contrib/codeEditor/browser/largeFileOptimizations.js +3 -3
  52. package/vscode/src/vs/workbench/contrib/codeEditor/browser/quickaccess/gotoSymbolQuickAccess.js +6 -6
  53. package/vscode/src/vs/workbench/contrib/codeEditor/browser/saveParticipants.js +4 -4
  54. package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleMinimap.js +2 -2
  55. package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleMultiCursorModifier.js +3 -3
  56. package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleRenderControlCharacter.js +2 -2
  57. package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleRenderWhitespace.js +12 -12
  58. package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleWordWrap.js +5 -5
  59. package/vscode/src/vs/workbench/contrib/codeEditor/common/languageConfigurationExtensionPoint.js +65 -65
  60. package/vscode/src/vs/workbench/contrib/comments/browser/commentColors.js +7 -7
  61. package/vscode/src/vs/workbench/contrib/comments/browser/commentGlyphWidget.js +7 -7
  62. package/vscode/src/vs/workbench/contrib/comments/browser/commentNode.js +2 -2
  63. package/vscode/src/vs/workbench/contrib/comments/browser/commentReply.js +3 -3
  64. package/vscode/src/vs/workbench/contrib/comments/browser/commentThreadBody.js +3 -3
  65. package/vscode/src/vs/workbench/contrib/comments/browser/commentThreadHeader.js +3 -3
  66. package/vscode/src/vs/workbench/contrib/comments/browser/commentThreadWidget.js +3 -3
  67. package/vscode/src/vs/workbench/contrib/comments/browser/commentThreadZoneWidget.js +3 -3
  68. package/vscode/src/vs/workbench/contrib/comments/browser/commentsAccessibility.js +12 -12
  69. package/vscode/src/vs/workbench/contrib/comments/browser/commentsController.js +7 -7
  70. package/vscode/src/vs/workbench/contrib/comments/browser/commentsModel.js +1 -1
  71. package/vscode/src/vs/workbench/contrib/comments/browser/commentsTreeViewer.js +9 -9
  72. package/vscode/src/vs/workbench/contrib/comments/browser/commentsView.js +14 -14
  73. package/vscode/src/vs/workbench/contrib/comments/browser/commentsViewActions.js +16 -16
  74. package/vscode/src/vs/workbench/contrib/comments/browser/reactionsAction.js +7 -7
  75. package/vscode/src/vs/workbench/contrib/comments/common/commentContextKeys.js +12 -12
  76. package/vscode/src/vs/workbench/contrib/customEditor/browser/customEditorDiffInput.js +2 -2
  77. package/vscode/src/vs/workbench/contrib/customEditor/browser/customEditorInput.js +3 -3
  78. package/vscode/src/vs/workbench/contrib/debug/browser/baseDebugView.js +1 -1
  79. package/vscode/src/vs/workbench/contrib/debug/browser/breakpointEditorContribution.js +29 -29
  80. package/vscode/src/vs/workbench/contrib/debug/browser/breakpointWidget.js +14 -14
  81. package/vscode/src/vs/workbench/contrib/debug/browser/breakpointsView.js +75 -75
  82. package/vscode/src/vs/workbench/contrib/debug/browser/callStackEditorContribution.js +2 -2
  83. package/vscode/src/vs/workbench/contrib/debug/browser/debugActionViewItems.js +6 -6
  84. package/vscode/src/vs/workbench/contrib/debug/browser/debugColors.js +12 -12
  85. package/vscode/src/vs/workbench/contrib/debug/browser/debugCommands.js +38 -38
  86. package/vscode/src/vs/workbench/contrib/debug/browser/debugEditorContribution.js +2 -2
  87. package/vscode/src/vs/workbench/contrib/debug/browser/debugHover.js +3 -3
  88. package/vscode/src/vs/workbench/contrib/debug/browser/debugIcons.js +57 -57
  89. package/vscode/src/vs/workbench/contrib/debug/browser/debugSessionPicker.js +3 -3
  90. package/vscode/src/vs/workbench/contrib/debug/browser/exceptionWidget.js +4 -4
  91. package/vscode/src/vs/workbench/contrib/debug/browser/linkDetector.js +2 -2
  92. package/vscode/src/vs/workbench/contrib/debug/browser/repl.js +18 -18
  93. package/vscode/src/vs/workbench/contrib/debug/browser/replViewer.js +5 -5
  94. package/vscode/src/vs/workbench/contrib/debug/browser/variablesView.js +9 -9
  95. package/vscode/src/vs/workbench/contrib/debug/common/abstractDebugAdapter.js +1 -1
  96. package/vscode/src/vs/workbench/contrib/debug/common/debug.js +65 -65
  97. package/vscode/src/vs/workbench/contrib/debug/common/debugModel.js +6 -6
  98. package/vscode/src/vs/workbench/contrib/debug/common/debugSource.js +1 -1
  99. package/vscode/src/vs/workbench/contrib/debug/common/disassemblyViewInput.js +2 -2
  100. package/vscode/src/vs/workbench/contrib/debug/common/loadedScriptsPicker.js +1 -1
  101. package/vscode/src/vs/workbench/contrib/debug/common/replModel.js +1 -1
  102. package/vscode/src/vs/workbench/contrib/dropOrPasteInto/browser/commands.js +2 -2
  103. package/vscode/src/vs/workbench/contrib/dropOrPasteInto/browser/configurationSchema.js +4 -4
  104. package/vscode/src/vs/workbench/contrib/extensions/browser/abstractRuntimeExtensionsEditor.d.ts +76 -0
  105. package/vscode/src/vs/workbench/contrib/extensions/browser/abstractRuntimeExtensionsEditor.js +470 -0
  106. package/vscode/src/vs/workbench/contrib/extensions/browser/configBasedRecommendations.d.ts +25 -0
  107. package/vscode/src/vs/workbench/contrib/extensions/browser/configBasedRecommendations.js +83 -0
  108. package/vscode/src/vs/workbench/contrib/extensions/browser/exeBasedRecommendations.d.ts +20 -0
  109. package/vscode/src/vs/workbench/contrib/extensions/browser/exeBasedRecommendations.js +66 -0
  110. package/vscode/src/vs/workbench/contrib/extensions/browser/extensionEditor.d.ts +83 -0
  111. package/vscode/src/vs/workbench/contrib/extensions/browser/extensionEditor.js +1353 -0
  112. package/vscode/src/vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant.d.ts +11 -0
  113. package/vscode/src/vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant.js +49 -0
  114. package/vscode/src/vs/workbench/contrib/extensions/browser/extensionFeaturesTab.d.ts +22 -0
  115. package/vscode/src/vs/workbench/contrib/extensions/browser/extensionFeaturesTab.js +728 -0
  116. package/vscode/src/vs/workbench/contrib/extensions/browser/extensionRecommendationNotificationService.d.ts +63 -0
  117. package/vscode/src/vs/workbench/contrib/extensions/browser/extensionRecommendationNotificationService.js +522 -0
  118. package/vscode/src/vs/workbench/contrib/extensions/browser/extensionRecommendations.d.ts +19 -0
  119. package/vscode/src/vs/workbench/contrib/extensions/browser/extensionRecommendations.js +18 -0
  120. package/vscode/src/vs/workbench/contrib/extensions/browser/extensionRecommendationsService.d.ts +71 -0
  121. package/vscode/src/vs/workbench/contrib/extensions/browser/extensionRecommendationsService.js +263 -0
  122. package/vscode/src/vs/workbench/contrib/extensions/browser/extensions.contribution.d.ts +5 -0
  123. package/vscode/src/vs/workbench/contrib/extensions/browser/extensions.contribution.js +2227 -0
  124. package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsActions.js +179 -179
  125. package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsActivationProgress.d.ts +9 -0
  126. package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsActivationProgress.js +40 -0
  127. package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsCompletionItemsProvider.d.ts +9 -0
  128. package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsCompletionItemsProvider.js +77 -0
  129. package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsDependencyChecker.d.ts +16 -0
  130. package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsDependencyChecker.js +93 -0
  131. package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsIcons.js +25 -25
  132. package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsQuickAccess.d.ts +27 -0
  133. package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsQuickAccess.js +100 -0
  134. package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsViewer.js +7 -7
  135. package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsViewlet.d.ts +151 -0
  136. package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsViewlet.js +1031 -0
  137. package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsViews.d.ts +235 -0
  138. package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsViews.js +1600 -0
  139. package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsWidgets.js +30 -30
  140. package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.d.ts +314 -0
  141. package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.js +3449 -0
  142. package/vscode/src/vs/workbench/contrib/extensions/browser/fileBasedRecommendations.d.ts +44 -0
  143. package/vscode/src/vs/workbench/contrib/extensions/browser/fileBasedRecommendations.js +368 -0
  144. package/vscode/src/vs/workbench/contrib/extensions/browser/keymapRecommendations.d.ts +9 -0
  145. package/vscode/src/vs/workbench/contrib/extensions/browser/keymapRecommendations.js +30 -0
  146. package/vscode/src/vs/workbench/contrib/extensions/browser/languageRecommendations.d.ts +9 -0
  147. package/vscode/src/vs/workbench/contrib/extensions/browser/languageRecommendations.js +30 -0
  148. package/vscode/src/vs/workbench/contrib/extensions/browser/media/extensionEditor.css +910 -0
  149. package/vscode/src/vs/workbench/contrib/extensions/browser/media/extensionManagement.css +12 -0
  150. package/vscode/src/vs/workbench/contrib/extensions/browser/media/extensionsViewlet.css +229 -0
  151. package/vscode/src/vs/workbench/contrib/extensions/browser/media/loading-dark.svg +31 -0
  152. package/vscode/src/vs/workbench/contrib/extensions/browser/media/loading-hc.svg +31 -0
  153. package/vscode/src/vs/workbench/contrib/extensions/browser/media/loading.svg +31 -0
  154. package/vscode/src/vs/workbench/contrib/extensions/browser/media/runtimeExtensionsEditor.css +86 -0
  155. package/vscode/src/vs/workbench/contrib/extensions/browser/remoteRecommendations.d.ts +9 -0
  156. package/vscode/src/vs/workbench/contrib/extensions/browser/remoteRecommendations.js +38 -0
  157. package/vscode/src/vs/workbench/contrib/extensions/browser/unsupportedExtensionsMigrationContribution.d.ts +9 -0
  158. package/vscode/src/vs/workbench/contrib/extensions/browser/unsupportedExtensionsMigrationContribution.js +41 -0
  159. package/vscode/src/vs/workbench/contrib/extensions/browser/webRecommendations.d.ts +11 -0
  160. package/vscode/src/vs/workbench/contrib/extensions/browser/webRecommendations.js +38 -0
  161. package/vscode/src/vs/workbench/contrib/extensions/browser/workspaceRecommendations.d.ts +33 -0
  162. package/vscode/src/vs/workbench/contrib/extensions/browser/workspaceRecommendations.js +179 -0
  163. package/vscode/src/vs/workbench/contrib/extensions/common/extensionQuery.d.ts +11 -0
  164. package/vscode/src/vs/workbench/contrib/extensions/common/extensionQuery.js +90 -0
  165. package/vscode/src/vs/workbench/contrib/extensions/common/extensions.js +1 -1
  166. package/vscode/src/vs/workbench/contrib/extensions/common/extensions.service.d.ts +1 -1
  167. package/vscode/src/vs/workbench/contrib/extensions/common/extensionsFileTemplate.js +5 -5
  168. package/vscode/src/vs/workbench/contrib/extensions/common/extensionsInput.d.ts +24 -0
  169. package/vscode/src/vs/workbench/contrib/extensions/common/extensionsInput.js +50 -0
  170. package/vscode/src/vs/workbench/contrib/extensions/common/extensionsUtils.js +3 -3
  171. package/vscode/src/vs/workbench/contrib/extensions/common/runtimeExtensionsInput.d.ts +15 -0
  172. package/vscode/src/vs/workbench/contrib/extensions/common/runtimeExtensionsInput.js +47 -0
  173. package/vscode/src/vs/workbench/contrib/extensions/common/searchExtensionsTool.js +3 -3
  174. package/vscode/src/vs/workbench/contrib/externalUriOpener/common/configuration.js +4 -4
  175. package/vscode/src/vs/workbench/contrib/externalUriOpener/common/externalUriOpenerService.js +3 -3
  176. package/vscode/src/vs/workbench/contrib/files/browser/editors/binaryFileEditor.js +1 -1
  177. package/vscode/src/vs/workbench/contrib/files/browser/editors/textFileEditor.js +8 -8
  178. package/vscode/src/vs/workbench/contrib/files/browser/editors/textFileSaveErrorHandler.js +18 -18
  179. package/vscode/src/vs/workbench/contrib/files/browser/explorerViewlet.js +14 -14
  180. package/vscode/src/vs/workbench/contrib/files/browser/fileActions.contribution.js +39 -39
  181. package/vscode/src/vs/workbench/contrib/files/browser/fileActions.js +84 -84
  182. package/vscode/src/vs/workbench/contrib/files/browser/fileCommands._save.js +4 -4
  183. package/vscode/src/vs/workbench/contrib/files/browser/fileCommands.js +2 -2
  184. package/vscode/src/vs/workbench/contrib/files/browser/fileConstants.js +6 -6
  185. package/vscode/src/vs/workbench/contrib/files/browser/fileImportExport.js +28 -28
  186. package/vscode/src/vs/workbench/contrib/files/browser/files.contribution._configuration.js +50 -50
  187. package/vscode/src/vs/workbench/contrib/files/browser/files.contribution._editorPane.js +2 -2
  188. package/vscode/src/vs/workbench/contrib/files/browser/views/emptyView.js +1 -1
  189. package/vscode/src/vs/workbench/contrib/files/browser/views/explorerDecorationsProvider.js +4 -4
  190. package/vscode/src/vs/workbench/contrib/files/browser/views/explorerView.js +7 -7
  191. package/vscode/src/vs/workbench/contrib/files/browser/views/explorerViewer.js +17 -17
  192. package/vscode/src/vs/workbench/contrib/files/browser/views/openEditorsView.js +7 -7
  193. package/vscode/src/vs/workbench/contrib/files/browser/workspaceWatcher.js +4 -4
  194. package/vscode/src/vs/workbench/contrib/files/common/dirtyFilesIndicator.js +1 -1
  195. package/vscode/src/vs/workbench/contrib/files/common/files.js +16 -16
  196. package/vscode/src/vs/workbench/contrib/folding/browser/folding.contribution.js +3 -3
  197. package/vscode/src/vs/workbench/contrib/format/browser/formatActionsMultiple.js +20 -20
  198. package/vscode/src/vs/workbench/contrib/format/browser/formatActionsNone.js +4 -4
  199. package/vscode/src/vs/workbench/contrib/format/browser/formatModified.js +1 -1
  200. package/vscode/src/vs/workbench/contrib/inlayHints/browser/inlayHintsAccessibilty.js +4 -4
  201. package/vscode/src/vs/workbench/contrib/list/browser/listResizeColumnAction.js +2 -2
  202. package/vscode/src/vs/workbench/contrib/list/browser/tableColumnResizeQuickPick.js +5 -5
  203. package/vscode/src/vs/workbench/contrib/mcp/browser/mcpCommandsAddConfiguration.js +66 -66
  204. package/vscode/src/vs/workbench/contrib/mcp/browser/mcpServerActions.js +40 -40
  205. package/vscode/src/vs/workbench/contrib/mcp/common/mcpConfiguration.js +42 -42
  206. package/vscode/src/vs/workbench/contrib/mcp/common/mcpServer.js +16 -16
  207. package/vscode/src/vs/workbench/contrib/mcp/common/mcpTypes.js +4 -4
  208. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/mergeEditorInput.js +4 -4
  209. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/mergeEditorInputModel.js +23 -23
  210. package/vscode/src/vs/workbench/contrib/mergeEditor/browser/model/mergeEditorModel.js +2 -2
  211. package/vscode/src/vs/workbench/contrib/mergeEditor/common/mergeEditor.js +8 -8
  212. package/vscode/src/vs/workbench/contrib/meteredConnection/browser/meteredConnection.contribution.js +8 -8
  213. package/vscode/src/vs/workbench/contrib/meteredConnection/browser/meteredConnectionStatus.js +4 -4
  214. package/vscode/src/vs/workbench/contrib/multiDiffEditor/browser/icons.contribution.js +1 -1
  215. package/vscode/src/vs/workbench/contrib/multiDiffEditor/browser/multiDiffEditorInput.js +3 -3
  216. package/vscode/src/vs/workbench/contrib/multiDiffEditor/browser/scmMultiDiffSourceResolver.js +1 -1
  217. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/find/notebookFindReplaceWidget.js +17 -17
  218. package/vscode/src/vs/workbench/contrib/notebook/browser/controller/cellOutputActions.js +6 -6
  219. package/vscode/src/vs/workbench/contrib/notebook/browser/controller/coreActions.js +4 -4
  220. package/vscode/src/vs/workbench/contrib/notebook/browser/controller/foldingController.js +3 -3
  221. package/vscode/src/vs/workbench/contrib/notebook/browser/notebookAccessibilityProvider.js +3 -3
  222. package/vscode/src/vs/workbench/contrib/notebook/browser/notebookEditor.js +7 -7
  223. package/vscode/src/vs/workbench/contrib/notebook/browser/notebookEditorWidget.js +24 -24
  224. package/vscode/src/vs/workbench/contrib/notebook/browser/notebookIcons.js +29 -29
  225. package/vscode/src/vs/workbench/contrib/notebook/browser/view/cellParts/cellEditorOptions.js +5 -5
  226. package/vscode/src/vs/workbench/contrib/notebook/browser/view/cellParts/cellOutput.js +7 -7
  227. package/vscode/src/vs/workbench/contrib/notebook/browser/view/cellParts/codeCell.js +2 -2
  228. package/vscode/src/vs/workbench/contrib/notebook/browser/view/cellParts/codeCellExecutionIcon.js +4 -4
  229. package/vscode/src/vs/workbench/contrib/notebook/browser/view/cellParts/codeCellRunToolbar.js +1 -1
  230. package/vscode/src/vs/workbench/contrib/notebook/browser/view/cellParts/collapsedCellOutput.js +3 -3
  231. package/vscode/src/vs/workbench/contrib/notebook/browser/view/cellParts/foldedCellHint.js +1 -1
  232. package/vscode/src/vs/workbench/contrib/notebook/browser/view/cellParts/markupCell.js +2 -2
  233. package/vscode/src/vs/workbench/contrib/notebook/browser/view/renderers/backLayerWebView.js +4 -4
  234. package/vscode/src/vs/workbench/contrib/notebook/browser/view/renderers/cellRenderer.js +1 -1
  235. package/vscode/src/vs/workbench/contrib/notebook/browser/viewParts/notebookKernelQuickPickStrategy.js +14 -14
  236. package/vscode/src/vs/workbench/contrib/notebook/browser/viewParts/notebookKernelView.js +2 -2
  237. package/vscode/src/vs/workbench/contrib/notebook/browser/viewParts/notebookViewZones.js +1 -1
  238. package/vscode/src/vs/workbench/contrib/notebook/common/notebookEditorInput.js +2 -2
  239. package/vscode/src/vs/workbench/contrib/preferences/browser/keybindingWidgets.js +3 -3
  240. package/vscode/src/vs/workbench/contrib/preferences/browser/preferencesIcons.js +13 -13
  241. package/vscode/src/vs/workbench/contrib/preferences/browser/preferencesWidgets.js +10 -10
  242. package/vscode/src/vs/workbench/contrib/preferences/browser/settingsLayout.js +60 -60
  243. package/vscode/src/vs/workbench/contrib/preferences/common/preferences.js +3 -3
  244. package/vscode/src/vs/workbench/contrib/preferences/common/settingsEditorColorRegistry.js +21 -21
  245. package/vscode/src/vs/workbench/contrib/remote/browser/remoteExplorer.js +15 -15
  246. package/vscode/src/vs/workbench/contrib/remote/browser/remoteIcons.js +17 -17
  247. package/vscode/src/vs/workbench/contrib/remote/browser/tunnelView.js +59 -59
  248. package/vscode/src/vs/workbench/contrib/scm/browser/scmHistory.js +11 -11
  249. package/vscode/src/vs/workbench/contrib/scm/browser/scmHistoryChatContext.js +6 -6
  250. package/vscode/src/vs/workbench/contrib/scm/common/quickDiff.js +14 -14
  251. package/vscode/src/vs/workbench/contrib/search/browser/anythingQuickAccess.js +9 -9
  252. package/vscode/src/vs/workbench/contrib/search/browser/patternInputWidget.js +3 -3
  253. package/vscode/src/vs/workbench/contrib/search/browser/searchActionsBase.js +1 -1
  254. package/vscode/src/vs/workbench/contrib/search/browser/searchActionsTopBar.js +9 -9
  255. package/vscode/src/vs/workbench/contrib/search/browser/searchChatContext.js +5 -5
  256. package/vscode/src/vs/workbench/contrib/search/browser/searchFindInput.js +1 -1
  257. package/vscode/src/vs/workbench/contrib/search/browser/searchIcons.js +20 -20
  258. package/vscode/src/vs/workbench/contrib/search/browser/searchMessage.js +2 -2
  259. package/vscode/src/vs/workbench/contrib/search/browser/searchResultsView.js +14 -14
  260. package/vscode/src/vs/workbench/contrib/search/browser/searchView.js +55 -55
  261. package/vscode/src/vs/workbench/contrib/search/browser/searchWidget.js +11 -11
  262. package/vscode/src/vs/workbench/contrib/search/browser/symbolsQuickAccess.js +2 -2
  263. package/vscode/src/vs/workbench/contrib/searchEditor/browser/searchEditorInput.js +4 -4
  264. package/vscode/src/vs/workbench/contrib/searchEditor/browser/searchEditorSerialization.js +5 -5
  265. package/vscode/src/vs/workbench/contrib/snippets/browser/snippetCompletionProvider.js +3 -3
  266. package/vscode/src/vs/workbench/contrib/snippets/browser/snippetsFile.js +3 -3
  267. package/vscode/src/vs/workbench/contrib/snippets/browser/snippetsService.js +9 -9
  268. package/vscode/src/vs/workbench/contrib/speech/common/speechService.js +29 -29
  269. package/vscode/src/vs/workbench/contrib/tasks/common/constants.js +1 -1
  270. package/vscode/src/vs/workbench/contrib/tasks/common/taskDefinitionRegistry.js +6 -6
  271. package/vscode/src/vs/workbench/contrib/tasks/common/taskService.js +6 -6
  272. package/vscode/src/vs/workbench/contrib/tasks/common/tasks.js +4 -4
  273. package/vscode/src/vs/workbench/contrib/terminal/browser/terminalEditorInput.js +3 -3
  274. package/vscode/src/vs/workbench/contrib/terminal/browser/terminalIcons.js +13 -13
  275. package/vscode/src/vs/workbench/contrib/terminal/browser/terminalMenus.js +40 -40
  276. package/vscode/src/vs/workbench/contrib/terminal/browser/xterm/decorationStyles.js +15 -15
  277. package/vscode/src/vs/workbench/contrib/terminal/common/terminal.js +10 -10
  278. package/vscode/src/vs/workbench/contrib/terminal/common/terminalColorRegistry.js +23 -23
  279. package/vscode/src/vs/workbench/contrib/terminal/common/terminalContextKey.js +17 -17
  280. package/vscode/src/vs/workbench/contrib/terminal/common/terminalStrings.js +26 -26
  281. package/vscode/src/vs/workbench/contrib/terminalContrib/accessibility/common/terminalAccessibilityConfiguration.js +2 -2
  282. package/vscode/src/vs/workbench/contrib/terminalContrib/autoReplies/common/terminalAutoRepliesConfiguration.js +2 -2
  283. package/vscode/src/vs/workbench/contrib/terminalContrib/chat/browser/terminalChat.js +9 -9
  284. package/vscode/src/vs/workbench/contrib/terminalContrib/chatAgentTools/common/terminalChatAgentToolsConfiguration.js +72 -72
  285. package/vscode/src/vs/workbench/contrib/terminalContrib/commandGuide/common/terminalCommandGuideConfiguration.js +1 -1
  286. package/vscode/src/vs/workbench/contrib/terminalContrib/history/common/terminal.history.js +1 -1
  287. package/vscode/src/vs/workbench/contrib/terminalContrib/inlineHint/common/terminalInitialHintConfiguration.js +2 -2
  288. package/vscode/src/vs/workbench/contrib/terminalContrib/notification/common/terminalNotificationConfiguration.js +1 -1
  289. package/vscode/src/vs/workbench/contrib/terminalContrib/stickyScroll/common/terminalStickyScrollConfiguration.js +3 -3
  290. package/vscode/src/vs/workbench/contrib/terminalContrib/suggest/common/terminalSuggestConfiguration.js +30 -30
  291. package/vscode/src/vs/workbench/contrib/terminalContrib/typeAhead/common/terminalTypeAheadConfiguration.js +5 -5
  292. package/vscode/src/vs/workbench/contrib/terminalContrib/zoom/common/terminal.zoom.js +2 -2
  293. package/vscode/src/vs/workbench/contrib/testing/common/constants.js +11 -11
  294. package/vscode/src/vs/workbench/contrib/testing/common/testResult.js +2 -2
  295. package/vscode/src/vs/workbench/contrib/testing/common/testTypes.js +3 -3
  296. package/vscode/src/vs/workbench/contrib/url/browser/trustedDomains.js +6 -6
  297. package/vscode/src/vs/workbench/contrib/webview/browser/webview.contribution.js +3 -3
  298. package/vscode/src/vs/workbench/contrib/webview/browser/webviewFindAccessibilityHelp.js +30 -30
  299. package/vscode/src/vs/workbench/contrib/webviewPanel/browser/webviewEditor.js +1 -1
  300. package/vscode/src/vs/workbench/contrib/welcomeOnboarding/common/onboardingTypes.js +14 -14
  301. package/vscode/src/vs/workbench/contrib/workspace/common/workspace.js +2 -2
  302. package/vscode/src/vs/workbench/services/accounts/browser/defaultAccount.d.ts +35 -0
  303. package/vscode/src/vs/workbench/services/accounts/browser/defaultAccount.js +876 -0
  304. package/vscode/src/vs/workbench/services/authentication/browser/authenticationService.js +11 -11
  305. package/vscode/src/vs/workbench/services/auxiliaryWindow/browser/auxiliaryWindowService.js +5 -5
  306. package/vscode/src/vs/workbench/services/chat/common/chatEntitlementService.js +16 -16
  307. package/vscode/src/vs/workbench/services/configurationResolver/common/configurationResolverSchema.js +16 -16
  308. package/vscode/src/vs/workbench/services/configurationResolver/common/configurationResolverUtils.js +1 -1
  309. package/vscode/src/vs/workbench/services/configurationResolver/common/variableResolver.js +16 -16
  310. package/vscode/src/vs/workbench/services/editor/common/editorResolverService.js +2 -2
  311. package/vscode/src/vs/workbench/services/extensionManagement/common/extensionsIcons.js +3 -3
  312. package/vscode/src/vs/workbench/services/extensionRecommendations/common/workspaceExtensionsConfig.js +6 -6
  313. package/vscode/src/vs/workbench/services/extensions/browser/extensionUrlHandler.js +10 -10
  314. package/vscode/src/vs/workbench/services/extensions/common/extensionsRegistry.js +88 -88
  315. package/vscode/src/vs/workbench/services/filesConfiguration/common/filesConfigurationService.js +5 -5
  316. package/vscode/src/vs/workbench/services/language/common/languageService.js +24 -24
  317. package/vscode/src/vs/workbench/services/log/common/logConstants.js +1 -1
  318. package/vscode/src/vs/workbench/services/policies/common/accountPolicyService.js +1 -1
  319. package/vscode/src/vs/workbench/services/preferences/browser/keybindingsEditorInput.js +2 -2
  320. package/vscode/src/vs/workbench/services/preferences/browser/keybindingsEditorModel.js +7 -7
  321. package/vscode/src/vs/workbench/services/preferences/common/preferencesEditorInput.js +4 -4
  322. package/vscode/src/vs/workbench/services/preferences/common/preferencesModels.js +2 -2
  323. package/vscode/src/vs/workbench/services/preferences/common/preferencesValidation.js +30 -30
  324. package/vscode/src/vs/workbench/services/remote/common/remoteExplorerService.js +8 -8
  325. package/vscode/src/vs/workbench/services/remote/common/tunnelModel.js +6 -6
  326. package/vscode/src/vs/workbench/services/search/common/queryBuilder.js +1 -1
  327. package/vscode/src/vs/workbench/services/textMate/common/TMGrammars.js +9 -9
  328. package/vscode/src/vs/workbench/services/textfile/common/textFileEditorModel.js +3 -3
  329. package/vscode/src/vs/workbench/services/themes/common/colorExtensionPoint.js +18 -18
  330. package/vscode/src/vs/workbench/services/themes/common/colorThemeData.js +8 -8
  331. package/vscode/src/vs/workbench/services/themes/common/iconExtensionPoint.js +13 -13
  332. package/vscode/src/vs/workbench/services/themes/common/tokenClassificationExtensionPoint.js +24 -24
  333. package/vscode/src/vs/workbench/services/userDataProfile/common/userDataProfile.js +3 -3
  334. package/vscode/src/vs/workbench/services/userDataProfile/common/userDataProfileIcons.js +1 -1
  335. package/vscode/src/vs/workbench/services/userDataSync/common/userDataSync.js +13 -13
  336. package/vscode/src/vs/workbench/services/workingCopy/common/storedFileWorkingCopy.js +16 -16
@@ -22,7 +22,7 @@ var DecorationSelector;
22
22
  DecorationSelector["OverviewRuler"] = ".xterm-decoration-overview-ruler";
23
23
  })(DecorationSelector || (DecorationSelector = {}));
24
24
  function getTerminalDecorationHoverContent(command, hoverMessage, showCommandActions) {
25
- let hoverContent = showCommandActions ? `${( localize(13960, "Show Command Actions"))}\n\n---\n\n` : "";
25
+ let hoverContent = showCommandActions ? `${( localize(13985, "Show Command Actions"))}\n\n---\n\n` : "";
26
26
  if (!command) {
27
27
  if (hoverMessage) {
28
28
  hoverContent = hoverMessage;
@@ -41,14 +41,14 @@ function getTerminalDecorationHoverContent(command, hoverMessage, showCommandAct
41
41
  if (command.exitCode) {
42
42
  if (command.exitCode === -1) {
43
43
  hoverContent += ( localize(
44
- 13961,
44
+ 13986,
45
45
  "Command executed {0}, took {1} and failed",
46
46
  fromNow(command.timestamp, true),
47
47
  durationText
48
48
  ));
49
49
  } else {
50
50
  hoverContent += ( localize(
51
- 13962,
51
+ 13987,
52
52
  "Command executed {0}, took {1} and failed (Exit Code {2})",
53
53
  fromNow(command.timestamp, true),
54
54
  durationText,
@@ -57,7 +57,7 @@ function getTerminalDecorationHoverContent(command, hoverMessage, showCommandAct
57
57
  }
58
58
  } else {
59
59
  hoverContent += ( localize(
60
- 13963,
60
+ 13988,
61
61
  "Command executed {0} and took {1}",
62
62
  fromNow(command.timestamp, true),
63
63
  durationText
@@ -66,17 +66,17 @@ function getTerminalDecorationHoverContent(command, hoverMessage, showCommandAct
66
66
  } else {
67
67
  if (command.exitCode) {
68
68
  if (command.exitCode === -1) {
69
- hoverContent += ( localize(13964, "Command executed {0} and failed", fromNow(command.timestamp, true)));
69
+ hoverContent += ( localize(13989, "Command executed {0} and failed", fromNow(command.timestamp, true)));
70
70
  } else {
71
71
  hoverContent += ( localize(
72
- 13965,
72
+ 13990,
73
73
  "Command executed {0} and failed (Exit Code {1})",
74
74
  fromNow(command.timestamp, true),
75
75
  command.exitCode
76
76
  ));
77
77
  }
78
78
  } else {
79
- hoverContent += ( localize(13966, "Command executed {0} now"));
79
+ hoverContent += ( localize(13991, "Command executed {0} now"));
80
80
  }
81
81
  }
82
82
  }
@@ -89,8 +89,8 @@ var TerminalCommandDecorationStatus;
89
89
  TerminalCommandDecorationStatus["Success"] = "success";
90
90
  TerminalCommandDecorationStatus["Error"] = "error";
91
91
  })(TerminalCommandDecorationStatus || (TerminalCommandDecorationStatus = {}));
92
- const unknownText = ( localize(13967, "Unknown"));
93
- const runningText = ( localize(13968, "Running"));
92
+ const unknownText = ( localize(13992, "Unknown"));
93
+ const runningText = ( localize(13993, "Running"));
94
94
  function getTerminalCommandDecorationTooltip(command, storedState) {
95
95
  if (command) {
96
96
  return getTerminalDecorationHoverContent(command);
@@ -111,14 +111,14 @@ function getTerminalCommandDecorationTooltip(command, storedState) {
111
111
  if (exitCode) {
112
112
  if (exitCode === -1) {
113
113
  hoverContent += ( localize(
114
- 13961,
114
+ 13986,
115
115
  "Command executed {0}, took {1} and failed",
116
116
  fromNowText,
117
117
  durationText
118
118
  ));
119
119
  } else {
120
120
  hoverContent += ( localize(
121
- 13962,
121
+ 13987,
122
122
  "Command executed {0}, took {1} and failed (Exit Code {2})",
123
123
  fromNowText,
124
124
  durationText,
@@ -126,22 +126,22 @@ function getTerminalCommandDecorationTooltip(command, storedState) {
126
126
  ));
127
127
  }
128
128
  } else {
129
- hoverContent += ( localize(13963, "Command executed {0} and took {1}", fromNowText, durationText));
129
+ hoverContent += ( localize(13988, "Command executed {0} and took {1}", fromNowText, durationText));
130
130
  }
131
131
  } else {
132
132
  if (exitCode) {
133
133
  if (exitCode === -1) {
134
- hoverContent += ( localize(13964, "Command executed {0} and failed", fromNowText));
134
+ hoverContent += ( localize(13989, "Command executed {0} and failed", fromNowText));
135
135
  } else {
136
136
  hoverContent += ( localize(
137
- 13965,
137
+ 13990,
138
138
  "Command executed {0} and failed (Exit Code {1})",
139
139
  fromNowText,
140
140
  exitCode
141
141
  ));
142
142
  }
143
143
  } else {
144
- hoverContent += ( localize(13969, "Command executed {0} ", fromNowText));
144
+ hoverContent += ( localize(13994, "Command executed {0} ", fromNowText));
145
145
  }
146
146
  }
147
147
  return hoverContent;
@@ -289,12 +289,12 @@ const terminalContributionsDescriptor = {
289
289
  }
290
290
  },
291
291
  jsonSchema: {
292
- description: ( localize(13971, "Contributes terminal functionality.")),
292
+ description: ( localize(13996, "Contributes terminal functionality.")),
293
293
  type: "object",
294
294
  properties: {
295
295
  profiles: {
296
296
  type: "array",
297
- description: ( localize(13972, "Defines additional terminal profiles that the user can create.")),
297
+ description: ( localize(13997, "Defines additional terminal profiles that the user can create.")),
298
298
  items: {
299
299
  type: "object",
300
300
  required: ["id", "title"],
@@ -306,16 +306,16 @@ const terminalContributionsDescriptor = {
306
306
  }],
307
307
  properties: {
308
308
  id: {
309
- description: ( localize(13973, "The ID of the terminal profile provider.")),
309
+ description: ( localize(13998, "The ID of the terminal profile provider.")),
310
310
  type: "string"
311
311
  },
312
312
  title: {
313
- description: ( localize(13974, "Title for this terminal profile.")),
313
+ description: ( localize(13999, "Title for this terminal profile.")),
314
314
  type: "string"
315
315
  },
316
316
  icon: {
317
317
  description: ( localize(
318
- 13975,
318
+ 14000,
319
319
  "A codicon, URI, or light and dark URIs to associate with this terminal type."
320
320
  )),
321
321
  anyOf: [{
@@ -324,11 +324,11 @@ const terminalContributionsDescriptor = {
324
324
  type: "object",
325
325
  properties: {
326
326
  light: {
327
- description: ( localize(13976, "Icon path when a light theme is used")),
327
+ description: ( localize(14001, "Icon path when a light theme is used")),
328
328
  type: "string"
329
329
  },
330
330
  dark: {
331
- description: ( localize(13977, "Icon path when a dark theme is used")),
331
+ description: ( localize(14002, "Icon path when a dark theme is used")),
332
332
  type: "string"
333
333
  }
334
334
  }
@@ -336,7 +336,7 @@ const terminalContributionsDescriptor = {
336
336
  },
337
337
  titleTemplate: {
338
338
  description: ( localize(
339
- 13978,
339
+ 14003,
340
340
  "A title template string for the terminal tab. Supports variables like ${sequence}, ${process}, ${cwd}, etc. Overrides the default terminal.integrated.tabs.title setting for terminals created with this profile."
341
341
  )),
342
342
  type: "string"
@@ -347,7 +347,7 @@ const terminalContributionsDescriptor = {
347
347
  completionProviders: {
348
348
  type: "array",
349
349
  description: ( localize(
350
- 13979,
350
+ 14004,
351
351
  "Defines terminal completion providers that will be registered when the extension activates."
352
352
  )),
353
353
  items: {
@@ -362,7 +362,7 @@ const terminalContributionsDescriptor = {
362
362
  properties: {
363
363
  description: {
364
364
  description: ( localize(
365
- 13980,
365
+ 14005,
366
366
  "A description of what the completion provider does. This will be shown in the settings UI."
367
367
  )),
368
368
  type: "string"
@@ -16,7 +16,7 @@ import { PANEL_BORDER, EDITOR_DRAG_AND_DROP_BACKGROUND, TAB_ACTIVE_BORDER } from
16
16
 
17
17
  const ansiColorIdentifiers = [];
18
18
  const TERMINAL_BACKGROUND_COLOR = registerColor("terminal.background", null, ( localize(
19
- 13981,
19
+ 14006,
20
20
  "The background color of the terminal, this allows coloring the terminal differently to the panel."
21
21
  )));
22
22
  const TERMINAL_FOREGROUND_COLOR = registerColor("terminal.foreground", {
@@ -24,20 +24,20 @@ const TERMINAL_FOREGROUND_COLOR = registerColor("terminal.foreground", {
24
24
  dark: "#CCCCCC",
25
25
  hcDark: "#FFFFFF",
26
26
  hcLight: "#292929"
27
- }, ( localize(13982, "The foreground color of the terminal.")));
28
- const TERMINAL_CURSOR_FOREGROUND_COLOR = registerColor("terminalCursor.foreground", null, ( localize(13983, "The foreground color of the terminal cursor.")));
27
+ }, ( localize(14007, "The foreground color of the terminal.")));
28
+ const TERMINAL_CURSOR_FOREGROUND_COLOR = registerColor("terminalCursor.foreground", null, ( localize(14008, "The foreground color of the terminal cursor.")));
29
29
  const TERMINAL_CURSOR_BACKGROUND_COLOR = registerColor("terminalCursor.background", null, ( localize(
30
- 13984,
30
+ 14009,
31
31
  "The background color of the terminal cursor. Allows customizing the color of a character overlapped by a block cursor."
32
32
  )));
33
- const TERMINAL_SELECTION_BACKGROUND_COLOR = registerColor("terminal.selectionBackground", editorSelectionBackground, ( localize(13985, "The selection background color of the terminal.")));
33
+ const TERMINAL_SELECTION_BACKGROUND_COLOR = registerColor("terminal.selectionBackground", editorSelectionBackground, ( localize(14010, "The selection background color of the terminal.")));
34
34
  const TERMINAL_INACTIVE_SELECTION_BACKGROUND_COLOR = registerColor("terminal.inactiveSelectionBackground", {
35
35
  light: ( transparent(TERMINAL_SELECTION_BACKGROUND_COLOR, 0.5)),
36
36
  dark: ( transparent(TERMINAL_SELECTION_BACKGROUND_COLOR, 0.5)),
37
37
  hcDark: ( transparent(TERMINAL_SELECTION_BACKGROUND_COLOR, 0.7)),
38
38
  hcLight: ( transparent(TERMINAL_SELECTION_BACKGROUND_COLOR, 0.5))
39
39
  }, ( localize(
40
- 13986,
40
+ 14011,
41
41
  "The selection background color of the terminal when it does not have focus."
42
42
  )));
43
43
  const TERMINAL_SELECTION_FOREGROUND_COLOR = registerColor("terminal.selectionForeground", {
@@ -46,7 +46,7 @@ const TERMINAL_SELECTION_FOREGROUND_COLOR = registerColor("terminal.selectionFor
46
46
  hcDark: "#000000",
47
47
  hcLight: "#ffffff"
48
48
  }, ( localize(
49
- 13987,
49
+ 14012,
50
50
  "The selection foreground color of the terminal. When this is null the selection foreground will be retained and have the minimum contrast ratio feature applied."
51
51
  )));
52
52
  const TERMINAL_COMMAND_DECORATION_DEFAULT_BACKGROUND_COLOR = registerColor("terminalCommandDecoration.defaultBackground", {
@@ -54,14 +54,14 @@ const TERMINAL_COMMAND_DECORATION_DEFAULT_BACKGROUND_COLOR = registerColor("term
54
54
  dark: "#ffffff40",
55
55
  hcDark: "#ffffff80",
56
56
  hcLight: "#00000040"
57
- }, ( localize(13988, "The default terminal command decoration background color.")));
57
+ }, ( localize(14013, "The default terminal command decoration background color.")));
58
58
  const TERMINAL_COMMAND_DECORATION_SUCCESS_BACKGROUND_COLOR = registerColor("terminalCommandDecoration.successBackground", {
59
59
  dark: "#1B81A8",
60
60
  light: "#2090D3",
61
61
  hcDark: "#1B81A8",
62
62
  hcLight: "#007100"
63
63
  }, ( localize(
64
- 13989,
64
+ 14014,
65
65
  "The terminal command decoration background color for successful commands."
66
66
  )));
67
67
  const TERMINAL_COMMAND_DECORATION_ERROR_BACKGROUND_COLOR = registerColor("terminalCommandDecoration.errorBackground", {
@@ -70,26 +70,26 @@ const TERMINAL_COMMAND_DECORATION_ERROR_BACKGROUND_COLOR = registerColor("termin
70
70
  hcDark: "#F14C4C",
71
71
  hcLight: "#B5200D"
72
72
  }, ( localize(
73
- 13990,
73
+ 14015,
74
74
  "The terminal command decoration background color for error commands."
75
75
  )));
76
- const TERMINAL_OVERVIEW_RULER_CURSOR_FOREGROUND_COLOR = registerColor("terminalOverviewRuler.cursorForeground", "#A0A0A0CC", ( localize(13991, "The overview ruler cursor color.")));
76
+ const TERMINAL_OVERVIEW_RULER_CURSOR_FOREGROUND_COLOR = registerColor("terminalOverviewRuler.cursorForeground", "#A0A0A0CC", ( localize(14016, "The overview ruler cursor color.")));
77
77
  registerColor("terminal.border", PANEL_BORDER, ( localize(
78
- 13992,
78
+ 14017,
79
79
  "The color of the border that separates split panes within the terminal. This defaults to panel.border."
80
80
  )));
81
- const TERMINAL_OVERVIEW_RULER_BORDER_COLOR = registerColor("terminalOverviewRuler.border", editorOverviewRulerBorder, ( localize(13993, "The overview ruler left-side border color.")));
81
+ const TERMINAL_OVERVIEW_RULER_BORDER_COLOR = registerColor("terminalOverviewRuler.border", editorOverviewRulerBorder, ( localize(14018, "The overview ruler left-side border color.")));
82
82
  const TERMINAL_FIND_MATCH_BACKGROUND_COLOR = registerColor("terminal.findMatchBackground", {
83
83
  dark: editorFindMatch,
84
84
  light: editorFindMatch,
85
85
  hcDark: null,
86
86
  hcLight: "#0F4A85"
87
87
  }, ( localize(
88
- 13994,
88
+ 14019,
89
89
  "Color of the current search match in the terminal. The color must not be opaque so as not to hide underlying terminal content."
90
90
  )), true);
91
91
  registerColor("terminal.hoverHighlightBackground", ( transparent(editorHoverHighlight, 0.5)), ( localize(
92
- 13995,
92
+ 14020,
93
93
  "Highlight below the word for which a hover is shown. The color must not be opaque so as not to hide underlying decorations."
94
94
  )));
95
95
  const TERMINAL_FIND_MATCH_BORDER_COLOR = registerColor("terminal.findMatchBorder", {
@@ -97,14 +97,14 @@ const TERMINAL_FIND_MATCH_BORDER_COLOR = registerColor("terminal.findMatchBorder
97
97
  light: null,
98
98
  hcDark: "#f38518",
99
99
  hcLight: "#0F4A85"
100
- }, ( localize(13996, "Border color of the current search match in the terminal.")));
100
+ }, ( localize(14021, "Border color of the current search match in the terminal.")));
101
101
  const TERMINAL_FIND_MATCH_HIGHLIGHT_BACKGROUND_COLOR = registerColor("terminal.findMatchHighlightBackground", {
102
102
  dark: editorFindMatchHighlight,
103
103
  light: editorFindMatchHighlight,
104
104
  hcDark: null,
105
105
  hcLight: null
106
106
  }, ( localize(
107
- 13997,
107
+ 14022,
108
108
  "Color of the other search matches in the terminal. The color must not be opaque so as not to hide underlying terminal content."
109
109
  )), true);
110
110
  const TERMINAL_FIND_MATCH_HIGHLIGHT_BORDER_COLOR = registerColor("terminal.findMatchHighlightBorder", {
@@ -112,19 +112,19 @@ const TERMINAL_FIND_MATCH_HIGHLIGHT_BORDER_COLOR = registerColor("terminal.findM
112
112
  light: null,
113
113
  hcDark: "#f38518",
114
114
  hcLight: "#0F4A85"
115
- }, ( localize(13998, "Border color of the other search matches in the terminal.")));
115
+ }, ( localize(14023, "Border color of the other search matches in the terminal.")));
116
116
  const TERMINAL_OVERVIEW_RULER_FIND_MATCH_FOREGROUND_COLOR = registerColor("terminalOverviewRuler.findMatchForeground", {
117
117
  dark: overviewRulerFindMatchForeground,
118
118
  light: overviewRulerFindMatchForeground,
119
119
  hcDark: "#f38518",
120
120
  hcLight: "#0F4A85"
121
- }, ( localize(13999, "Overview ruler marker color for find matches in the terminal.")));
121
+ }, ( localize(14024, "Overview ruler marker color for find matches in the terminal.")));
122
122
  registerColor("terminal.dropBackground", EDITOR_DRAG_AND_DROP_BACKGROUND, ( localize(
123
- 14000,
123
+ 14025,
124
124
  "Background color when dragging on top of terminals. The color should have transparency so that the terminal contents can still shine through."
125
125
  )), true);
126
126
  registerColor("terminal.tab.activeBorder", TAB_ACTIVE_BORDER, ( localize(
127
- 14001,
127
+ 14026,
128
128
  "Border on the side of the terminal tab in the panel. This defaults to tab.activeBorder."
129
129
  )));
130
130
  registerColor("terminal.initialHintForeground", {
@@ -132,7 +132,7 @@ registerColor("terminal.initialHintForeground", {
132
132
  light: "#0007",
133
133
  hcDark: null,
134
134
  hcLight: null
135
- }, ( localize(14002, "Foreground color of the terminal initial hint.")));
135
+ }, ( localize(14027, "Foreground color of the terminal initial hint.")));
136
136
  const ansiColorMap = {
137
137
  "terminal.ansiBlack": {
138
138
  index: 0,
@@ -283,7 +283,7 @@ function registerColors() {
283
283
  for (const id in ansiColorMap) {
284
284
  const entry = ansiColorMap[id];
285
285
  const colorName = id.substring(13);
286
- ansiColorIdentifiers[entry.index] = registerColor(id, entry.defaults, ( localize(14003, "'{0}' ANSI color in the terminal.", colorName)));
286
+ ansiColorIdentifiers[entry.index] = registerColor(id, entry.defaults, ( localize(14028, "'{0}' ANSI color in the terminal.", colorName)));
287
287
  }
288
288
  }
289
289
 
@@ -43,17 +43,17 @@ var TerminalContextKeyStrings;
43
43
  var TerminalContextKeys;
44
44
  (function(TerminalContextKeys) {
45
45
  TerminalContextKeys.isOpen = ( new RawContextKey(TerminalContextKeyStrings.IsOpen, false, true));
46
- TerminalContextKeys.focus = ( new RawContextKey(TerminalContextKeyStrings.Focus, false, ( localize(14168, "Whether the terminal is focused."))));
46
+ TerminalContextKeys.focus = ( new RawContextKey(TerminalContextKeyStrings.Focus, false, ( localize(14193, "Whether the terminal is focused."))));
47
47
  TerminalContextKeys.focusInAny = ( new RawContextKey(TerminalContextKeyStrings.FocusInAny, false, ( localize(
48
- 14169,
48
+ 14194,
49
49
  "Whether any terminal is focused, including detached terminals used in other UI."
50
50
  ))));
51
- TerminalContextKeys.editorFocus = ( new RawContextKey(TerminalContextKeyStrings.EditorFocus, false, ( localize(14170, "Whether a terminal in the editor area is focused."))));
52
- TerminalContextKeys.count = ( new RawContextKey(TerminalContextKeyStrings.Count, 0, ( localize(14171, "The current number of terminals."))));
51
+ TerminalContextKeys.editorFocus = ( new RawContextKey(TerminalContextKeyStrings.EditorFocus, false, ( localize(14195, "Whether a terminal in the editor area is focused."))));
52
+ TerminalContextKeys.count = ( new RawContextKey(TerminalContextKeyStrings.Count, 0, ( localize(14196, "The current number of terminals."))));
53
53
  TerminalContextKeys.groupCount = ( new RawContextKey(TerminalContextKeyStrings.GroupCount, 0, true));
54
54
  TerminalContextKeys.tabsNarrow = ( new RawContextKey(TerminalContextKeyStrings.TabsNarrow, false, true));
55
55
  TerminalContextKeys.terminalHasFixedWidth = ( new RawContextKey(TerminalContextKeyStrings.HasFixedWidth, false, true));
56
- TerminalContextKeys.tabsFocus = ( new RawContextKey(TerminalContextKeyStrings.TabsFocus, false, ( localize(14172, "Whether the terminal tabs widget is focused."))));
56
+ TerminalContextKeys.tabsFocus = ( new RawContextKey(TerminalContextKeyStrings.TabsFocus, false, ( localize(14197, "Whether the terminal tabs widget is focused."))));
57
57
  TerminalContextKeys.webExtensionContributedProfile = ( new RawContextKey(TerminalContextKeyStrings.WebExtensionContributedProfile, false, true));
58
58
  TerminalContextKeys.terminalHasBeenCreated = ( new RawContextKey(TerminalContextKeyStrings.TerminalHasBeenCreated, false, true));
59
59
  TerminalContextKeys.terminalEditorActive = ( new RawContextKey(TerminalContextKeyStrings.TerminalEditorActive, false, true));
@@ -61,16 +61,16 @@ var TerminalContextKeys;
61
61
  TerminalContextKeys.shellType = ( new RawContextKey(TerminalContextKeyStrings.ShellType, undefined, {
62
62
  type: "string",
63
63
  description: ( localize(
64
- 14173,
64
+ 14198,
65
65
  "The shell type of the active terminal, this is set if the type can be detected."
66
66
  ))
67
67
  }));
68
- TerminalContextKeys.altBufferActive = ( new RawContextKey(TerminalContextKeyStrings.AltBufferActive, false, ( localize(14174, "Whether the terminal's alt buffer is active."))));
69
- TerminalContextKeys.suggestWidgetVisible = ( new RawContextKey(TerminalContextKeyStrings.SuggestWidgetVisible, false, ( localize(14175, "Whether the terminal's suggest widget is visible."))));
68
+ TerminalContextKeys.altBufferActive = ( new RawContextKey(TerminalContextKeyStrings.AltBufferActive, false, ( localize(14199, "Whether the terminal's alt buffer is active."))));
69
+ TerminalContextKeys.suggestWidgetVisible = ( new RawContextKey(TerminalContextKeyStrings.SuggestWidgetVisible, false, ( localize(14200, "Whether the terminal's suggest widget is visible."))));
70
70
  TerminalContextKeys.notFocus = ( TerminalContextKeys.focus.toNegated());
71
- TerminalContextKeys.viewShowing = ( new RawContextKey(TerminalContextKeyStrings.ViewShowing, false, ( localize(14176, "Whether the terminal view is showing"))));
72
- TerminalContextKeys.textSelected = ( new RawContextKey(TerminalContextKeyStrings.TextSelected, false, ( localize(14177, "Whether text is selected in the active terminal."))));
73
- TerminalContextKeys.textSelectedInFocused = ( new RawContextKey(TerminalContextKeyStrings.TextSelectedInFocused, false, ( localize(14178, "Whether text is selected in a focused terminal."))));
71
+ TerminalContextKeys.viewShowing = ( new RawContextKey(TerminalContextKeyStrings.ViewShowing, false, ( localize(14201, "Whether the terminal view is showing"))));
72
+ TerminalContextKeys.textSelected = ( new RawContextKey(TerminalContextKeyStrings.TextSelected, false, ( localize(14202, "Whether text is selected in the active terminal."))));
73
+ TerminalContextKeys.textSelectedInFocused = ( new RawContextKey(TerminalContextKeyStrings.TextSelectedInFocused, false, ( localize(14203, "Whether text is selected in a focused terminal."))));
74
74
  TerminalContextKeys.notTextSelected = ( TerminalContextKeys.textSelected.toNegated());
75
75
  TerminalContextKeys.findVisible = ( new RawContextKey(TerminalContextKeyStrings.FindVisible, false, true));
76
76
  TerminalContextKeys.notFindVisible = ( TerminalContextKeys.findVisible.toNegated());
@@ -78,21 +78,21 @@ var TerminalContextKeys;
78
78
  TerminalContextKeys.findFocus = ( new RawContextKey(TerminalContextKeyStrings.FindFocused, false, true));
79
79
  TerminalContextKeys.notFindFocus = ( TerminalContextKeys.findInputFocus.toNegated());
80
80
  TerminalContextKeys.processSupported = ( new RawContextKey(TerminalContextKeyStrings.ProcessSupported, false, ( localize(
81
- 14179,
81
+ 14204,
82
82
  "Whether terminal processes can be launched in the current workspace."
83
83
  ))));
84
- TerminalContextKeys.tabsSingularSelection = ( new RawContextKey(TerminalContextKeyStrings.TabsSingularSelection, false, ( localize(14180, "Whether one terminal is selected in the terminal tabs list."))));
85
- TerminalContextKeys.splitTerminalTabFocused = ( new RawContextKey(TerminalContextKeyStrings.SplitTerminal, false, ( localize(14181, "Whether the focused tab's terminal is a split terminal."))));
86
- TerminalContextKeys.splitTerminalActive = ( new RawContextKey(TerminalContextKeyStrings.SplitPaneActive, false, ( localize(14182, "Whether the active terminal is a split pane."))));
84
+ TerminalContextKeys.tabsSingularSelection = ( new RawContextKey(TerminalContextKeyStrings.TabsSingularSelection, false, ( localize(14205, "Whether one terminal is selected in the terminal tabs list."))));
85
+ TerminalContextKeys.splitTerminalTabFocused = ( new RawContextKey(TerminalContextKeyStrings.SplitTerminal, false, ( localize(14206, "Whether the focused tab's terminal is a split terminal."))));
86
+ TerminalContextKeys.splitTerminalActive = ( new RawContextKey(TerminalContextKeyStrings.SplitPaneActive, false, ( localize(14207, "Whether the active terminal is a split pane."))));
87
87
  TerminalContextKeys.inTerminalRunCommandPicker = ( new RawContextKey(
88
88
  TerminalContextKeyStrings.InTerminalRunCommandPicker,
89
89
  false,
90
- ( localize(14183, "Whether the terminal run command picker is currently open."))
90
+ ( localize(14208, "Whether the terminal run command picker is currently open."))
91
91
  ));
92
92
  TerminalContextKeys.terminalShellIntegrationEnabled = ( new RawContextKey(
93
93
  TerminalContextKeyStrings.TerminalShellIntegrationEnabled,
94
94
  false,
95
- ( localize(14184, "Whether shell integration is enabled in the active terminal"))
95
+ ( localize(14209, "Whether shell integration is enabled in the active terminal"))
96
96
  ));
97
97
  TerminalContextKeys.terminalDictationInProgress = ( new RawContextKey(TerminalContextKeyStrings.DictationInProgress, false));
98
98
  TerminalContextKeys.shouldShowViewInlineActions = ( ContextKeyExpr.and(( ContextKeyExpr.equals("view", TERMINAL_VIEW_ID)), ( ContextKeyExpr.notEquals(`config.${TerminalSettingId.TabsHideCondition}`, "never")), ContextKeyExpr.not(TerminalContribContextKeyStrings.ChatHasHiddenTerminals), ( ContextKeyExpr.or(
@@ -2,35 +2,35 @@
2
2
  import { localize2, localize } from '../../../../nls.js';
3
3
 
4
4
  const terminalStrings = {
5
- terminal: ( localize(14185, "Terminal")),
6
- new: ( localize(14186, "New Terminal")),
7
- currentSessionCategory: ( localize(14187, "current session")),
8
- previousSessionCategory: ( localize(14188, "previous session")),
9
- typeTask: ( localize(14189, "Task")),
10
- typeLocal: ( localize(14190, "Local")),
11
- actionCategory: ( localize2(14191, "Terminal")),
12
- focus: ( localize2(14192, "Focus Terminal")),
5
+ terminal: ( localize(14210, "Terminal")),
6
+ new: ( localize(14211, "New Terminal")),
7
+ currentSessionCategory: ( localize(14212, "current session")),
8
+ previousSessionCategory: ( localize(14213, "previous session")),
9
+ typeTask: ( localize(14214, "Task")),
10
+ typeLocal: ( localize(14215, "Local")),
11
+ actionCategory: ( localize2(14216, "Terminal")),
12
+ focus: ( localize2(14217, "Focus Terminal")),
13
13
  kill: {
14
- ...( localize2(14193, "Kill Terminal")),
15
- short: ( localize(14194, "Kill"))
14
+ ...( localize2(14218, "Kill Terminal")),
15
+ short: ( localize(14219, "Kill"))
16
16
  },
17
- moveToEditor: ( localize2(14195, "Move Terminal into Editor Area")),
18
- moveIntoNewWindow: ( localize2(14196, "Move Terminal into New Window")),
19
- newInNewWindow: ( localize2(14197, "New Terminal Window")),
20
- moveToTerminalPanel: ( localize2(14198, "Move Terminal into Panel")),
21
- changeIcon: ( localize2(14199, "Change Icon...")),
22
- changeColor: ( localize2(14200, "Change Color...")),
17
+ moveToEditor: ( localize2(14220, "Move Terminal into Editor Area")),
18
+ moveIntoNewWindow: ( localize2(14221, "Move Terminal into New Window")),
19
+ newInNewWindow: ( localize2(14222, "New Terminal Window")),
20
+ moveToTerminalPanel: ( localize2(14223, "Move Terminal into Panel")),
21
+ changeIcon: ( localize2(14224, "Change Icon...")),
22
+ changeColor: ( localize2(14225, "Change Color...")),
23
23
  split: {
24
- ...( localize2(14201, "Split Terminal")),
25
- short: ( localize(14202, "Split"))
24
+ ...( localize2(14226, "Split Terminal")),
25
+ short: ( localize(14227, "Split"))
26
26
  },
27
- unsplit: ( localize2(14203, "Unsplit Terminal")),
28
- rename: ( localize2(14204, "Rename...")),
29
- toggleSizeToContentWidth: ( localize2(14205, "Toggle Size to Content Width")),
30
- focusHover: ( localize2(14206, "Focus Hover")),
31
- newWithCwd: ( localize2(14207, "Create New Terminal Starting in a Custom Working Directory")),
32
- renameWithArgs: ( localize2(14208, "Rename the Currently Active Terminal")),
33
- scrollToPreviousCommand: ( localize2(14209, "Scroll to Previous Command")),
34
- scrollToNextCommand: ( localize2(14210, "Scroll to Next Command"))};
27
+ unsplit: ( localize2(14228, "Unsplit Terminal")),
28
+ rename: ( localize2(14229, "Rename...")),
29
+ toggleSizeToContentWidth: ( localize2(14230, "Toggle Size to Content Width")),
30
+ focusHover: ( localize2(14231, "Focus Hover")),
31
+ newWithCwd: ( localize2(14232, "Create New Terminal Starting in a Custom Working Directory")),
32
+ renameWithArgs: ( localize2(14233, "Rename the Currently Active Terminal")),
33
+ scrollToPreviousCommand: ( localize2(14234, "Scroll to Previous Command")),
34
+ scrollToNextCommand: ( localize2(14235, "Scroll to Next Command"))};
35
35
 
36
36
  export { terminalStrings };
@@ -9,14 +9,14 @@ var TerminalAccessibilitySettingId;
9
9
  const terminalAccessibilityConfiguration = {
10
10
  [TerminalAccessibilitySettingId.AccessibleViewPreserveCursorPosition]: {
11
11
  markdownDescription: ( localize(
12
- 14236,
12
+ 14261,
13
13
  "Preserve the cursor position on reopen of the terminal's accessible view rather than setting it to the bottom of the buffer."
14
14
  )),
15
15
  type: "boolean",
16
16
  default: false
17
17
  },
18
18
  [TerminalAccessibilitySettingId.AccessibleViewFocusOnCommandExecution]: {
19
- markdownDescription: ( localize(14237, "Focus the terminal accessible view when a command is executed.")),
19
+ markdownDescription: ( localize(14262, "Focus the terminal accessible view when a command is executed.")),
20
20
  type: "boolean",
21
21
  default: false
22
22
  }
@@ -8,7 +8,7 @@ var TerminalAutoRepliesSettingId;
8
8
  const terminalAutoRepliesConfiguration = {
9
9
  [TerminalAutoRepliesSettingId.AutoReplies]: {
10
10
  markdownDescription: ( localize(
11
- 14238,
11
+ 14263,
12
12
  "A set of messages that, when encountered in the terminal, will be automatically responded to. Provided the message is specific enough, this can help automate away common responses.\n\nRemarks:\n\n- Use {0} to automatically respond to the terminate batch job prompt on Windows.\n- The message includes escape sequences so the reply might not happen with styled text.\n- Each reply can only happen once every second.\n- Use {1} in the reply to mean the enter key.\n- To unset a default key, set the value to null.\n- Restart VS Code if new don't apply.",
13
13
  "`\"Terminate batch job (Y/N)\": \"Y\\r\"`",
14
14
  "`\"\\r\"`"
@@ -17,7 +17,7 @@ const terminalAutoRepliesConfiguration = {
17
17
  additionalProperties: {
18
18
  oneOf: [{
19
19
  type: "string",
20
- description: ( localize(14239, "The reply to send to the process."))
20
+ description: ( localize(14264, "The reply to send to the process."))
21
21
  }, {
22
22
  type: "null"
23
23
  }]
@@ -51,26 +51,26 @@ var TerminalChatContextKeyStrings;
51
51
  })(TerminalChatContextKeyStrings || (TerminalChatContextKeyStrings = {}));
52
52
  var TerminalChatContextKeys;
53
53
  (function(TerminalChatContextKeys) {
54
- TerminalChatContextKeys.focused = ( new RawContextKey(TerminalChatContextKeyStrings.ChatFocus, false, ( localize(14240, "Whether the chat view is focused."))));
55
- TerminalChatContextKeys.visible = ( new RawContextKey(TerminalChatContextKeyStrings.ChatVisible, false, ( localize(14241, "Whether the chat view is visible."))));
56
- TerminalChatContextKeys.requestActive = ( new RawContextKey(TerminalChatContextKeyStrings.ChatActiveRequest, false, ( localize(14242, "Whether there is an active chat request."))));
57
- TerminalChatContextKeys.inputHasText = ( new RawContextKey(TerminalChatContextKeyStrings.ChatInputHasText, false, ( localize(14243, "Whether the chat input has text."))));
54
+ TerminalChatContextKeys.focused = ( new RawContextKey(TerminalChatContextKeyStrings.ChatFocus, false, ( localize(14265, "Whether the chat view is focused."))));
55
+ TerminalChatContextKeys.visible = ( new RawContextKey(TerminalChatContextKeyStrings.ChatVisible, false, ( localize(14266, "Whether the chat view is visible."))));
56
+ TerminalChatContextKeys.requestActive = ( new RawContextKey(TerminalChatContextKeyStrings.ChatActiveRequest, false, ( localize(14267, "Whether there is an active chat request."))));
57
+ TerminalChatContextKeys.inputHasText = ( new RawContextKey(TerminalChatContextKeyStrings.ChatInputHasText, false, ( localize(14268, "Whether the chat input has text."))));
58
58
  TerminalChatContextKeys.responseContainsCodeBlock = ( new RawContextKey(
59
59
  TerminalChatContextKeyStrings.ChatResponseContainsCodeBlock,
60
60
  false,
61
- ( localize(14244, "Whether the chat response contains a code block."))
61
+ ( localize(14269, "Whether the chat response contains a code block."))
62
62
  ));
63
63
  TerminalChatContextKeys.responseContainsMultipleCodeBlocks = ( new RawContextKey(
64
64
  TerminalChatContextKeyStrings.ChatResponseContainsMultipleCodeBlocks,
65
65
  false,
66
- ( localize(14245, "Whether the chat response contains multiple code blocks."))
66
+ ( localize(14270, "Whether the chat response contains multiple code blocks."))
67
67
  ));
68
- TerminalChatContextKeys.hasChatAgent = ( new RawContextKey(TerminalChatContextKeyStrings.ChatAgentRegistered, false, ( localize(14246, "Whether a chat agent is registered for the terminal location."))));
69
- TerminalChatContextKeys.hasChatTerminals = ( new RawContextKey(TerminalChatContextKeyStrings.ChatHasTerminals, false, ( localize(14247, "Whether there are any chat terminals."))));
68
+ TerminalChatContextKeys.hasChatAgent = ( new RawContextKey(TerminalChatContextKeyStrings.ChatAgentRegistered, false, ( localize(14271, "Whether a chat agent is registered for the terminal location."))));
69
+ TerminalChatContextKeys.hasChatTerminals = ( new RawContextKey(TerminalChatContextKeyStrings.ChatHasTerminals, false, ( localize(14272, "Whether there are any chat terminals."))));
70
70
  TerminalChatContextKeys.hasHiddenChatTerminals = ( new RawContextKey(
71
71
  TerminalChatContextKeyStrings.ChatHasHiddenTerminals,
72
72
  false,
73
- ( localize(14248, "Whether there are any hidden chat terminals."))
73
+ ( localize(14273, "Whether there are any hidden chat terminals."))
74
74
  ));
75
75
  TerminalChatContextKeys.chatToolHasInstance = ( new RawContextKey(TerminalChatContextKeyStrings.ChatToolHasInstance, false));
76
76
  TerminalChatContextKeys.chatToolCanContinueInBackground = ( new RawContextKey(TerminalChatContextKeyStrings.ChatToolCanContinueInBackground, false));