@codingame/monaco-vscode-api 32.0.0 → 32.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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
@@ -140,9 +140,9 @@ let PromptExtensionInstallFailureAction = class PromptExtensionInstallFailureAct
140
140
  }
141
141
  this.logService.error(this.error);
142
142
  if (this.error.name === ExtensionManagementErrorCode.Unsupported) {
143
- const productName = isWeb ? ( localize(9591, "{0} for the Web", this.productService.nameLong)) : this.productService.nameLong;
143
+ const productName = isWeb ? ( localize(9602, "{0} for the Web", this.productService.nameLong)) : this.productService.nameLong;
144
144
  const message = ( localize(
145
- 9592,
145
+ 9603,
146
146
  "The '{0}' extension is not available in {1}. Click 'More Information' to learn more.",
147
147
  this.extension.displayName || this.extension.identifier.id,
148
148
  productName
@@ -152,8 +152,8 @@ let PromptExtensionInstallFailureAction = class PromptExtensionInstallFailureAct
152
152
  } = await this.dialogService.confirm({
153
153
  type: Severity$1.Info,
154
154
  message,
155
- primaryButton: ( localize(9593, "&&More Information")),
156
- cancelButton: ( localize(9594, "Close"))
155
+ primaryButton: ( localize(9604, "&&More Information")),
156
+ cancelButton: ( localize(9605, "Close"))
157
157
  });
158
158
  if (confirmed) {
159
159
  this.openerService.open(isWeb ? ( URI.parse("https://aka.ms/vscode-web-extensions-guide")) : ( URI.parse("https://aka.ms/vscode-remote")));
@@ -165,7 +165,7 @@ let PromptExtensionInstallFailureAction = class PromptExtensionInstallFailureAct
165
165
  type: "error",
166
166
  message: getErrorMessage(this.error),
167
167
  buttons: [{
168
- label: ( localize(9595, "Install Pre-Release")),
168
+ label: ( localize(9606, "Install Pre-Release")),
169
169
  run: () => {
170
170
  const installAction = this.instantiationService.createInstance(InstallAction, {
171
171
  installPreReleaseVersion: true
@@ -174,7 +174,7 @@ let PromptExtensionInstallFailureAction = class PromptExtensionInstallFailureAct
174
174
  return installAction.run();
175
175
  }
176
176
  }],
177
- cancelButton: ( localize(9596, "Cancel"))
177
+ cancelButton: ( localize(9607, "Cancel"))
178
178
  });
179
179
  return;
180
180
  }
@@ -192,13 +192,13 @@ let PromptExtensionInstallFailureAction = class PromptExtensionInstallFailureAct
192
192
  await this.dialogService.prompt({
193
193
  type: "error",
194
194
  message: ( localize(
195
- 9597,
195
+ 9608,
196
196
  "'{0}' is an extension from an unknown source. Are you sure you want to install?",
197
197
  this.extension.displayName
198
198
  )),
199
199
  detail: getErrorMessage(this.error),
200
200
  buttons: [{
201
- label: ( localize(9598, "Install Anyway")),
201
+ label: ( localize(9609, "Install Anyway")),
202
202
  run: () => {
203
203
  const installAction = this.instantiationService.createInstance(InstallAction, {
204
204
  ...this.options,
@@ -216,19 +216,19 @@ let PromptExtensionInstallFailureAction = class PromptExtensionInstallFailureAct
216
216
  await this.dialogService.prompt({
217
217
  type: "error",
218
218
  message: ( localize(
219
- 9599,
219
+ 9610,
220
220
  "Cannot install '{0}' extension because {1} cannot verify the extension signature",
221
221
  this.extension.displayName,
222
222
  this.productService.nameLong
223
223
  )),
224
224
  detail: getErrorMessage(this.error),
225
225
  buttons: [{
226
- label: ( localize(9600, "Learn More")),
226
+ label: ( localize(9611, "Learn More")),
227
227
  run: () => this.openerService.open(
228
228
  "https://code.visualstudio.com/docs/editor/extension-marketplace#_the-extension-signature-cannot-be-verified-by-vs-code"
229
229
  )
230
230
  }, {
231
- label: ( localize(9601, "Install Anyway (Don't Verify Signature)")),
231
+ label: ( localize(9612, "Install Anyway (Don't Verify Signature)")),
232
232
  run: () => {
233
233
  const installAction = this.instantiationService.createInstance(InstallAction, {
234
234
  ...this.options,
@@ -246,32 +246,32 @@ let PromptExtensionInstallFailureAction = class PromptExtensionInstallFailureAct
246
246
  await this.dialogService.prompt({
247
247
  type: "error",
248
248
  message: ( localize(
249
- 9599,
249
+ 9610,
250
250
  "Cannot install '{0}' extension because {1} cannot verify the extension signature",
251
251
  this.extension.displayName,
252
252
  this.productService.nameLong
253
253
  )),
254
254
  detail: getErrorMessage(this.error),
255
255
  buttons: [{
256
- label: ( localize(9600, "Learn More")),
256
+ label: ( localize(9611, "Learn More")),
257
257
  run: () => this.openerService.open(
258
258
  "https://code.visualstudio.com/docs/editor/extension-marketplace#_the-extension-signature-cannot-be-verified-by-vs-code"
259
259
  )
260
260
  }, {
261
- label: ( localize(9602, "Report Issue")),
261
+ label: ( localize(9613, "Report Issue")),
262
262
  run: () => this.workbenchIssueService.openReporter({
263
263
  issueTitle: ( localize(
264
- 9603,
264
+ 9614,
265
265
  "Extension Signature Verification Failed: {0}",
266
266
  this.extension.displayName
267
267
  )),
268
268
  issueBody: ( localize(
269
- 9604,
269
+ 9615,
270
270
  "Please include following log `F1 > Open View... > Shared` below.\n\n"
271
271
  ))
272
272
  })
273
273
  }, {
274
- label: ( localize(9601, "Install Anyway (Don't Verify Signature)")),
274
+ label: ( localize(9612, "Install Anyway (Don't Verify Signature)")),
275
275
  run: () => {
276
276
  const installAction = this.instantiationService.createInstance(InstallAction, {
277
277
  ...this.options,
@@ -286,11 +286,11 @@ let PromptExtensionInstallFailureAction = class PromptExtensionInstallFailureAct
286
286
  return;
287
287
  }
288
288
  const operationMessage = this.installOperation === InstallOperation.Update ? ( localize(
289
- 9605,
289
+ 9616,
290
290
  "Error while updating '{0}' extension.",
291
291
  this.extension.displayName || this.extension.identifier.id
292
292
  )) : ( localize(
293
- 9606,
293
+ 9617,
294
294
  "Error while installing '{0}' extension.",
295
295
  this.extension.displayName || this.extension.identifier.id
296
296
  ));
@@ -299,19 +299,19 @@ let PromptExtensionInstallFailureAction = class PromptExtensionInstallFailureAct
299
299
  const downloadUrl = await this.getDownloadUrl();
300
300
  if (downloadUrl) {
301
301
  additionalMessage = ( localize(
302
- 9607,
302
+ 9618,
303
303
  "Please check the [log]({0}) for more details.",
304
304
  (createCommandUri(showWindowLogActionId).toString())
305
305
  ));
306
306
  promptChoices.push({
307
- label: ( localize(9608, "Try Downloading Manually...")),
307
+ label: ( localize(9619, "Try Downloading Manually...")),
308
308
  run: () => this.openerService.open(downloadUrl).then(() => {
309
309
  this.notificationService.prompt(Severity$1.Info, ( localize(
310
- 9609,
310
+ 9620,
311
311
  "Once downloaded, please manually install the downloaded VSIX of '{0}'.",
312
312
  this.extension.identifier.id
313
313
  )), [{
314
- label: ( localize(9610, "Install from VSIX...")),
314
+ label: ( localize(9621, "Install from VSIX...")),
315
315
  run: () => this.commandService.executeCommand(SELECT_INSTALL_VSIX_EXTENSION_COMMAND_ID)
316
316
  }]);
317
317
  })
@@ -517,7 +517,7 @@ let InstallAction = class InstallAction extends ExtensionAction {
517
517
  allowedExtensionsService,
518
518
  extensionGalleryManifestService
519
519
  ) {
520
- super("extensions.install", ( localize(9611, "Install")), InstallAction_1.CLASS, false);
520
+ super("extensions.install", ( localize(9622, "Install")), InstallAction_1.CLASS, false);
521
521
  this.extensionsWorkbenchService = extensionsWorkbenchService;
522
522
  this.instantiationService = instantiationService;
523
523
  this.runtimeExtensionService = runtimeExtensionService;
@@ -591,13 +591,13 @@ let InstallAction = class InstallAction extends ExtensionAction {
591
591
  } = await this.dialogService.prompt({
592
592
  type: Severity$1.Warning,
593
593
  message: ( localize(
594
- 9597,
594
+ 9608,
595
595
  "'{0}' is an extension from an unknown source. Are you sure you want to install?",
596
596
  this.extension.displayName
597
597
  )),
598
- detail: ( localize(9612, "Extension is not signed.")),
598
+ detail: ( localize(9623, "Extension is not signed.")),
599
599
  buttons: [{
600
- label: ( localize(9598, "Install Anyway")),
600
+ label: ( localize(9609, "Install Anyway")),
601
601
  run: () => {
602
602
  this.options.donotVerifySignature = true;
603
603
  return true;
@@ -612,7 +612,7 @@ let InstallAction = class InstallAction extends ExtensionAction {
612
612
  }
613
613
  }
614
614
  if (this.extension.deprecationInfo) {
615
- let detail = ( localize(9613, "This extension is deprecated as it is no longer being maintained."));
615
+ let detail = ( localize(9624, "This extension is deprecated as it is no longer being maintained."));
616
616
  let DeprecationChoice;
617
617
  (function(DeprecationChoice) {
618
618
  DeprecationChoice[DeprecationChoice["InstallAnyway"] = 0] = "InstallAnyway";
@@ -621,18 +621,18 @@ let InstallAction = class InstallAction extends ExtensionAction {
621
621
  DeprecationChoice[DeprecationChoice["Cancel"] = 3] = "Cancel";
622
622
  })(DeprecationChoice || (DeprecationChoice = {}));
623
623
  const buttons = [{
624
- label: ( localize(9598, "Install Anyway")),
624
+ label: ( localize(9609, "Install Anyway")),
625
625
  run: () => DeprecationChoice.InstallAnyway
626
626
  }];
627
627
  if (this.extension.deprecationInfo.extension) {
628
628
  detail = ( localize(
629
- 9614,
629
+ 9625,
630
630
  "This extension is deprecated. Use the {0} extension instead.",
631
631
  this.extension.deprecationInfo.extension.displayName
632
632
  ));
633
633
  const alternateExtension = this.extension.deprecationInfo.extension;
634
634
  buttons.push({
635
- label: ( localize(9615, "&&Open {0}", this.extension.deprecationInfo.extension.displayName)),
635
+ label: ( localize(9626, "&&Open {0}", this.extension.deprecationInfo.extension.displayName)),
636
636
  run: async () => {
637
637
  const [extension] = await this.extensionsWorkbenchService.getExtensions([{
638
638
  id: alternateExtension.id,
@@ -644,12 +644,12 @@ let InstallAction = class InstallAction extends ExtensionAction {
644
644
  });
645
645
  } else if (this.extension.deprecationInfo.settings) {
646
646
  detail = ( localize(
647
- 9616,
647
+ 9627,
648
648
  "This extension is deprecated as this functionality is now built-in to VS Code."
649
649
  ));
650
650
  const settings = this.extension.deprecationInfo.settings;
651
651
  buttons.push({
652
- label: ( localize(9617, "&&Configure Settings")),
652
+ label: ( localize(9628, "&&Configure Settings")),
653
653
  run: async () => {
654
654
  await this.preferencesService.openSettings({
655
655
  query: ( settings.map(setting => `@id:${setting}`)).join(" ")
@@ -665,7 +665,7 @@ let InstallAction = class InstallAction extends ExtensionAction {
665
665
  } = await this.dialogService.prompt({
666
666
  type: Severity$1.Warning,
667
667
  message: ( localize(
668
- 9618,
668
+ 9629,
669
669
  "Are you sure you want to install '{0}'?",
670
670
  this.extension.displayName
671
671
  )),
@@ -688,7 +688,7 @@ let InstallAction = class InstallAction extends ExtensionAction {
688
688
  showPreReleaseVersion: this.options.installPreReleaseVersion
689
689
  });
690
690
  alert(( localize(
691
- 9619,
691
+ 9630,
692
692
  "Installing extension {0} started. An editor is now open with more details on this extension",
693
693
  this.extension.displayName
694
694
  )));
@@ -698,7 +698,7 @@ let InstallAction = class InstallAction extends ExtensionAction {
698
698
  });
699
699
  const extension = await this.install(this.extension);
700
700
  if (extension?.local) {
701
- alert(( localize(9620, "Installing extension {0} is completed.", this.extension.displayName)));
701
+ alert(( localize(9631, "Installing extension {0} is completed.", this.extension.displayName)));
702
702
  const runningExtension = await this.getRunningExtension(extension.local);
703
703
  if (runningExtension && !(runningExtension.activationEvents && ( runningExtension.activationEvents.some(activationEent => activationEent.startsWith("onLanguage"))))) {
704
704
  const action = await this.getThemeAction(extension);
@@ -769,15 +769,15 @@ let InstallAction = class InstallAction extends ExtensionAction {
769
769
  }
770
770
  getLabel(primary) {
771
771
  if (this.extension?.isWorkspaceScoped && this.extension.resourceExtension && this.contextService.isInsideWorkspace(this.extension.resourceExtension.location)) {
772
- return localize(9621, "Install Workspace Extension");
772
+ return localize(9632, "Install Workspace Extension");
773
773
  }
774
774
  if (this.options.installPreReleaseVersion && this.extension?.hasPreReleaseVersion) {
775
- return primary ? ( localize(9622, "Install Pre-Release")) : ( localize(9623, "Install Pre-Release Version"));
775
+ return primary ? ( localize(9633, "Install Pre-Release")) : ( localize(9634, "Install Pre-Release Version"));
776
776
  }
777
777
  if (this.extension?.hasPreReleaseVersion) {
778
- return primary ? ( localize(9611, "Install")) : ( localize(9624, "Install Release Version"));
778
+ return primary ? ( localize(9622, "Install")) : ( localize(9635, "Install Release Version"));
779
779
  }
780
- return localize(9611, "Install");
780
+ return localize(9622, "Install");
781
781
  }
782
782
  };
783
783
  InstallAction = InstallAction_1 = ( __decorate([( __param(1, IExtensionsWorkbenchService)), ( __param(2, IInstantiationService)), ( __param(3, IExtensionService)), ( __param(4, IWorkbenchThemeService)), ( __param(5, ILabelService)), ( __param(6, IDialogService)), ( __param(7, IPreferencesService)), ( __param(8, ITelemetryService)), ( __param(9, IWorkspaceContextService)), ( __param(10, IAllowedExtensionsService)), ( __param(11, IExtensionGalleryManifestService))], InstallAction));
@@ -804,7 +804,7 @@ let InstallDropdownAction = class InstallDropdownAction extends ButtonWithDropDo
804
804
  InstallDropdownAction = ( __decorate([( __param(0, IInstantiationService)), ( __param(1, IWorkbenchExtensionManagementService))], InstallDropdownAction));
805
805
  class InstallingLabelAction extends ExtensionAction {
806
806
  static {
807
- this.LABEL = ( localize(9625, "Installing"));
807
+ this.LABEL = ( localize(9636, "Installing"));
808
808
  }
809
809
  static {
810
810
  this.CLASS = `${ExtensionAction.LABEL_ACTION_CLASS} install installing`;
@@ -826,10 +826,10 @@ let InstallInOtherServerAction = class InstallInOtherServerAction extends Extens
826
826
  InstallInOtherServerAction_1 = this;
827
827
  }
828
828
  static {
829
- this.INSTALL_LABEL = ( localize(9611, "Install"));
829
+ this.INSTALL_LABEL = ( localize(9622, "Install"));
830
830
  }
831
831
  static {
832
- this.INSTALLING_LABEL = ( localize(9625, "Installing"));
832
+ this.INSTALLING_LABEL = ( localize(9636, "Installing"));
833
833
  }
834
834
  static {
835
835
  this.Class = `${ExtensionAction.LABEL_ACTION_CLASS} prominent install-other-server`;
@@ -916,7 +916,7 @@ let InstallInOtherServerAction = class InstallInOtherServerAction extends Extens
916
916
  }
917
917
  this.extensionsWorkbenchService.open(this.extension);
918
918
  alert(( localize(
919
- 9619,
919
+ 9630,
920
920
  "Installing extension {0} started. An editor is now open with more details on this extension",
921
921
  this.extension.displayName
922
922
  )));
@@ -942,7 +942,7 @@ let RemoteInstallAction = class RemoteInstallAction extends InstallInOtherServer
942
942
  }
943
943
  getInstallLabel() {
944
944
  return this.extensionManagementServerService.remoteExtensionManagementServer ? ( localize(
945
- 9626,
945
+ 9637,
946
946
  "Install in {0}",
947
947
  this.extensionManagementServerService.remoteExtensionManagementServer.label
948
948
  )) : InstallInOtherServerAction.INSTALL_LABEL;
@@ -965,7 +965,7 @@ let LocalInstallAction = class LocalInstallAction extends InstallInOtherServerAc
965
965
  );
966
966
  }
967
967
  getInstallLabel() {
968
- return localize(9627, "Install Locally");
968
+ return localize(9638, "Install Locally");
969
969
  }
970
970
  };
971
971
  LocalInstallAction = ( __decorate([( __param(0, IExtensionsWorkbenchService)), ( __param(1, IExtensionManagementServerService)), ( __param(2, IExtensionManifestPropertiesService))], LocalInstallAction));
@@ -985,7 +985,7 @@ let WebInstallAction = class WebInstallAction extends InstallInOtherServerAction
985
985
  );
986
986
  }
987
987
  getInstallLabel() {
988
- return localize(9628, "Install in Browser");
988
+ return localize(9639, "Install in Browser");
989
989
  }
990
990
  };
991
991
  WebInstallAction = ( __decorate([( __param(0, IExtensionsWorkbenchService)), ( __param(1, IExtensionManagementServerService)), ( __param(2, IExtensionManifestPropertiesService))], WebInstallAction));
@@ -994,10 +994,10 @@ let UninstallAction = class UninstallAction extends ExtensionAction {
994
994
  UninstallAction_1 = this;
995
995
  }
996
996
  static {
997
- this.UninstallLabel = ( localize(9629, "Uninstall"));
997
+ this.UninstallLabel = ( localize(9640, "Uninstall"));
998
998
  }
999
999
  static {
1000
- this.UninstallingLabel = ( localize(9630, "Uninstalling"));
1000
+ this.UninstallingLabel = ( localize(9641, "Uninstalling"));
1001
1001
  }
1002
1002
  static {
1003
1003
  this.UninstallClass = `${ExtensionAction.LABEL_ACTION_CLASS} uninstall`;
@@ -1029,7 +1029,7 @@ let UninstallAction = class UninstallAction extends ExtensionAction {
1029
1029
  this.enabled = false;
1030
1030
  return;
1031
1031
  }
1032
- this.label = this.extension.local?.isApplicationScoped && this.userDataProfilesService.profiles.length > 1 ? ( localize(9631, "Uninstall (All Profiles)")) : UninstallAction_1.UninstallLabel;
1032
+ this.label = this.extension.local?.isApplicationScoped && this.userDataProfilesService.profiles.length > 1 ? ( localize(9642, "Uninstall (All Profiles)")) : UninstallAction_1.UninstallLabel;
1033
1033
  this.class = UninstallAction_1.UninstallClass;
1034
1034
  this.tooltip = UninstallAction_1.UninstallLabel;
1035
1035
  if (state !== ExtensionState.Installed) {
@@ -1046,11 +1046,11 @@ let UninstallAction = class UninstallAction extends ExtensionAction {
1046
1046
  if (!this.extension) {
1047
1047
  return;
1048
1048
  }
1049
- alert(( localize(9632, "Uninstalling extension {0} started.", this.extension.displayName)));
1049
+ alert(( localize(9643, "Uninstalling extension {0} started.", this.extension.displayName)));
1050
1050
  try {
1051
1051
  await this.extensionsWorkbenchService.uninstall(this.extension);
1052
1052
  alert(( localize(
1053
- 9633,
1053
+ 9644,
1054
1054
  "Please reload Visual Studio Code to complete the uninstallation of the extension {0}.",
1055
1055
  this.extension.displayName
1056
1056
  )));
@@ -1079,7 +1079,7 @@ let UpdateAction = class UpdateAction extends ExtensionAction {
1079
1079
  openerService,
1080
1080
  instantiationService
1081
1081
  ) {
1082
- super(`extensions.update`, ( localize(9634, "Update")), UpdateAction_1.DisabledClass, false);
1082
+ super(`extensions.update`, ( localize(9645, "Update")), UpdateAction_1.DisabledClass, false);
1083
1083
  this.verbose = verbose;
1084
1084
  this.extensionsWorkbenchService = extensionsWorkbenchService;
1085
1085
  this.dialogService = dialogService;
@@ -1091,7 +1091,7 @@ let UpdateAction = class UpdateAction extends ExtensionAction {
1091
1091
  update() {
1092
1092
  this.updateThrottler.queue(() => this.computeAndUpdateEnablement());
1093
1093
  if (this.extension) {
1094
- this.label = this.verbose ? ( localize(9635, "Update to v{0}", this.extension.latestVersion)) : ( localize(9634, "Update"));
1094
+ this.label = this.verbose ? ( localize(9646, "Update to v{0}", this.extension.latestVersion)) : ( localize(9645, "Update"));
1095
1095
  }
1096
1096
  }
1097
1097
  async computeAndUpdateEnablement() {
@@ -1118,16 +1118,16 @@ let UpdateAction = class UpdateAction extends ExtensionAction {
1118
1118
  result
1119
1119
  } = await this.dialogService.prompt({
1120
1120
  type: "warning",
1121
- title: ( localize(9636, "Update {0} Extension", this.extension.displayName)),
1122
- message: ( localize(9637, "{0}\n\nWould you like to update the extension?", consent)),
1121
+ title: ( localize(9647, "Update {0} Extension", this.extension.displayName)),
1122
+ message: ( localize(9648, "{0}\n\nWould you like to update the extension?", consent)),
1123
1123
  buttons: [{
1124
- label: ( localize(9634, "Update")),
1124
+ label: ( localize(9645, "Update")),
1125
1125
  run: () => "update"
1126
1126
  }, {
1127
- label: ( localize(9638, "Review")),
1127
+ label: ( localize(9649, "Review")),
1128
1128
  run: () => "review"
1129
1129
  }, {
1130
- label: ( localize(9596, "Cancel")),
1130
+ label: ( localize(9607, "Cancel")),
1131
1131
  run: () => "cancel"
1132
1132
  }]
1133
1133
  });
@@ -1155,14 +1155,14 @@ let UpdateAction = class UpdateAction extends ExtensionAction {
1155
1155
  }
1156
1156
  try {
1157
1157
  alert(( localize(
1158
- 9639,
1158
+ 9650,
1159
1159
  "Updating extension {0} to version {1} started.",
1160
1160
  this.extension.displayName,
1161
1161
  this.extension.latestVersion
1162
1162
  )));
1163
1163
  await this.extensionsWorkbenchService.install(this.extension, installOptions);
1164
1164
  alert(( localize(
1165
- 9640,
1165
+ 9651,
1166
1166
  "Updating extension {0} to version {1} completed.",
1167
1167
  this.extension.displayName,
1168
1168
  this.extension.latestVersion
@@ -1188,7 +1188,7 @@ let ToggleAutoUpdateForExtensionAction = class ToggleAutoUpdateForExtensionActio
1188
1188
  this.ID = "workbench.extensions.action.toggleAutoUpdateForExtension";
1189
1189
  }
1190
1190
  static {
1191
- this.LABEL = ( localize2(9641, "Auto Update"));
1191
+ this.LABEL = ( localize2(9652, "Auto Update"));
1192
1192
  }
1193
1193
  static {
1194
1194
  this.EnabledClass = `${ExtensionAction.EXTENSION_ACTION_CLASS} auto-update`;
@@ -1250,9 +1250,9 @@ let ToggleAutoUpdateForExtensionAction = class ToggleAutoUpdateForExtensionActio
1250
1250
  const enableAutoUpdate = !this.extensionsWorkbenchService.isAutoUpdateEnabledFor(this.extension);
1251
1251
  await this.extensionsWorkbenchService.updateAutoUpdateEnablementFor(this.extension, enableAutoUpdate);
1252
1252
  if (enableAutoUpdate) {
1253
- alert(( localize(9642, "Enabled auto updates for", this.extension.displayName)));
1253
+ alert(( localize(9653, "Enabled auto updates for", this.extension.displayName)));
1254
1254
  } else {
1255
- alert(( localize(9643, "Disabled auto updates for", this.extension.displayName)));
1255
+ alert(( localize(9654, "Disabled auto updates for", this.extension.displayName)));
1256
1256
  }
1257
1257
  }
1258
1258
  };
@@ -1265,7 +1265,7 @@ let ToggleAutoUpdatesForPublisherAction = class ToggleAutoUpdatesForPublisherAct
1265
1265
  this.ID = "workbench.extensions.action.toggleAutoUpdatesForPublisher";
1266
1266
  }
1267
1267
  static {
1268
- this.LABEL = ( localize(9644, "Auto Update All (From Publisher)"));
1268
+ this.LABEL = ( localize(9655, "Auto Update All (From Publisher)"));
1269
1269
  }
1270
1270
  constructor(extensionsWorkbenchService) {
1271
1271
  super(
@@ -1280,16 +1280,16 @@ let ToggleAutoUpdatesForPublisherAction = class ToggleAutoUpdatesForPublisherAct
1280
1280
  return;
1281
1281
  }
1282
1282
  alert(( localize(
1283
- 9645,
1283
+ 9656,
1284
1284
  "Ignoring updates published by {0}.",
1285
1285
  this.extension.publisherDisplayName
1286
1286
  )));
1287
1287
  const enableAutoUpdate = !this.extensionsWorkbenchService.isAutoUpdateEnabledFor(this.extension.publisher);
1288
1288
  await this.extensionsWorkbenchService.updateAutoUpdateEnablementFor(this.extension.publisher, enableAutoUpdate);
1289
1289
  if (enableAutoUpdate) {
1290
- alert(( localize(9642, "Enabled auto updates for", this.extension.displayName)));
1290
+ alert(( localize(9653, "Enabled auto updates for", this.extension.displayName)));
1291
1291
  } else {
1292
- alert(( localize(9643, "Disabled auto updates for", this.extension.displayName)));
1292
+ alert(( localize(9654, "Disabled auto updates for", this.extension.displayName)));
1293
1293
  }
1294
1294
  }
1295
1295
  };
@@ -1305,7 +1305,7 @@ let MigrateDeprecatedExtensionAction = class MigrateDeprecatedExtensionAction ex
1305
1305
  this.DisabledClass = `${this.EnabledClass} disabled`;
1306
1306
  }
1307
1307
  constructor(small, extensionsWorkbenchService) {
1308
- super("extensionsAction.migrateDeprecatedExtension", ( localize(9646, "Migrate")), MigrateDeprecatedExtensionAction_1.DisabledClass, false);
1308
+ super("extensionsAction.migrateDeprecatedExtension", ( localize(9657, "Migrate")), MigrateDeprecatedExtensionAction_1.DisabledClass, false);
1309
1309
  this.small = small;
1310
1310
  this.extensionsWorkbenchService = extensionsWorkbenchService;
1311
1311
  this.update();
@@ -1331,11 +1331,11 @@ let MigrateDeprecatedExtensionAction = class MigrateDeprecatedExtensionAction ex
1331
1331
  this.enabled = true;
1332
1332
  this.class = MigrateDeprecatedExtensionAction_1.EnabledClass;
1333
1333
  this.tooltip = ( localize(
1334
- 9647,
1334
+ 9658,
1335
1335
  "Migrate to {0}",
1336
1336
  this.extension.deprecationInfo.extension.displayName
1337
1337
  ));
1338
- this.label = this.small ? ( localize(9648, "Migrate")) : this.tooltip;
1338
+ this.label = this.small ? ( localize(9659, "Migrate")) : this.tooltip;
1339
1339
  }
1340
1340
  async run() {
1341
1341
  if (!this.extension?.deprecationInfo?.extension) {
@@ -1556,7 +1556,7 @@ let ManageExtensionAction = class ManageExtensionAction extends DropDownExtensio
1556
1556
  this.extensionService = extensionService;
1557
1557
  this.contextKeyService = contextKeyService;
1558
1558
  this.productService = productService;
1559
- this.tooltip = ( localize(9649, "Manage"));
1559
+ this.tooltip = ( localize(9660, "Manage"));
1560
1560
  this.update();
1561
1561
  }
1562
1562
  async getActionGroups() {
@@ -1641,7 +1641,7 @@ class ExtensionEditorManageExtensionAction extends DropDownExtensionAction {
1641
1641
  instantiationService
1642
1642
  );
1643
1643
  this.contextKeyService = contextKeyService;
1644
- this.tooltip = ( localize(9649, "Manage"));
1644
+ this.tooltip = ( localize(9660, "Manage"));
1645
1645
  }
1646
1646
  update() {}
1647
1647
  async run() {
@@ -1706,7 +1706,7 @@ let TogglePreReleaseExtensionAction = class TogglePreReleaseExtensionAction exte
1706
1706
  this.ID = "workbench.extensions.action.togglePreRlease";
1707
1707
  }
1708
1708
  static {
1709
- this.LABEL = ( localize(9650, "Pre-Release"));
1709
+ this.LABEL = ( localize(9661, "Pre-Release"));
1710
1710
  }
1711
1711
  static {
1712
1712
  this.EnabledClass = `${ExtensionAction.LABEL_ACTION_CLASS} prominent pre-release`;
@@ -1767,12 +1767,12 @@ let TogglePreReleaseExtensionAction = class TogglePreReleaseExtensionAction exte
1767
1767
  this.enabled = true;
1768
1768
  this.class = TogglePreReleaseExtensionAction_1.EnabledClass;
1769
1769
  if (this.extension.preRelease) {
1770
- this.label = ( localize(9651, "Switch to Release Version"));
1771
- this.tooltip = ( localize(9652, "This will switch and enable updates to release versions"));
1770
+ this.label = ( localize(9662, "Switch to Release Version"));
1771
+ this.tooltip = ( localize(9663, "This will switch and enable updates to release versions"));
1772
1772
  } else {
1773
- this.label = ( localize(9653, "Switch to Pre-Release Version"));
1773
+ this.label = ( localize(9664, "Switch to Pre-Release Version"));
1774
1774
  this.tooltip = ( localize(
1775
- 9654,
1775
+ 9665,
1776
1776
  "This will switch to pre-release version and enable updates to latest version always"
1777
1777
  ));
1778
1778
  }
@@ -1796,7 +1796,7 @@ let InstallAnotherVersionAction = class InstallAnotherVersionAction extends Exte
1796
1796
  this.ID = "workbench.extensions.action.install.anotherVersion";
1797
1797
  }
1798
1798
  static {
1799
- this.LABEL = ( localize(9655, "Install Specific Version..."));
1799
+ this.LABEL = ( localize(9666, "Install Specific Version..."));
1800
1800
  }
1801
1801
  constructor(
1802
1802
  extension,
@@ -1851,20 +1851,20 @@ let InstallAnotherVersionAction = class InstallAnotherVersionAction extends Exte
1851
1851
  targetPlatform
1852
1852
  );
1853
1853
  if (!allVersions.length) {
1854
- await this.dialogService.info(( localize(9656, "This extension has no other versions.")));
1854
+ await this.dialogService.info(( localize(9667, "This extension has no other versions.")));
1855
1855
  return;
1856
1856
  }
1857
1857
  const picks = ( allVersions.map((v, i) => {
1858
1858
  return {
1859
1859
  id: v.version,
1860
1860
  label: v.version,
1861
- description: `${fromNow(( new Date(Date.parse(v.date))), true)}${v.isPreReleaseVersion ? ` (${( localize(9657, "pre-release"))})` : ""}${v.version === this.extension?.local?.manifest.version ? ` (${( localize(9658, "current"))})` : ""}`,
1861
+ description: `${fromNow(( new Date(Date.parse(v.date))), true)}${v.isPreReleaseVersion ? ` (${( localize(9668, "pre-release"))})` : ""}${v.version === this.extension?.local?.manifest.version ? ` (${( localize(9669, "current"))})` : ""}`,
1862
1862
  ariaLabel: `${v.isPreReleaseVersion ? "Pre-Release version" : "Release version"} ${v.version}`,
1863
1863
  isPreReleaseVersion: v.isPreReleaseVersion
1864
1864
  };
1865
1865
  }));
1866
1866
  const pick = await this.quickInputService.pick(picks, {
1867
- placeHolder: ( localize(9659, "Select Version to Install")),
1867
+ placeHolder: ( localize(9670, "Select Version to Install")),
1868
1868
  matchOnDetail: true
1869
1869
  });
1870
1870
  if (pick) {
@@ -1900,7 +1900,7 @@ let EnableForWorkspaceAction = class EnableForWorkspaceAction extends ExtensionA
1900
1900
  this.ID = "extensions.enableForWorkspace";
1901
1901
  }
1902
1902
  static {
1903
- this.LABEL = ( localize(9660, "Enable (Workspace)"));
1903
+ this.LABEL = ( localize(9671, "Enable (Workspace)"));
1904
1904
  }
1905
1905
  constructor(extensionsWorkbenchService, extensionEnablementService, productService) {
1906
1906
  super(
@@ -1911,7 +1911,7 @@ let EnableForWorkspaceAction = class EnableForWorkspaceAction extends ExtensionA
1911
1911
  this.extensionsWorkbenchService = extensionsWorkbenchService;
1912
1912
  this.extensionEnablementService = extensionEnablementService;
1913
1913
  this.productService = productService;
1914
- this.tooltip = ( localize(9661, "Enable this extension only in this workspace"));
1914
+ this.tooltip = ( localize(9672, "Enable this extension only in this workspace"));
1915
1915
  this.update();
1916
1916
  }
1917
1917
  update() {
@@ -1942,7 +1942,7 @@ let EnableGloballyAction = class EnableGloballyAction extends ExtensionAction {
1942
1942
  this.ID = "extensions.enableGlobally";
1943
1943
  }
1944
1944
  static {
1945
- this.LABEL = ( localize(9662, "Enable"));
1945
+ this.LABEL = ( localize(9673, "Enable"));
1946
1946
  }
1947
1947
  constructor(extensionsWorkbenchService, extensionEnablementService, productService) {
1948
1948
  super(
@@ -1953,7 +1953,7 @@ let EnableGloballyAction = class EnableGloballyAction extends ExtensionAction {
1953
1953
  this.extensionsWorkbenchService = extensionsWorkbenchService;
1954
1954
  this.extensionEnablementService = extensionEnablementService;
1955
1955
  this.productService = productService;
1956
- this.tooltip = ( localize(9663, "Enable this extension"));
1956
+ this.tooltip = ( localize(9674, "Enable this extension"));
1957
1957
  this.update();
1958
1958
  }
1959
1959
  update() {
@@ -1984,7 +1984,7 @@ let DisableForWorkspaceAction = class DisableForWorkspaceAction extends Extensio
1984
1984
  this.ID = "extensions.disableForWorkspace";
1985
1985
  }
1986
1986
  static {
1987
- this.LABEL = ( localize(9664, "Disable (Workspace)"));
1987
+ this.LABEL = ( localize(9675, "Disable (Workspace)"));
1988
1988
  }
1989
1989
  constructor(
1990
1990
  workspaceContextService,
@@ -2003,7 +2003,7 @@ let DisableForWorkspaceAction = class DisableForWorkspaceAction extends Extensio
2003
2003
  this.extensionEnablementService = extensionEnablementService;
2004
2004
  this.extensionService = extensionService;
2005
2005
  this.productService = productService;
2006
- this.tooltip = ( localize(9665, "Disable this extension only in this workspace"));
2006
+ this.tooltip = ( localize(9676, "Disable this extension only in this workspace"));
2007
2007
  this.update();
2008
2008
  this._register(this.extensionService.onDidChangeExtensions(() => this.update()));
2009
2009
  }
@@ -2038,7 +2038,7 @@ let DisableGloballyAction = class DisableGloballyAction extends ExtensionAction
2038
2038
  this.ID = "extensions.disableGlobally";
2039
2039
  }
2040
2040
  static {
2041
- this.LABEL = ( localize(9666, "Disable"));
2041
+ this.LABEL = ( localize(9677, "Disable"));
2042
2042
  }
2043
2043
  constructor(
2044
2044
  extensionsWorkbenchService,
@@ -2055,7 +2055,7 @@ let DisableGloballyAction = class DisableGloballyAction extends ExtensionAction
2055
2055
  this.extensionEnablementService = extensionEnablementService;
2056
2056
  this.extensionService = extensionService;
2057
2057
  this.productService = productService;
2058
- this.tooltip = ( localize(9667, "Disable this extension"));
2058
+ this.tooltip = ( localize(9678, "Disable this extension"));
2059
2059
  this.update();
2060
2060
  this._register(this.extensionService.onDidChangeExtensions(() => this.update()));
2061
2061
  }
@@ -2091,7 +2091,7 @@ let EnableAIFeaturesGloballyAction = class EnableAIFeaturesGloballyAction extend
2091
2091
  this.ID = "extensions.enableAIGlobally";
2092
2092
  }
2093
2093
  static {
2094
- this.LABEL = ( localize(9668, "Enable AI Features"));
2094
+ this.LABEL = ( localize(9679, "Enable AI Features"));
2095
2095
  }
2096
2096
  constructor(productService, configurationService) {
2097
2097
  super(
@@ -2101,7 +2101,7 @@ let EnableAIFeaturesGloballyAction = class EnableAIFeaturesGloballyAction extend
2101
2101
  );
2102
2102
  this.productService = productService;
2103
2103
  this.configurationService = configurationService;
2104
- this.tooltip = ( localize(9669, "Enable AI features"));
2104
+ this.tooltip = ( localize(9680, "Enable AI features"));
2105
2105
  this.update();
2106
2106
  this._register(this.configurationService.onDidChangeConfiguration(e => {
2107
2107
  if (e.affectsConfiguration(CHAT_AI_DISABLED_SETTING)) {
@@ -2145,7 +2145,7 @@ let EnableAIFeaturesInWorkspaceAction = class EnableAIFeaturesInWorkspaceAction
2145
2145
  this.ID = "extensions.enableAIInWorkspace";
2146
2146
  }
2147
2147
  static {
2148
- this.LABEL = ( localize(9670, "Enable AI Features (Workspace)"));
2148
+ this.LABEL = ( localize(9681, "Enable AI Features (Workspace)"));
2149
2149
  }
2150
2150
  constructor(
2151
2151
  productService,
@@ -2162,7 +2162,7 @@ let EnableAIFeaturesInWorkspaceAction = class EnableAIFeaturesInWorkspaceAction
2162
2162
  this.extensionsWorkbenchService = extensionsWorkbenchService;
2163
2163
  this.configurationService = configurationService;
2164
2164
  this.extensionEnablementService = extensionEnablementService;
2165
- this.tooltip = ( localize(9671, "Enable AI features in this workspace"));
2165
+ this.tooltip = ( localize(9682, "Enable AI features in this workspace"));
2166
2166
  this.update();
2167
2167
  this._register(this.configurationService.onDidChangeConfiguration(e => {
2168
2168
  if (e.affectsConfiguration(CHAT_AI_DISABLED_SETTING)) {
@@ -2217,7 +2217,7 @@ let DisableAIFeaturesGloballyAction = class DisableAIFeaturesGloballyAction exte
2217
2217
  this.ID = "extensions.disableAIGlobally";
2218
2218
  }
2219
2219
  static {
2220
- this.LABEL = ( localize(9672, "Disable AI Features"));
2220
+ this.LABEL = ( localize(9683, "Disable AI Features"));
2221
2221
  }
2222
2222
  constructor(productService, configurationService) {
2223
2223
  super(
@@ -2227,7 +2227,7 @@ let DisableAIFeaturesGloballyAction = class DisableAIFeaturesGloballyAction exte
2227
2227
  );
2228
2228
  this.productService = productService;
2229
2229
  this.configurationService = configurationService;
2230
- this.tooltip = ( localize(9673, "Disable AI features"));
2230
+ this.tooltip = ( localize(9684, "Disable AI features"));
2231
2231
  this.update();
2232
2232
  this._register(this.configurationService.onDidChangeConfiguration(e => {
2233
2233
  if (e.affectsConfiguration(CHAT_AI_DISABLED_SETTING)) {
@@ -2257,7 +2257,7 @@ let DisableAIFeaturesInWorkspaceAction = class DisableAIFeaturesInWorkspaceActio
2257
2257
  this.ID = "extensions.disableAIInWorkspace";
2258
2258
  }
2259
2259
  static {
2260
- this.LABEL = ( localize(9674, "Disable AI Features (Workspace)"));
2260
+ this.LABEL = ( localize(9685, "Disable AI Features (Workspace)"));
2261
2261
  }
2262
2262
  constructor(
2263
2263
  productService,
@@ -2274,7 +2274,7 @@ let DisableAIFeaturesInWorkspaceAction = class DisableAIFeaturesInWorkspaceActio
2274
2274
  this.extensionsWorkbenchService = extensionsWorkbenchService;
2275
2275
  this.extensionEnablementService = extensionEnablementService;
2276
2276
  this.extensionService = extensionService;
2277
- this.tooltip = ( localize(9675, "Disable AI features in this workspace"));
2277
+ this.tooltip = ( localize(9686, "Disable AI features in this workspace"));
2278
2278
  this.update();
2279
2279
  this._register(this.extensionService.onDidChangeExtensions(() => this.update()));
2280
2280
  }
@@ -2292,7 +2292,7 @@ let DisableAIFeaturesInWorkspaceAction = class DisableAIFeaturesInWorkspaceActio
2292
2292
  return;
2293
2293
  }
2294
2294
  await this.extensionsWorkbenchService.setEnablement(this.extension, EnablementState.DisabledWorkspace);
2295
- await this.extensionsWorkbenchService.updateRunningExtensions(( localize(9676, "Disabling AI features")));
2295
+ await this.extensionsWorkbenchService.updateRunningExtensions(( localize(9687, "Disabling AI features")));
2296
2296
  }
2297
2297
  };
2298
2298
  DisableAIFeaturesInWorkspaceAction = DisableAIFeaturesInWorkspaceAction_1 = ( __decorate([( __param(0, IProductService)), ( __param(1, IExtensionsWorkbenchService)), ( __param(2, IWorkbenchExtensionEnablementService)), ( __param(3, IExtensionService))], DisableAIFeaturesInWorkspaceAction));
@@ -2375,7 +2375,7 @@ let ExtensionRuntimeStateAction = class ExtensionRuntimeStateAction extends Exte
2375
2375
  this.enabled = true;
2376
2376
  this.class = ExtensionRuntimeStateAction_1.EnabledClass;
2377
2377
  this.tooltip = runtimeState.reason;
2378
- this.label = runtimeState.action === ExtensionRuntimeActionType.ReloadWindow ? ( localize(9677, "Reload Window")) : runtimeState.action === ExtensionRuntimeActionType.RestartExtensions ? ( localize(9678, "Restart Extensions")) : runtimeState.action === ExtensionRuntimeActionType.QuitAndInstall ? ( localize(9679, "Restart to Update")) : runtimeState.action === ExtensionRuntimeActionType.ApplyUpdate || runtimeState.action === ExtensionRuntimeActionType.DownloadUpdate ? ( localize(9680, "Update {0}", this.productService.nameShort)) : "";
2378
+ this.label = runtimeState.action === ExtensionRuntimeActionType.ReloadWindow ? ( localize(9688, "Reload Window")) : runtimeState.action === ExtensionRuntimeActionType.RestartExtensions ? ( localize(9689, "Restart Extensions")) : runtimeState.action === ExtensionRuntimeActionType.QuitAndInstall ? ( localize(9690, "Restart to Update")) : runtimeState.action === ExtensionRuntimeActionType.ApplyUpdate || runtimeState.action === ExtensionRuntimeActionType.DownloadUpdate ? ( localize(9691, "Update {0}", this.productService.nameShort)) : "";
2379
2379
  }
2380
2380
  async run() {
2381
2381
  const runtimeState = this.extension?.runtimeState;
@@ -2415,7 +2415,7 @@ function getQuickPickEntries(themes, currentTheme, extension, showCurrentTheme)
2415
2415
  if (showCurrentTheme) {
2416
2416
  picks.push({
2417
2417
  type: "separator",
2418
- label: ( localize(9658, "current"))
2418
+ label: ( localize(9669, "current"))
2419
2419
  });
2420
2420
  picks.push({
2421
2421
  label: currentTheme.label,
@@ -2432,7 +2432,7 @@ let SetColorThemeAction = class SetColorThemeAction extends ExtensionAction {
2432
2432
  this.ID = "workbench.extensions.action.setColorTheme";
2433
2433
  }
2434
2434
  static {
2435
- this.TITLE = ( localize2(9681, "Set Color Theme"));
2435
+ this.TITLE = ( localize2(9692, "Set Color Theme"));
2436
2436
  }
2437
2437
  static {
2438
2438
  this.EnabledClass = `${ExtensionAction.LABEL_ACTION_CLASS} theme`;
@@ -2487,7 +2487,7 @@ let SetColorThemeAction = class SetColorThemeAction extends ExtensionAction {
2487
2487
  const delayer = ( new Delayer(100));
2488
2488
  const picks = getQuickPickEntries(colorThemes, currentTheme, this.extension, showCurrentTheme);
2489
2489
  const pickedTheme = await this.quickInputService.pick(picks, {
2490
- placeHolder: ( localize(9682, "Select Color Theme")),
2490
+ placeHolder: ( localize(9693, "Select Color Theme")),
2491
2491
  onDidFocus: item => delayer.trigger(() => this.workbenchThemeService.setColorTheme(item.id, undefined)),
2492
2492
  ignoreFocusLost
2493
2493
  });
@@ -2503,7 +2503,7 @@ let SetFileIconThemeAction = class SetFileIconThemeAction extends ExtensionActio
2503
2503
  this.ID = "workbench.extensions.action.setFileIconTheme";
2504
2504
  }
2505
2505
  static {
2506
- this.TITLE = ( localize2(9683, "Set File Icon Theme"));
2506
+ this.TITLE = ( localize2(9694, "Set File Icon Theme"));
2507
2507
  }
2508
2508
  static {
2509
2509
  this.EnabledClass = `${ExtensionAction.LABEL_ACTION_CLASS} theme`;
@@ -2558,7 +2558,7 @@ let SetFileIconThemeAction = class SetFileIconThemeAction extends ExtensionActio
2558
2558
  const delayer = ( new Delayer(100));
2559
2559
  const picks = getQuickPickEntries(fileIconThemes, currentTheme, this.extension, showCurrentTheme);
2560
2560
  const pickedTheme = await this.quickInputService.pick(picks, {
2561
- placeHolder: ( localize(9684, "Select File Icon Theme")),
2561
+ placeHolder: ( localize(9695, "Select File Icon Theme")),
2562
2562
  onDidFocus: item => delayer.trigger(() => this.workbenchThemeService.setFileIconTheme(item.id, undefined)),
2563
2563
  ignoreFocusLost
2564
2564
  });
@@ -2574,7 +2574,7 @@ let SetProductIconThemeAction = class SetProductIconThemeAction extends Extensio
2574
2574
  this.ID = "workbench.extensions.action.setProductIconTheme";
2575
2575
  }
2576
2576
  static {
2577
- this.TITLE = ( localize2(9685, "Set Product Icon Theme"));
2577
+ this.TITLE = ( localize2(9696, "Set Product Icon Theme"));
2578
2578
  }
2579
2579
  static {
2580
2580
  this.EnabledClass = `${ExtensionAction.LABEL_ACTION_CLASS} theme`;
@@ -2629,7 +2629,7 @@ let SetProductIconThemeAction = class SetProductIconThemeAction extends Extensio
2629
2629
  const delayer = ( new Delayer(100));
2630
2630
  const picks = getQuickPickEntries(productIconThemes, currentTheme, this.extension, showCurrentTheme);
2631
2631
  const pickedTheme = await this.quickInputService.pick(picks, {
2632
- placeHolder: ( localize(9686, "Select Product Icon Theme")),
2632
+ placeHolder: ( localize(9697, "Select Product Icon Theme")),
2633
2633
  onDidFocus: item => delayer.trigger(() => this.workbenchThemeService.setProductIconTheme(item.id, undefined)),
2634
2634
  ignoreFocusLost
2635
2635
  });
@@ -2645,7 +2645,7 @@ let SetLanguageAction = class SetLanguageAction extends ExtensionAction {
2645
2645
  this.ID = "workbench.extensions.action.setDisplayLanguage";
2646
2646
  }
2647
2647
  static {
2648
- this.TITLE = ( localize2(9687, "Set Display Language"));
2648
+ this.TITLE = ( localize2(9698, "Set Display Language"));
2649
2649
  }
2650
2650
  static {
2651
2651
  this.EnabledClass = `${ExtensionAction.LABEL_ACTION_CLASS} language`;
@@ -2691,7 +2691,7 @@ let ClearLanguageAction = class ClearLanguageAction extends ExtensionAction {
2691
2691
  this.ID = "workbench.extensions.action.clearLanguage";
2692
2692
  }
2693
2693
  static {
2694
- this.TITLE = ( localize2(9688, "Clear Display Language"));
2694
+ this.TITLE = ( localize2(9699, "Clear Display Language"));
2695
2695
  }
2696
2696
  static {
2697
2697
  this.EnabledClass = `${ExtensionAction.LABEL_ACTION_CLASS} language`;
@@ -2738,7 +2738,7 @@ let ShowRecommendedExtensionAction = class ShowRecommendedExtensionAction extend
2738
2738
  this.ID = "workbench.extensions.action.showRecommendedExtension";
2739
2739
  }
2740
2740
  static {
2741
- this.LABEL = ( localize(9689, "Show Recommended Extension"));
2741
+ this.LABEL = ( localize(9700, "Show Recommended Extension"));
2742
2742
  }
2743
2743
  constructor(extensionId, extensionWorkbenchService) {
2744
2744
  super(
@@ -2772,7 +2772,7 @@ let InstallRecommendedExtensionAction = class InstallRecommendedExtensionAction
2772
2772
  this.ID = "workbench.extensions.action.installRecommendedExtension";
2773
2773
  }
2774
2774
  static {
2775
- this.LABEL = ( localize(9690, "Install Recommended Extension"));
2775
+ this.LABEL = ( localize(9701, "Install Recommended Extension"));
2776
2776
  }
2777
2777
  constructor(extensionId, instantiationService, extensionWorkbenchService) {
2778
2778
  super(
@@ -2825,7 +2825,7 @@ let IgnoreExtensionRecommendationAction = class IgnoreExtensionRecommendationAct
2825
2825
  this.extension = extension;
2826
2826
  this.extensionRecommendationsManagementService = extensionRecommendationsManagementService;
2827
2827
  this.class = IgnoreExtensionRecommendationAction_1.Class;
2828
- this.tooltip = ( localize(9691, "Do not recommend this extension again"));
2828
+ this.tooltip = ( localize(9702, "Do not recommend this extension again"));
2829
2829
  this.enabled = true;
2830
2830
  }
2831
2831
  run() {
@@ -2849,7 +2849,7 @@ let UndoIgnoreExtensionRecommendationAction = class UndoIgnoreExtensionRecommend
2849
2849
  this.extension = extension;
2850
2850
  this.extensionRecommendationsManagementService = extensionRecommendationsManagementService;
2851
2851
  this.class = UndoIgnoreExtensionRecommendationAction_1.Class;
2852
- this.tooltip = ( localize(9692, "Undo"));
2852
+ this.tooltip = ( localize(9703, "Undo"));
2853
2853
  this.enabled = true;
2854
2854
  }
2855
2855
  run() {
@@ -2890,7 +2890,7 @@ let AbstractConfigureRecommendedExtensionsAction = class AbstractConfigureRecomm
2890
2890
  selection
2891
2891
  }
2892
2892
  })), error => Promise.reject(( new Error(( localize(
2893
- 9693,
2893
+ 9704,
2894
2894
  "Unable to create 'extensions.json' file inside the '.vscode' folder ({0}).",
2895
2895
  error
2896
2896
  ))))));
@@ -2962,7 +2962,7 @@ let ConfigureWorkspaceRecommendedExtensionsAction = class ConfigureWorkspaceReco
2962
2962
  this.ID = "workbench.extensions.action.configureWorkspaceRecommendedExtensions";
2963
2963
  }
2964
2964
  static {
2965
- this.LABEL = ( localize(9694, "Configure Recommended Extensions (Workspace)"));
2965
+ this.LABEL = ( localize(9705, "Configure Recommended Extensions (Workspace)"));
2966
2966
  }
2967
2967
  constructor(
2968
2968
  id,
@@ -3008,7 +3008,7 @@ let ConfigureWorkspaceFolderRecommendedExtensionsAction = class ConfigureWorkspa
3008
3008
  this.ID = "workbench.extensions.action.configureWorkspaceFolderRecommendedExtensions";
3009
3009
  }
3010
3010
  static {
3011
- this.LABEL = ( localize(9695, "Configure Recommended Extensions (Workspace Folder)"));
3011
+ this.LABEL = ( localize(9706, "Configure Recommended Extensions (Workspace Folder)"));
3012
3012
  }
3013
3013
  constructor(
3014
3014
  id,
@@ -3133,26 +3133,26 @@ let ExtensionStatusLabelAction = class ExtensionStatusLabelAction extends Action
3133
3133
  if (currentStatus !== null) {
3134
3134
  if (currentStatus === ExtensionState.Installing && this.status === ExtensionState.Installed) {
3135
3135
  if (this.initialStatus === ExtensionState.Uninstalled && canAddExtension()) {
3136
- return localize(9696, "Installed");
3136
+ return localize(9707, "Installed");
3137
3137
  }
3138
3138
  if (this.initialStatus === ExtensionState.Installed && this.version !== currentVersion && canAddExtension()) {
3139
- return localize(9697, "Updated");
3139
+ return localize(9708, "Updated");
3140
3140
  }
3141
3141
  return null;
3142
3142
  }
3143
3143
  if (currentStatus === ExtensionState.Uninstalling && this.status === ExtensionState.Uninstalled) {
3144
3144
  this.initialStatus = this.status;
3145
- return canRemoveExtension() ? ( localize(9698, "Uninstalled")) : null;
3145
+ return canRemoveExtension() ? ( localize(9709, "Uninstalled")) : null;
3146
3146
  }
3147
3147
  }
3148
3148
  if (currentEnablementState !== null) {
3149
3149
  const currentlyEnabled = this.extensionEnablementService.isEnabledEnablementState(currentEnablementState);
3150
3150
  const enabled = this.extensionEnablementService.isEnabledEnablementState(this.enablementState);
3151
3151
  if (!currentlyEnabled && enabled) {
3152
- return canAddExtension() ? ( localize(9699, "Enabled")) : null;
3152
+ return canAddExtension() ? ( localize(9710, "Enabled")) : null;
3153
3153
  }
3154
3154
  if (currentlyEnabled && !enabled) {
3155
- return canRemoveExtension() ? ( localize(9700, "Disabled")) : null;
3155
+ return canRemoveExtension() ? ( localize(9711, "Disabled")) : null;
3156
3156
  }
3157
3157
  }
3158
3158
  return null;
@@ -3200,13 +3200,13 @@ let ToggleSyncExtensionAction = class ToggleSyncExtensionAction extends DropDown
3200
3200
  if (this.extension) {
3201
3201
  const isIgnored = this.extensionsWorkbenchService.isExtensionIgnoredToSync(this.extension);
3202
3202
  this.class = isIgnored ? ToggleSyncExtensionAction_1.IGNORED_SYNC_CLASS : ToggleSyncExtensionAction_1.SYNC_CLASS;
3203
- this.tooltip = isIgnored ? ( localize(9701, "This extension is ignored during sync")) : ( localize(9702, "This extension is synced"));
3203
+ this.tooltip = isIgnored ? ( localize(9712, "This extension is ignored during sync")) : ( localize(9713, "This extension is synced"));
3204
3204
  }
3205
3205
  }
3206
3206
  async run() {
3207
3207
  return super.run([[( new Action(
3208
3208
  "extensions.syncignore",
3209
- this.extensionsWorkbenchService.isExtensionIgnoredToSync(this.extension) ? ( localize(9703, "Sync this extension")) : ( localize(9704, "Do not sync this extension")),
3209
+ this.extensionsWorkbenchService.isExtensionIgnoredToSync(this.extension) ? ( localize(9714, "Sync this extension")) : ( localize(9715, "Do not sync this extension")),
3210
3210
  undefined,
3211
3211
  true,
3212
3212
  () => this.extensionsWorkbenchService.toggleExtensionIgnoredToSync(this.extension)
@@ -3282,7 +3282,7 @@ let ExtensionStatusAction = class ExtensionStatusAction extends ExtensionAction
3282
3282
  if (this.extension.isMalicious) {
3283
3283
  this.updateStatus({
3284
3284
  icon: warningIcon,
3285
- message: ( new MarkdownString(( localize(9705, "This extension was reported to be problematic."))))
3285
+ message: ( new MarkdownString(( localize(9716, "This extension was reported to be problematic."))))
3286
3286
  }, true);
3287
3287
  return;
3288
3288
  }
@@ -3292,7 +3292,7 @@ let ExtensionStatusAction = class ExtensionStatusAction extends ExtensionAction
3292
3292
  )) {
3293
3293
  this.updateStatus({
3294
3294
  icon: warningIcon,
3295
- message: ( new MarkdownString(( localize(9706, "This extension is not signed by the Extension Marketplace."))))
3295
+ message: ( new MarkdownString(( localize(9717, "This extension is not signed by the Extension Marketplace."))))
3296
3296
  }, true);
3297
3297
  return;
3298
3298
  }
@@ -3301,20 +3301,20 @@ let ExtensionStatusAction = class ExtensionStatusAction extends ExtensionAction
3301
3301
  const link = `[${this.extension.deprecationInfo.extension.displayName}](${createCommandUri("extension.open", this.extension.deprecationInfo.extension.id)})`;
3302
3302
  this.updateStatus({
3303
3303
  icon: warningIcon,
3304
- message: ( new MarkdownString(( localize(9707, "This extension is deprecated. Use the {0} extension instead.", link))))
3304
+ message: ( new MarkdownString(( localize(9718, "This extension is deprecated. Use the {0} extension instead.", link))))
3305
3305
  }, true);
3306
3306
  } else if (this.extension.deprecationInfo.settings) {
3307
- const link = `[${( localize(9708, "settings"))}](${createCommandUri("workbench.action.openSettings", ( this.extension.deprecationInfo.settings.map(setting => `@id:${setting}`)).join(" "))}})`;
3307
+ const link = `[${( localize(9719, "settings"))}](${createCommandUri("workbench.action.openSettings", ( this.extension.deprecationInfo.settings.map(setting => `@id:${setting}`)).join(" "))}})`;
3308
3308
  this.updateStatus({
3309
3309
  icon: warningIcon,
3310
3310
  message: ( new MarkdownString(( localize(
3311
- 9709,
3311
+ 9720,
3312
3312
  "This extension is deprecated as this functionality is now built-in to VS Code. Configure these {0} to use this functionality.",
3313
3313
  link
3314
3314
  ))))
3315
3315
  }, true);
3316
3316
  } else {
3317
- const message = ( new MarkdownString(( localize(9710, "This extension is deprecated as it is no longer being maintained."))));
3317
+ const message = ( new MarkdownString(( localize(9721, "This extension is deprecated as it is no longer being maintained."))));
3318
3318
  if (this.extension.deprecationInfo.additionalInfo) {
3319
3319
  message.appendMarkdown(` ${this.extension.deprecationInfo.additionalInfo}`);
3320
3320
  }
@@ -3329,7 +3329,7 @@ let ExtensionStatusAction = class ExtensionStatusAction extends ExtensionAction
3329
3329
  this.updateStatus({
3330
3330
  icon: warningIcon,
3331
3331
  message: ( new MarkdownString(( localize(
3332
- 9711,
3332
+ 9722,
3333
3333
  "This extension is no longer available on the Extension Marketplace."
3334
3334
  ))))
3335
3335
  }, true);
@@ -3344,7 +3344,7 @@ let ExtensionStatusAction = class ExtensionStatusAction extends ExtensionAction
3344
3344
  const markdown = ( new MarkdownString());
3345
3345
  markdown.appendMarkdown(`${message} `);
3346
3346
  markdown.appendMarkdown(( localize(
3347
- 9712,
3347
+ 9723,
3348
3348
  "Please [review the extension]({0}) and update it manually.",
3349
3349
  this.extension.hasChangelog() ? ( createCommandUri(
3350
3350
  "extension.open",
@@ -3376,21 +3376,21 @@ let ExtensionStatusAction = class ExtensionStatusAction extends ExtensionAction
3376
3376
  if (result !== true) {
3377
3377
  this.updateStatus({
3378
3378
  icon: warningIcon,
3379
- message: ( new MarkdownString(( localize(9713, "This extension is disabled because {0}", result.value))))
3379
+ message: ( new MarkdownString(( localize(9724, "This extension is disabled because {0}", result.value))))
3380
3380
  }, true);
3381
3381
  return;
3382
3382
  }
3383
3383
  }
3384
3384
  if (this.extension.enablementState === EnablementState.DisabledByEnvironment) {
3385
3385
  this.updateStatus({
3386
- message: ( new MarkdownString(( localize(9714, "This extension is disabled by the environment."))))
3386
+ message: ( new MarkdownString(( localize(9725, "This extension is disabled by the environment."))))
3387
3387
  }, true);
3388
3388
  return;
3389
3389
  }
3390
3390
  if (this.extension.enablementState === EnablementState.EnabledByEnvironment) {
3391
3391
  this.updateStatus({
3392
3392
  message: ( new MarkdownString(( localize(
3393
- 9715,
3393
+ 9726,
3394
3394
  "This extension is enabled because it is required in the current environment."
3395
3395
  ))))
3396
3396
  }, true);
@@ -3401,7 +3401,7 @@ let ExtensionStatusAction = class ExtensionStatusAction extends ExtensionAction
3401
3401
  this.updateStatus({
3402
3402
  icon: infoIcon,
3403
3403
  message: ( new MarkdownString(details ? escapeMarkdownSyntaxTokens(details) : ( localize(
3404
- 9716,
3404
+ 9727,
3405
3405
  "This extension has been disabled because it does not support virtual workspaces."
3406
3406
  ))))
3407
3407
  }, true);
@@ -3414,7 +3414,7 @@ let ExtensionStatusAction = class ExtensionStatusAction extends ExtensionAction
3414
3414
  this.updateStatus({
3415
3415
  icon: warningIcon,
3416
3416
  message: ( new MarkdownString(details ? escapeMarkdownSyntaxTokens(details) : ( localize(
3417
- 9717,
3417
+ 9728,
3418
3418
  "This extension has limited features because the current workspace is virtual."
3419
3419
  ))))
3420
3420
  }, true);
@@ -3425,7 +3425,7 @@ let ExtensionStatusAction = class ExtensionStatusAction extends ExtensionAction
3425
3425
  this.updateStatus({
3426
3426
  icon: infoIcon,
3427
3427
  message: ( new MarkdownString(( localize(
3428
- 9718,
3428
+ 9729,
3429
3429
  "All GitHub Copilot functionality is now being served from the GitHub Copilot Chat extension. To temporarily opt out of this extension unification, toggle the {0} setting.",
3430
3430
  "`chat.extensionUnification.enabled`"
3431
3431
  ))))
@@ -3443,7 +3443,7 @@ let ExtensionStatusAction = class ExtensionStatusAction extends ExtensionAction
3443
3443
  icon: trustIcon,
3444
3444
  message: ( new MarkdownString(
3445
3445
  untrustedDetails ? escapeMarkdownSyntaxTokens(untrustedDetails) : ( localize(
3446
- 9719,
3446
+ 9730,
3447
3447
  "This extension has been disabled because the current workspace is not trusted."
3448
3448
  ))
3449
3449
  ))
@@ -3459,7 +3459,7 @@ let ExtensionStatusAction = class ExtensionStatusAction extends ExtensionAction
3459
3459
  icon: trustIcon,
3460
3460
  message: ( new MarkdownString(
3461
3461
  untrustedDetails ? escapeMarkdownSyntaxTokens(untrustedDetails) : ( localize(
3462
- 9720,
3462
+ 9731,
3463
3463
  "This extension has limited features because the current workspace is not trusted."
3464
3464
  ))
3465
3465
  ))
@@ -3476,10 +3476,10 @@ let ExtensionStatusAction = class ExtensionStatusAction extends ExtensionAction
3476
3476
  if (this.extensionManifestPropertiesService.prefersExecuteOnWorkspace(this.extension.local.manifest)) {
3477
3477
  if (this.extensionManagementServerService.remoteExtensionManagementServer) {
3478
3478
  message = ( new MarkdownString(`${( localize(
3479
- 9721,
3479
+ 9732,
3480
3480
  "This extension is disabled in this workspace because it is defined to run in the Remote Extension Host. Please install the extension in '{0}' to enable.",
3481
3481
  this.extensionManagementServerService.remoteExtensionManagementServer.label
3482
- ))} [${( localize(9600, "Learn More"))}](https://code.visualstudio.com/api/advanced-topics/remote-extensions#architecture-and-extension-kinds)`));
3482
+ ))} [${( localize(9611, "Learn More"))}](https://code.visualstudio.com/api/advanced-topics/remote-extensions#architecture-and-extension-kinds)`));
3483
3483
  }
3484
3484
  }
3485
3485
  }
@@ -3487,25 +3487,25 @@ let ExtensionStatusAction = class ExtensionStatusAction extends ExtensionAction
3487
3487
  if (this.extensionManifestPropertiesService.prefersExecuteOnUI(this.extension.local.manifest)) {
3488
3488
  if (this.extensionManagementServerService.localExtensionManagementServer) {
3489
3489
  message = ( new MarkdownString(`${( localize(
3490
- 9722,
3490
+ 9733,
3491
3491
  "This extension is disabled in this workspace because it is defined to run in the Local Extension Host. Please install the extension locally to enable.",
3492
3492
  this.extensionManagementServerService.remoteExtensionManagementServer.label
3493
- ))} [${( localize(9600, "Learn More"))}](https://code.visualstudio.com/api/advanced-topics/remote-extensions#architecture-and-extension-kinds)`));
3493
+ ))} [${( localize(9611, "Learn More"))}](https://code.visualstudio.com/api/advanced-topics/remote-extensions#architecture-and-extension-kinds)`));
3494
3494
  } else if (isWeb) {
3495
3495
  message = ( new MarkdownString(`${( localize(
3496
- 9723,
3496
+ 9734,
3497
3497
  "This extension is disabled because it is defined to run only in {0} for the Desktop.",
3498
3498
  this.productService.nameLong
3499
- ))} [${( localize(9600, "Learn More"))}](https://code.visualstudio.com/api/advanced-topics/remote-extensions#architecture-and-extension-kinds)`));
3499
+ ))} [${( localize(9611, "Learn More"))}](https://code.visualstudio.com/api/advanced-topics/remote-extensions#architecture-and-extension-kinds)`));
3500
3500
  }
3501
3501
  }
3502
3502
  }
3503
3503
  else if (this.extensionManagementServerService.webExtensionManagementServer === this.extension.server) {
3504
3504
  message = ( new MarkdownString(`${( localize(
3505
- 9724,
3505
+ 9735,
3506
3506
  "This extension is disabled because it is not supported in {0} for the Web.",
3507
3507
  this.productService.nameLong
3508
- ))} [${( localize(9600, "Learn More"))}](https://code.visualstudio.com/api/advanced-topics/remote-extensions#architecture-and-extension-kinds)`));
3508
+ ))} [${( localize(9611, "Learn More"))}](https://code.visualstudio.com/api/advanced-topics/remote-extensions#architecture-and-extension-kinds)`));
3509
3509
  }
3510
3510
  if (message) {
3511
3511
  this.updateStatus({
@@ -3520,7 +3520,7 @@ let ExtensionStatusAction = class ExtensionStatusAction extends ExtensionAction
3520
3520
  const features = ( Registry.as(Extensions.ExtensionFeaturesRegistry)).getExtensionFeatures();
3521
3521
  for (const feature of features) {
3522
3522
  const status = this.extensionFeaturesManagementService.getAccessData(extensionId, feature.id)?.current?.status;
3523
- const manageAccessLink = `[${( localize(9725, "Manage Access"))}](${createCommandUri(
3523
+ const manageAccessLink = `[${( localize(9736, "Manage Access"))}](${createCommandUri(
3524
3524
  "extension.open",
3525
3525
  this.extension.identifier.id,
3526
3526
  ExtensionEditorTab.Features,
@@ -3548,11 +3548,11 @@ let ExtensionStatusAction = class ExtensionStatusAction extends ExtensionAction
3548
3548
  e => areSameExtensions(e.identifier, this.extension.identifier) && e.server !== this.extension.server
3549
3549
  ))) {
3550
3550
  const message = this.extension.server === this.extensionManagementServerService.localExtensionManagementServer ? ( new MarkdownString(( localize(
3551
- 9726,
3551
+ 9737,
3552
3552
  "Install the language pack extension on '{0}' to enable it there also.",
3553
3553
  this.extensionManagementServerService.remoteExtensionManagementServer.label
3554
3554
  )))) : ( new MarkdownString(( localize(
3555
- 9727,
3555
+ 9738,
3556
3556
  "Install the language pack extension locally to enable it there also."
3557
3557
  ))));
3558
3558
  this.updateStatus({
@@ -3572,9 +3572,9 @@ let ExtensionStatusAction = class ExtensionStatusAction extends ExtensionAction
3572
3572
  this.updateStatus({
3573
3573
  icon: infoIcon,
3574
3574
  message: ( new MarkdownString(`${( localize(
3575
- 9728,
3575
+ 9739,
3576
3576
  "This extension is enabled in the Remote Extension Host because it prefers to run there."
3577
- ))} [${( localize(9600, "Learn More"))}](https://code.visualstudio.com/api/advanced-topics/remote-extensions#architecture-and-extension-kinds)`))
3577
+ ))} [${( localize(9611, "Learn More"))}](https://code.visualstudio.com/api/advanced-topics/remote-extensions#architecture-and-extension-kinds)`))
3578
3578
  }, true);
3579
3579
  }
3580
3580
  return;
@@ -3584,9 +3584,9 @@ let ExtensionStatusAction = class ExtensionStatusAction extends ExtensionAction
3584
3584
  this.updateStatus({
3585
3585
  icon: infoIcon,
3586
3586
  message: ( new MarkdownString(`${( localize(
3587
- 9729,
3587
+ 9740,
3588
3588
  "This extension is enabled in the Local Extension Host because it prefers to run there."
3589
- ))} [${( localize(9600, "Learn More"))}](https://code.visualstudio.com/api/advanced-topics/remote-extensions#architecture-and-extension-kinds)`))
3589
+ ))} [${( localize(9611, "Learn More"))}](https://code.visualstudio.com/api/advanced-topics/remote-extensions#architecture-and-extension-kinds)`))
3590
3590
  }, true);
3591
3591
  }
3592
3592
  return;
@@ -3596,9 +3596,9 @@ let ExtensionStatusAction = class ExtensionStatusAction extends ExtensionAction
3596
3596
  this.updateStatus({
3597
3597
  icon: infoIcon,
3598
3598
  message: ( new MarkdownString(`${( localize(
3599
- 9730,
3599
+ 9741,
3600
3600
  "This extension is enabled in the Web Worker Extension Host because it prefers to run there."
3601
- ))} [${( localize(9600, "Learn More"))}](https://code.visualstudio.com/api/advanced-topics/remote-extensions#architecture-and-extension-kinds)`))
3601
+ ))} [${( localize(9611, "Learn More"))}](https://code.visualstudio.com/api/advanced-topics/remote-extensions#architecture-and-extension-kinds)`))
3602
3602
  }, true);
3603
3603
  }
3604
3604
  return;
@@ -3607,7 +3607,7 @@ let ExtensionStatusAction = class ExtensionStatusAction extends ExtensionAction
3607
3607
  if (this.extension.enablementState === EnablementState.DisabledByExtensionDependency) {
3608
3608
  this.updateStatus({
3609
3609
  icon: warningIcon,
3610
- message: ( new MarkdownString(( localize(9731, "This extension depends on an extension that is disabled.")))).appendMarkdown(` [${( localize(9732, "Show Dependencies"))}](${createCommandUri(
3610
+ message: ( new MarkdownString(( localize(9742, "This extension depends on an extension that is disabled.")))).appendMarkdown(` [${( localize(9743, "Show Dependencies"))}](${createCommandUri(
3611
3611
  "extension.open",
3612
3612
  this.extension.identifier.id,
3613
3613
  ExtensionEditorTab.Dependencies
@@ -3631,14 +3631,14 @@ let ExtensionStatusAction = class ExtensionStatusAction extends ExtensionAction
3631
3631
  if (!this.extension.isWorkspaceScoped && isEnabled && isRunning) {
3632
3632
  if (this.extension.enablementState === EnablementState.EnabledWorkspace) {
3633
3633
  this.updateStatus({
3634
- message: ( new MarkdownString(( localize(9733, "This extension is enabled for this workspace by the user."))))
3634
+ message: ( new MarkdownString(( localize(9744, "This extension is enabled for this workspace by the user."))))
3635
3635
  }, true);
3636
3636
  return;
3637
3637
  }
3638
3638
  if (this.extensionManagementServerService.localExtensionManagementServer && this.extensionManagementServerService.remoteExtensionManagementServer) {
3639
3639
  if (this.extension.server === this.extensionManagementServerService.remoteExtensionManagementServer) {
3640
3640
  this.updateStatus({
3641
- message: ( new MarkdownString(( localize(9734, "Extension is enabled on '{0}'", this.extension.server.label))))
3641
+ message: ( new MarkdownString(( localize(9745, "Extension is enabled on '{0}'", this.extension.server.label))))
3642
3642
  }, true);
3643
3643
  return;
3644
3644
  }
@@ -3650,13 +3650,13 @@ let ExtensionStatusAction = class ExtensionStatusAction extends ExtensionAction
3650
3650
  if (!isEnabled && !isRunning) {
3651
3651
  if (this.extension.enablementState === EnablementState.DisabledGlobally) {
3652
3652
  this.updateStatus({
3653
- message: ( new MarkdownString(( localize(9735, "This extension is disabled globally by the user."))))
3653
+ message: ( new MarkdownString(( localize(9746, "This extension is disabled globally by the user."))))
3654
3654
  }, true);
3655
3655
  return;
3656
3656
  }
3657
3657
  if (this.extension.enablementState === EnablementState.DisabledWorkspace) {
3658
3658
  this.updateStatus({
3659
- message: ( new MarkdownString(( localize(9736, "This extension is disabled for this workspace by the user."))))
3659
+ message: ( new MarkdownString(( localize(9747, "This extension is disabled for this workspace by the user."))))
3660
3660
  }, true);
3661
3661
  return;
3662
3662
  }
@@ -3711,7 +3711,7 @@ let InstallSpecificVersionOfExtensionAction = class InstallSpecificVersionOfExte
3711
3711
  this.ID = "workbench.extensions.action.install.specificVersion";
3712
3712
  }
3713
3713
  static {
3714
- this.LABEL = ( localize(9737, "Install Specific Version of Extension..."));
3714
+ this.LABEL = ( localize(9748, "Install Specific Version of Extension..."));
3715
3715
  }
3716
3716
  constructor(
3717
3717
  id = InstallSpecificVersionOfExtensionAction_1.ID,
@@ -3732,7 +3732,7 @@ let InstallSpecificVersionOfExtensionAction = class InstallSpecificVersionOfExte
3732
3732
  }
3733
3733
  async run() {
3734
3734
  const extensionPick = await this.quickInputService.pick(this.getExtensionEntries(), {
3735
- placeHolder: ( localize(9738, "Select Extension")),
3735
+ placeHolder: ( localize(9749, "Select Extension")),
3736
3736
  matchOnDetail: true
3737
3737
  });
3738
3738
  if (extensionPick && extensionPick.extension) {
@@ -3815,7 +3815,7 @@ let AbstractInstallExtensionsInServerAction = class AbstractInstallExtensionsInS
3815
3815
  quickPick.busy = false;
3816
3816
  if (localExtensionsToInstall.length) {
3817
3817
  quickPick.title = this.getQuickPickTitle();
3818
- quickPick.placeholder = ( localize(9739, "Select extensions to install"));
3818
+ quickPick.placeholder = ( localize(9750, "Select extensions to install"));
3819
3819
  quickPick.canSelectMany = true;
3820
3820
  localExtensionsToInstall.sort((e1, e2) => e1.displayName.localeCompare(e2.displayName));
3821
3821
  quickPick.items = ( localExtensionsToInstall.map(extension => ({
@@ -3828,7 +3828,7 @@ let AbstractInstallExtensionsInServerAction = class AbstractInstallExtensionsInS
3828
3828
  quickPick.dispose();
3829
3829
  this.notificationService.notify({
3830
3830
  severity: Severity$1.Info,
3831
- message: ( localize(9740, "There are no extensions to install."))
3831
+ message: ( localize(9751, "There are no extensions to install."))
3832
3832
  });
3833
3833
  }
3834
3834
  }
@@ -3838,9 +3838,9 @@ let AbstractInstallExtensionsInServerAction = class AbstractInstallExtensionsInS
3838
3838
  if (localExtensionsToInstall.length) {
3839
3839
  await this.progressService.withProgress({
3840
3840
  location: ProgressLocation.Notification,
3841
- title: ( localize(9741, "Installing Extensions..."))
3841
+ title: ( localize(9752, "Installing Extensions..."))
3842
3842
  }, () => this.installExtensions(localExtensionsToInstall));
3843
- this.notificationService.info(( localize(9742, "Successfully installed extensions.")));
3843
+ this.notificationService.info(( localize(9753, "Successfully installed extensions.")));
3844
3844
  }
3845
3845
  }
3846
3846
  }
@@ -3874,7 +3874,7 @@ let InstallLocalExtensionsInRemoteAction = class InstallLocalExtensionsInRemoteA
3874
3874
  get label() {
3875
3875
  if (this.extensionManagementServerService && this.extensionManagementServerService.remoteExtensionManagementServer) {
3876
3876
  return localize(
3877
- 9743,
3877
+ 9754,
3878
3878
  "Install Local Extensions in '{0}'...",
3879
3879
  this.extensionManagementServerService.remoteExtensionManagementServer.label
3880
3880
  );
@@ -3883,7 +3883,7 @@ let InstallLocalExtensionsInRemoteAction = class InstallLocalExtensionsInRemoteA
3883
3883
  }
3884
3884
  getQuickPickTitle() {
3885
3885
  return localize(
3886
- 9744,
3886
+ 9755,
3887
3887
  "Install Local Extensions in '{0}'",
3888
3888
  this.extensionManagementServerService.remoteExtensionManagementServer.label
3889
3889
  );
@@ -3958,10 +3958,10 @@ let InstallRemoteExtensionsInLocalAction = class InstallRemoteExtensionsInLocalA
3958
3958
  this.logService = logService;
3959
3959
  }
3960
3960
  get label() {
3961
- return localize(9745, "Install Remote Extensions Locally...");
3961
+ return localize(9756, "Install Remote Extensions Locally...");
3962
3962
  }
3963
3963
  getQuickPickTitle() {
3964
- return localize(9746, "Install Remote Extensions Locally");
3964
+ return localize(9757, "Install Remote Extensions Locally");
3965
3965
  }
3966
3966
  getExtensionsToInstall(local) {
3967
3967
  return local.filter(
@@ -4025,33 +4025,33 @@ registerColor("extensionButton.background", {
4025
4025
  light: buttonSecondaryBackground,
4026
4026
  hcDark: null,
4027
4027
  hcLight: null
4028
- }, ( localize(9747, "Button background color for extension actions.")));
4028
+ }, ( localize(9758, "Button background color for extension actions.")));
4029
4029
  registerColor("extensionButton.foreground", {
4030
4030
  dark: buttonSecondaryForeground,
4031
4031
  light: buttonSecondaryForeground,
4032
4032
  hcDark: null,
4033
4033
  hcLight: null
4034
- }, ( localize(9748, "Button foreground color for extension actions.")));
4034
+ }, ( localize(9759, "Button foreground color for extension actions.")));
4035
4035
  registerColor("extensionButton.hoverBackground", {
4036
4036
  dark: buttonSecondaryHoverBackground,
4037
4037
  light: buttonSecondaryHoverBackground,
4038
4038
  hcDark: null,
4039
4039
  hcLight: null
4040
- }, ( localize(9749, "Button background hover color for extension actions.")));
4040
+ }, ( localize(9760, "Button background hover color for extension actions.")));
4041
4041
  registerColor("extensionButton.border", {
4042
4042
  dark: buttonBorder,
4043
4043
  light: buttonBorder,
4044
4044
  hcDark: contrastBorder,
4045
4045
  hcLight: contrastBorder
4046
- }, ( localize(9750, "Button border color for extension actions.")));
4047
- registerColor("extensionButton.separator", buttonSeparator, ( localize(9751, "Button separator color for extension actions")));
4046
+ }, ( localize(9761, "Button border color for extension actions.")));
4047
+ registerColor("extensionButton.separator", buttonSeparator, ( localize(9762, "Button separator color for extension actions")));
4048
4048
  const extensionButtonProminentBackground = registerColor("extensionButton.prominentBackground", {
4049
4049
  dark: buttonBackground,
4050
4050
  light: buttonBackground,
4051
4051
  hcDark: null,
4052
4052
  hcLight: null
4053
4053
  }, ( localize(
4054
- 9752,
4054
+ 9763,
4055
4055
  "Button background color for extension actions that stand out (e.g. install button)."
4056
4056
  )));
4057
4057
  registerColor("extensionButton.prominentForeground", {
@@ -4060,7 +4060,7 @@ registerColor("extensionButton.prominentForeground", {
4060
4060
  hcDark: null,
4061
4061
  hcLight: null
4062
4062
  }, ( localize(
4063
- 9753,
4063
+ 9764,
4064
4064
  "Button foreground color for extension actions that stand out (e.g. install button)."
4065
4065
  )));
4066
4066
  registerColor("extensionButton.prominentHoverBackground", {
@@ -4069,7 +4069,7 @@ registerColor("extensionButton.prominentHoverBackground", {
4069
4069
  hcDark: null,
4070
4070
  hcLight: null
4071
4071
  }, ( localize(
4072
- 9754,
4072
+ 9765,
4073
4073
  "Button background hover color for extension actions that stand out (e.g. install button)."
4074
4074
  )));
4075
4075
  registerThemingParticipant((theme, collector) => {