@codingame/monaco-vscode-api 13.0.0 → 13.1.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 (212) hide show
  1. package/README.md +0 -1
  2. package/extensions.d.ts +1 -0
  3. package/package.json +8 -332
  4. package/services.d.ts +5 -0
  5. package/services.js +4 -0
  6. package/vscode/src/vs/base/browser/dom.d.ts +1 -1
  7. package/vscode/src/vs/base/common/observableInternal/index.js +8 -0
  8. package/vscode/src/vs/editor/browser/gpu/gpuUtils.d.ts +1 -1
  9. package/vscode/src/vs/editor/common/tokens/contiguousTokensEditing.d.ts +1 -1
  10. package/vscode/src/vs/editor/contrib/snippet/browser/snippetParser.d.ts +1 -1
  11. package/vscode/src/vs/editor/contrib/snippet/browser/snippetSession.d.ts +1 -1
  12. package/vscode/src/vs/platform/accessibilitySignal/browser/accessibilitySignalService.service.d.ts +1 -1
  13. package/vscode/src/vs/platform/contextview/browser/contextView.service.d.ts +4 -5
  14. package/vscode/src/vs/platform/diagnostics/common/diagnostics.service.d.ts +1 -1
  15. package/vscode/src/vs/platform/dialogs/common/dialogs.service.d.ts +2 -3
  16. package/vscode/src/vs/platform/environment/common/environment.service.d.ts +1 -1
  17. package/vscode/src/vs/platform/extensionManagement/common/extensionManagement.service.d.ts +4 -6
  18. package/vscode/src/vs/platform/extensionManagement/common/extensionStorage.service.d.ts +1 -1
  19. package/vscode/src/vs/platform/extensionManagement/common/extensionsProfileScannerService.service.d.ts +1 -1
  20. package/vscode/src/vs/platform/extensionManagement/common/extensionsScannerService.service.d.ts +2 -2
  21. package/vscode/src/vs/platform/extensions/common/extensions.d.ts +1 -0
  22. package/vscode/src/vs/platform/hover/browser/hover.d.ts +1 -1
  23. package/vscode/src/vs/platform/hover/browser/hover.service.d.ts +1 -1
  24. package/vscode/src/vs/platform/instantiation/common/extensions.d.ts +1 -0
  25. package/vscode/src/vs/platform/keybinding/common/keybinding.service.d.ts +2 -2
  26. package/vscode/src/vs/platform/keyboardLayout/common/keyboardLayout.service.d.ts +1 -1
  27. package/vscode/src/vs/platform/label/common/label.service.d.ts +1 -1
  28. package/vscode/src/vs/platform/log/common/log.d.ts +1 -2
  29. package/vscode/src/vs/platform/log/common/log.service.d.ts +3 -3
  30. package/vscode/src/vs/platform/progress/common/progress.service.d.ts +1 -2
  31. package/vscode/src/vs/platform/request/common/request.service.d.ts +1 -1
  32. package/vscode/src/vs/platform/sign/common/sign.service.d.ts +1 -1
  33. package/vscode/src/vs/platform/telemetry/common/commonProperties.js +15 -0
  34. package/vscode/src/vs/platform/telemetry/common/telemetry.js +4 -1
  35. package/vscode/src/vs/platform/telemetry/common/telemetry.service.d.ts +2 -3
  36. package/vscode/src/vs/platform/telemetry/common/telemetryUtils.js +82 -6
  37. package/vscode/src/vs/platform/terminal/common/terminal.service.d.ts +4 -5
  38. package/vscode/src/vs/platform/theme/common/colorUtils.js +2 -2
  39. package/vscode/src/vs/platform/theme/common/colors/baseColors.js +17 -17
  40. package/vscode/src/vs/platform/theme/common/colors/chartsColors.js +8 -8
  41. package/vscode/src/vs/platform/theme/common/colors/editorColors.js +94 -94
  42. package/vscode/src/vs/platform/theme/common/colors/inputColors.js +45 -45
  43. package/vscode/src/vs/platform/theme/common/colors/listColors.js +36 -36
  44. package/vscode/src/vs/platform/theme/common/colors/menuColors.js +7 -7
  45. package/vscode/src/vs/platform/theme/common/colors/minimapColors.js +11 -11
  46. package/vscode/src/vs/platform/theme/common/colors/miscColors.js +15 -15
  47. package/vscode/src/vs/platform/theme/common/colors/quickpickColors.js +9 -9
  48. package/vscode/src/vs/platform/theme/common/colors/searchColors.js +3 -3
  49. package/vscode/src/vs/platform/theme/common/iconRegistry.js +5 -5
  50. package/vscode/src/vs/platform/undoRedo/common/undoRedoService.js +20 -20
  51. package/vscode/src/vs/platform/uriIdentity/common/uriIdentity.service.d.ts +1 -1
  52. package/vscode/src/vs/platform/url/common/url.service.d.ts +1 -1
  53. package/vscode/src/vs/platform/userDataProfile/common/userDataProfile.js +1 -1
  54. package/vscode/src/vs/platform/userDataProfile/common/userDataProfileStorageService.service.d.ts +1 -1
  55. package/vscode/src/vs/platform/userDataSync/common/userDataSync.js +5 -5
  56. package/vscode/src/vs/platform/userDataSync/common/userDataSync.service.d.ts +8 -8
  57. package/vscode/src/vs/platform/workspace/common/editSessions.service.d.ts +1 -1
  58. package/vscode/src/vs/platform/workspace/common/workspace.js +1 -1
  59. package/vscode/src/vs/platform/workspace/common/workspaceTrust.service.d.ts +4 -5
  60. package/vscode/src/vs/workbench/api/common/extHost.protocol.d.ts +1 -1
  61. package/vscode/src/vs/workbench/api/common/extHostDiagnostics.js +1 -1
  62. package/vscode/src/vs/workbench/api/common/extHostExtensionService.js +2 -2
  63. package/vscode/src/vs/workbench/api/common/extHostLanguageFeatures.js +2 -2
  64. package/vscode/src/vs/workbench/api/common/extHostLanguageModels.js +1 -1
  65. package/vscode/src/vs/workbench/api/common/extHostLogService.js +1 -1
  66. package/vscode/src/vs/workbench/api/common/extHostNotebook.js +2 -2
  67. package/vscode/src/vs/workbench/api/common/extHostStatusBar.js +2 -2
  68. package/vscode/src/vs/workbench/api/common/extHostTelemetry.js +1 -1
  69. package/vscode/src/vs/workbench/api/common/extHostTerminalService.js +1 -1
  70. package/vscode/src/vs/workbench/api/common/extHostTesting.d.ts +1 -1
  71. package/vscode/src/vs/workbench/api/common/extHostTreeViews.js +1 -1
  72. package/vscode/src/vs/workbench/api/common/extHostTunnelService.js +2 -2
  73. package/vscode/src/vs/workbench/api/common/extHostWorkspace.js +1 -1
  74. package/vscode/src/vs/workbench/api/common/jsonValidationExtensionPoint.js +12 -12
  75. package/vscode/src/vs/workbench/browser/actions/developerActions.js +31 -31
  76. package/vscode/src/vs/workbench/browser/actions/textInputActions.js +6 -6
  77. package/vscode/src/vs/workbench/common/configuration.js +10 -10
  78. package/vscode/src/vs/workbench/common/contextkeys.js +70 -70
  79. package/vscode/src/vs/workbench/common/editor.js +4 -4
  80. package/vscode/src/vs/workbench/common/theme.js +158 -158
  81. package/vscode/src/vs/workbench/common/views.js +4 -4
  82. package/vscode/src/vs/workbench/contrib/accessibility/browser/accessibilityConfiguration.js +137 -137
  83. package/vscode/src/vs/workbench/contrib/accessibility/browser/accessibleViewActions.js +12 -12
  84. package/vscode/src/vs/workbench/contrib/chat/browser/chat.service.d.ts +3 -5
  85. package/vscode/src/vs/workbench/contrib/chat/common/chatAgents.d.ts +1 -2
  86. package/vscode/src/vs/workbench/contrib/chat/common/chatCodeMapperService.service.d.ts +1 -1
  87. package/vscode/src/vs/workbench/contrib/chat/common/chatContextKeys.js +24 -24
  88. package/vscode/src/vs/workbench/contrib/chat/common/chatEditingService.js +1 -1
  89. package/vscode/src/vs/workbench/contrib/chat/common/chatEditingService.service.d.ts +2 -2
  90. package/vscode/src/vs/workbench/contrib/chat/common/chatService.js +2 -1
  91. package/vscode/src/vs/workbench/contrib/chat/common/chatService.service.d.ts +1 -1
  92. package/vscode/src/vs/workbench/contrib/chat/common/chatSlashCommands.service.d.ts +2 -2
  93. package/vscode/src/vs/workbench/contrib/chat/common/chatVariables.service.d.ts +1 -1
  94. package/vscode/src/vs/workbench/contrib/chat/common/languageModels.js +6 -6
  95. package/vscode/src/vs/workbench/contrib/codeActions/browser/codeActionsContribution.js +13 -13
  96. package/vscode/src/vs/workbench/contrib/codeEditor/browser/dictation/editorDictation.js +4 -4
  97. package/vscode/src/vs/workbench/contrib/codeEditor/browser/diffEditorAccessibilityHelp.js +5 -5
  98. package/vscode/src/vs/workbench/contrib/codeEditor/browser/diffEditorHelper.js +3 -3
  99. package/vscode/src/vs/workbench/contrib/codeEditor/browser/largeFileOptimizations.js +3 -3
  100. package/vscode/src/vs/workbench/contrib/codeEditor/browser/saveParticipants.js +4 -4
  101. package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleMinimap.js +2 -2
  102. package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleMultiCursorModifier.js +4 -4
  103. package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleRenderControlCharacter.js +2 -2
  104. package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleRenderWhitespace.js +2 -2
  105. package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleWordWrap.js +5 -5
  106. package/vscode/src/vs/workbench/contrib/comments/browser/commentService.service.d.ts +3 -3
  107. package/vscode/src/vs/workbench/contrib/comments/browser/commentsAccessibility.js +12 -12
  108. package/vscode/src/vs/workbench/contrib/comments/common/commentContextKeys.js +10 -10
  109. package/vscode/src/vs/workbench/contrib/debug/common/abstractDebugAdapter.js +1 -1
  110. package/vscode/src/vs/workbench/contrib/debug/common/debug.js +64 -64
  111. package/vscode/src/vs/workbench/contrib/debug/common/debug.service.d.ts +1 -1
  112. package/vscode/src/vs/workbench/contrib/debug/common/debugVisualizers.service.d.ts +2 -2
  113. package/vscode/src/vs/workbench/contrib/editSessions/common/editSessions.service.d.ts +3 -3
  114. package/vscode/src/vs/workbench/contrib/extensions/common/extensions.service.d.ts +6 -6
  115. package/vscode/src/vs/workbench/contrib/files/browser/fileConstants.js +6 -6
  116. package/vscode/src/vs/workbench/contrib/files/browser/files.service.d.ts +3 -3
  117. package/vscode/src/vs/workbench/contrib/folding/browser/folding.contribution.js +3 -3
  118. package/vscode/src/vs/workbench/contrib/format/browser/formatActionsMultiple.js +20 -20
  119. package/vscode/src/vs/workbench/contrib/format/browser/formatActionsNone.js +4 -4
  120. package/vscode/src/vs/workbench/contrib/format/browser/formatModified.js +1 -1
  121. package/vscode/src/vs/workbench/contrib/inlayHints/browser/inlayHintsAccessibilty.js +4 -4
  122. package/vscode/src/vs/workbench/contrib/list/browser/listResizeColumnAction.js +2 -2
  123. package/vscode/src/vs/workbench/contrib/list/browser/tableColumnResizeQuickPick.js +5 -5
  124. package/vscode/src/vs/workbench/contrib/logs/common/defaultLogLevels.service.d.ts +1 -1
  125. package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/chatEdit/notebookOriginalCellModelFactory.service.d.ts +1 -1
  126. package/vscode/src/vs/workbench/contrib/notebook/browser/services/notebookEditorService.service.d.ts +5 -5
  127. package/vscode/src/vs/workbench/contrib/notebook/common/notebookCellStatusBarService.service.d.ts +1 -1
  128. package/vscode/src/vs/workbench/contrib/notebook/common/notebookCommon.d.ts +1 -1
  129. package/vscode/src/vs/workbench/contrib/notebook/common/notebookEditorModelResolverService.service.d.ts +3 -3
  130. package/vscode/src/vs/workbench/contrib/notebook/common/notebookExecutionService.d.ts +1 -1
  131. package/vscode/src/vs/workbench/contrib/notebook/common/notebookExecutionStateService.service.d.ts +1 -1
  132. package/vscode/src/vs/workbench/contrib/notebook/common/notebookService.service.d.ts +7 -7
  133. package/vscode/src/vs/workbench/contrib/output/common/outputChannelModelService.service.d.ts +1 -1
  134. package/vscode/src/vs/workbench/contrib/scm/browser/diff.service.d.ts +2 -2
  135. package/vscode/src/vs/workbench/contrib/scm/browser/dirtyDiffSwitcher.js +2 -2
  136. package/vscode/src/vs/workbench/contrib/scm/browser/dirtydiffDecorator.js +23 -23
  137. package/vscode/src/vs/workbench/contrib/scm/common/quickDiff.service.d.ts +2 -2
  138. package/vscode/src/vs/workbench/contrib/scm/common/scm.service.d.ts +3 -4
  139. package/vscode/src/vs/workbench/contrib/search/browser/replace.service.d.ts +1 -1
  140. package/vscode/src/vs/workbench/contrib/snippets/browser/snippetCompletionProvider.js +3 -3
  141. package/vscode/src/vs/workbench/contrib/snippets/browser/snippets.service.d.ts +1 -1
  142. package/vscode/src/vs/workbench/contrib/snippets/browser/snippetsFile.js +3 -3
  143. package/vscode/src/vs/workbench/contrib/snippets/browser/snippetsService.js +9 -9
  144. package/vscode/src/vs/workbench/contrib/speech/common/speechService.js +29 -29
  145. package/vscode/src/vs/workbench/contrib/tags/common/workspaceTags.service.d.ts +1 -1
  146. package/vscode/src/vs/workbench/contrib/tasks/common/taskDefinitionRegistry.js +5 -5
  147. package/vscode/src/vs/workbench/contrib/tasks/common/taskService.service.d.ts +3 -3
  148. package/vscode/src/vs/workbench/contrib/tasks/common/tasks.js +3 -3
  149. package/vscode/src/vs/workbench/contrib/terminal/browser/terminal.service.d.ts +10 -11
  150. package/vscode/src/vs/workbench/contrib/terminal/common/terminal.service.d.ts +4 -5
  151. package/vscode/src/vs/workbench/contrib/terminalContrib/links/browser/links.service.d.ts +1 -1
  152. package/vscode/src/vs/workbench/contrib/testing/common/constants.js +11 -11
  153. package/vscode/src/vs/workbench/contrib/testing/common/testCoverageService.service.d.ts +1 -1
  154. package/vscode/src/vs/workbench/contrib/testing/common/testExplorerFilterState.service.d.ts +1 -1
  155. package/vscode/src/vs/workbench/contrib/testing/common/testProfileService.service.d.ts +1 -1
  156. package/vscode/src/vs/workbench/contrib/testing/common/testResultService.service.d.ts +2 -2
  157. package/vscode/src/vs/workbench/contrib/testing/common/testService.service.d.ts +1 -1
  158. package/vscode/src/vs/workbench/contrib/testing/common/testTypes.js +3 -3
  159. package/vscode/src/vs/workbench/contrib/testing/common/testingDecorations.service.d.ts +1 -1
  160. package/vscode/src/vs/workbench/contrib/testing/common/testingPeekOpener.service.d.ts +2 -2
  161. package/vscode/src/vs/workbench/contrib/timeline/common/timeline.service.d.ts +1 -1
  162. package/vscode/src/vs/workbench/contrib/webview/browser/webview.service.d.ts +1 -1
  163. package/vscode/src/vs/workbench/contrib/webviewPanel/browser/webviewWorkbenchService.service.d.ts +3 -3
  164. package/vscode/src/vs/workbench/services/configurationResolver/common/configurationResolver.service.d.ts +2 -2
  165. package/vscode/src/vs/workbench/services/configurationResolver/common/variableResolver.js +15 -15
  166. package/vscode/src/vs/workbench/services/decorations/common/decorations.service.d.ts +1 -1
  167. package/vscode/src/vs/workbench/services/editor/common/editorGroupsService.service.d.ts +2 -2
  168. package/vscode/src/vs/workbench/services/editor/common/editorPaneService.service.d.ts +1 -1
  169. package/vscode/src/vs/workbench/services/editor/common/editorResolverService.js +1 -1
  170. package/vscode/src/vs/workbench/services/editor/common/editorResolverService.service.d.ts +2 -2
  171. package/vscode/src/vs/workbench/services/editor/common/editorService.service.d.ts +6 -6
  172. package/vscode/src/vs/workbench/services/environment/common/environmentService.service.d.ts +2 -2
  173. package/vscode/src/vs/workbench/services/environment/common/environmentService.service.js +1 -1
  174. package/vscode/src/vs/workbench/services/extensionManagement/common/extensionFeatures.service.d.ts +1 -1
  175. package/vscode/src/vs/workbench/services/extensionManagement/common/extensionManagement.service.d.ts +5 -9
  176. package/vscode/src/vs/workbench/services/extensionManagement/common/extensionManagement.service.js +1 -1
  177. package/vscode/src/vs/workbench/services/extensionRecommendations/common/extensionRecommendations.service.d.ts +1 -2
  178. package/vscode/src/vs/workbench/services/extensions/common/extensionManifestPropertiesService.service.d.ts +1 -1
  179. package/vscode/src/vs/workbench/services/extensions/common/extensions.d.ts +1 -0
  180. package/vscode/src/vs/workbench/services/extensions/common/extensions.service.d.ts +2 -2
  181. package/vscode/src/vs/workbench/services/extensions/common/extensionsRegistry.js +83 -83
  182. package/vscode/src/vs/workbench/services/files/common/elevatedFileService.service.d.ts +2 -2
  183. package/vscode/src/vs/workbench/services/filesConfiguration/common/filesConfigurationService.service.d.ts +3 -3
  184. package/vscode/src/vs/workbench/services/history/common/history.service.d.ts +1 -1
  185. package/vscode/src/vs/workbench/services/host/browser/host.service.d.ts +1 -1
  186. package/vscode/src/vs/workbench/services/language/common/languageService.js +28 -28
  187. package/vscode/src/vs/workbench/services/layout/browser/layoutService.service.d.ts +5 -4
  188. package/vscode/src/vs/workbench/services/panecomposite/browser/panecomposite.service.d.ts +1 -1
  189. package/vscode/src/vs/workbench/services/preferences/common/preferences.service.d.ts +1 -1
  190. package/vscode/src/vs/workbench/services/remote/common/remoteAgentService.service.d.ts +2 -2
  191. package/vscode/src/vs/workbench/services/remote/common/remoteExplorerService.js +8 -8
  192. package/vscode/src/vs/workbench/services/remote/common/remoteExplorerService.service.d.ts +3 -3
  193. package/vscode/src/vs/workbench/services/remote/common/tunnelModel.js +6 -6
  194. package/vscode/src/vs/workbench/services/search/common/queryBuilder.js +1 -1
  195. package/vscode/src/vs/workbench/services/statusbar/browser/statusbar.service.d.ts +1 -1
  196. package/vscode/src/vs/workbench/services/textMate/browser/textMateTokenizationFeature.service.d.ts +1 -1
  197. package/vscode/src/vs/workbench/services/textfile/common/textEditorService.service.d.ts +1 -1
  198. package/vscode/src/vs/workbench/services/textfile/common/textfiles.service.d.ts +4 -4
  199. package/vscode/src/vs/workbench/services/themes/common/colorExtensionPoint.js +22 -22
  200. package/vscode/src/vs/workbench/services/themes/common/iconExtensionPoint.js +14 -14
  201. package/vscode/src/vs/workbench/services/themes/common/productIconThemeSchema.js +8 -8
  202. package/vscode/src/vs/workbench/services/title/browser/titleService.service.d.ts +1 -1
  203. package/vscode/src/vs/workbench/services/userDataProfile/common/userDataProfile.service.d.ts +4 -6
  204. package/vscode/src/vs/workbench/services/userDataSync/common/userDataSync.js +11 -11
  205. package/vscode/src/vs/workbench/services/userDataSync/common/userDataSync.service.d.ts +1 -1
  206. package/vscode/src/vs/workbench/services/views/common/viewsService.service.d.ts +1 -1
  207. package/vscode/src/vs/workbench/services/workingCopy/common/workingCopyBackup.service.d.ts +1 -1
  208. package/vscode/src/vs/workbench/services/workingCopy/common/workingCopyEditorService.service.d.ts +1 -1
  209. package/vscode/src/vs/workbench/services/workingCopy/common/workingCopyFileService.service.d.ts +3 -3
  210. package/vscode/src/vs/workbench/services/workingCopy/common/workingCopyHistory.service.d.ts +1 -1
  211. package/vscode/src/vs/workbench/services/workingCopy/common/workingCopyService.service.d.ts +1 -1
  212. package/vscode/src/vs/workbench/services/workspaces/common/workspaceEditing.service.d.ts +1 -1
@@ -1,10 +1,10 @@
1
1
  import { Event } from "../../../../base/common/event.js";
2
+ import { IMarkdownString } from "../../../../base/common/htmlContent.js";
2
3
  import { IDisposable } from "../../../../base/common/lifecycle.js";
3
- import { IBaseFileStat } from "../../../../platform/files/common/files.js";
4
4
  import { URI } from "../../../../base/common/uri.js";
5
- import { IMarkdownString } from "../../../../base/common/htmlContent.js";
6
- import { EditorInput } from "../../../common/editor/editorInput.js";
5
+ import { IBaseFileStat } from "../../../../platform/files/common/files.js";
7
6
  import { SaveReason } from "../../../common/editor.js";
7
+ import { EditorInput } from "../../../common/editor/editorInput.js";
8
8
  import { IAutoSaveConfiguration, IAutoSaveMode } from "@codingame/monaco-vscode-a4683c2b-a0d2-5112-96ba-eedc605346d2-common/vscode/vs/workbench/services/filesConfiguration/common/filesConfigurationService";
9
9
  export declare const IFilesConfigurationService: import("../../../../platform/instantiation/common/instantiation.js").ServiceIdentifier<IFilesConfigurationService>;
10
10
  export interface IFilesConfigurationService {
@@ -1,7 +1,7 @@
1
+ import { URI } from "../../../../base/common/uri.js";
1
2
  import { IResourceEditorInput } from "../../../../platform/editor/common/editor.js";
2
3
  import { GroupIdentifier } from "../../../common/editor.js";
3
4
  import { EditorInput } from "../../../common/editor/editorInput.js";
4
- import { URI } from "../../../../base/common/uri.js";
5
5
  import { GoFilter } from "./history.js";
6
6
  export declare const IHistoryService: import("../../../../platform/instantiation/common/instantiation.js").ServiceIdentifier<IHistoryService>;
7
7
  export interface IHistoryService {
@@ -1,6 +1,6 @@
1
1
  import { VSBuffer } from "../../../../base/common/buffer.js";
2
2
  import { Event } from "../../../../base/common/event.js";
3
- import { IWindowOpenable, IOpenWindowOptions, IOpenEmptyWindowOptions, IPoint, IRectangle } from "../../../../platform/window/common/window.js";
3
+ import { IOpenEmptyWindowOptions, IWindowOpenable, IOpenWindowOptions, IPoint, IRectangle } from "../../../../platform/window/common/window.js";
4
4
  export declare const IHostService: import("../../../../platform/instantiation/common/instantiation.js").ServiceIdentifier<IHostService>;
5
5
  export interface IHostService {
6
6
  readonly _serviceBrand: undefined;
@@ -23,25 +23,25 @@ import { isString } from '../../../../base/common/types.js';
23
23
  const languagesExtPoint = ExtensionsRegistry.registerExtensionPoint({
24
24
  extensionPoint: 'languages',
25
25
  jsonSchema: {
26
- description: ( localize(11628, 'Contributes language declarations.')),
26
+ description: ( localize(11646, 'Contributes language declarations.')),
27
27
  type: 'array',
28
28
  items: {
29
29
  type: 'object',
30
30
  defaultSnippets: [{ body: { id: '${1:languageId}', aliases: ['${2:label}'], extensions: ['${3:extension}'], configuration: './language-configuration.json' } }],
31
31
  properties: {
32
32
  id: {
33
- description: ( localize(11629, 'ID of the language.')),
33
+ description: ( localize(11647, 'ID of the language.')),
34
34
  type: 'string'
35
35
  },
36
36
  aliases: {
37
- description: ( localize(11630, 'Name aliases for the language.')),
37
+ description: ( localize(11648, 'Name aliases for the language.')),
38
38
  type: 'array',
39
39
  items: {
40
40
  type: 'string'
41
41
  }
42
42
  },
43
43
  extensions: {
44
- description: ( localize(11631, 'File extensions associated to the language.')),
44
+ description: ( localize(11649, 'File extensions associated to the language.')),
45
45
  default: ['.foo'],
46
46
  type: 'array',
47
47
  items: {
@@ -49,21 +49,21 @@ const languagesExtPoint = ExtensionsRegistry.registerExtensionPoint({
49
49
  }
50
50
  },
51
51
  filenames: {
52
- description: ( localize(11632, 'File names associated to the language.')),
52
+ description: ( localize(11650, 'File names associated to the language.')),
53
53
  type: 'array',
54
54
  items: {
55
55
  type: 'string'
56
56
  }
57
57
  },
58
58
  filenamePatterns: {
59
- description: ( localize(11633, 'File name glob patterns associated to the language.')),
59
+ description: ( localize(11651, 'File name glob patterns associated to the language.')),
60
60
  type: 'array',
61
61
  items: {
62
62
  type: 'string'
63
63
  }
64
64
  },
65
65
  mimetypes: {
66
- description: ( localize(11634, 'Mime types associated to the language.')),
66
+ description: ( localize(11652, 'Mime types associated to the language.')),
67
67
  type: 'array',
68
68
  items: {
69
69
  type: 'string'
@@ -71,14 +71,14 @@ const languagesExtPoint = ExtensionsRegistry.registerExtensionPoint({
71
71
  },
72
72
  firstLine: {
73
73
  description: ( localize(
74
- 11635,
74
+ 11653,
75
75
  'A regular expression matching the first line of a file of the language.'
76
76
  )),
77
77
  type: 'string'
78
78
  },
79
79
  configuration: {
80
80
  description: ( localize(
81
- 11636,
81
+ 11654,
82
82
  'A relative path to a file containing configuration options for the language.'
83
83
  )),
84
84
  type: 'string',
@@ -87,16 +87,16 @@ const languagesExtPoint = ExtensionsRegistry.registerExtensionPoint({
87
87
  icon: {
88
88
  type: 'object',
89
89
  description: ( localize(
90
- 11637,
90
+ 11655,
91
91
  'A icon to use as file icon, if no icon theme provides one for the language.'
92
92
  )),
93
93
  properties: {
94
94
  light: {
95
- description: ( localize(11638, 'Icon path when a light theme is used')),
95
+ description: ( localize(11656, 'Icon path when a light theme is used')),
96
96
  type: 'string'
97
97
  },
98
98
  dark: {
99
- description: ( localize(11639, 'Icon path when a dark theme is used')),
99
+ description: ( localize(11657, 'Icon path when a dark theme is used')),
100
100
  type: 'string'
101
101
  }
102
102
  }
@@ -170,11 +170,11 @@ class LanguageTableRenderer extends Disposable {
170
170
  return { data: { headers: [], rows: [] }, dispose: () => { } };
171
171
  }
172
172
  const headers = [
173
- ( localize(11640, "ID")),
174
- ( localize(11641, "Name")),
175
- ( localize(11642, "File Extensions")),
176
- ( localize(11643, "Grammar")),
177
- ( localize(11644, "Snippets"))
173
+ ( localize(11658, "ID")),
174
+ ( localize(11659, "Name")),
175
+ ( localize(11660, "File Extensions")),
176
+ ( localize(11661, "Grammar")),
177
+ ( localize(11662, "Snippets"))
178
178
  ];
179
179
  const rows = ( languages.sort((a, b) => a.id.localeCompare(b.id))
180
180
  .map(l => {
@@ -196,7 +196,7 @@ class LanguageTableRenderer extends Disposable {
196
196
  }
197
197
  ( Registry.as(Extensions.ExtensionFeaturesRegistry)).registerExtensionFeature({
198
198
  id: 'languages',
199
- label: ( localize(11645, "Programming Languages")),
199
+ label: ( localize(11663, "Programming Languages")),
200
200
  access: {
201
201
  canToggle: false
202
202
  },
@@ -214,7 +214,7 @@ let WorkbenchLanguageService = class WorkbenchLanguageService extends LanguageSe
214
214
  const extension = extensions[i];
215
215
  if (!Array.isArray(extension.value)) {
216
216
  extension.collector.error(( localize(
217
- 11646,
217
+ 11664,
218
218
  "Invalid `contributes.{0}`. Expected an array.",
219
219
  languagesExtPoint.name
220
220
  )));
@@ -294,16 +294,16 @@ function isUndefinedOrStringArray(value) {
294
294
  }
295
295
  function isValidLanguageExtensionPoint(value, collector) {
296
296
  if (!value) {
297
- collector?.error(( localize(11647, "Empty value for `contributes.{0}`", languagesExtPoint.name)));
297
+ collector?.error(( localize(11665, "Empty value for `contributes.{0}`", languagesExtPoint.name)));
298
298
  return false;
299
299
  }
300
300
  if (typeof value.id !== 'string') {
301
- collector?.error(( localize(11648, "property `{0}` is mandatory and must be of type `string`", 'id')));
301
+ collector?.error(( localize(11666, "property `{0}` is mandatory and must be of type `string`", 'id')));
302
302
  return false;
303
303
  }
304
304
  if (!isUndefinedOrStringArray(value.extensions)) {
305
305
  collector?.error(( localize(
306
- 11649,
306
+ 11667,
307
307
  "property `{0}` can be omitted and must be of type `string[]`",
308
308
  'extensions'
309
309
  )));
@@ -311,7 +311,7 @@ function isValidLanguageExtensionPoint(value, collector) {
311
311
  }
312
312
  if (!isUndefinedOrStringArray(value.filenames)) {
313
313
  collector?.error(( localize(
314
- 11650,
314
+ 11668,
315
315
  "property `{0}` can be omitted and must be of type `string[]`",
316
316
  'filenames'
317
317
  )));
@@ -319,7 +319,7 @@ function isValidLanguageExtensionPoint(value, collector) {
319
319
  }
320
320
  if (typeof value.firstLine !== 'undefined' && typeof value.firstLine !== 'string') {
321
321
  collector?.error(( localize(
322
- 11651,
322
+ 11669,
323
323
  "property `{0}` can be omitted and must be of type `string`",
324
324
  'firstLine'
325
325
  )));
@@ -327,7 +327,7 @@ function isValidLanguageExtensionPoint(value, collector) {
327
327
  }
328
328
  if (typeof value.configuration !== 'undefined' && typeof value.configuration !== 'string') {
329
329
  collector?.error(( localize(
330
- 11652,
330
+ 11670,
331
331
  "property `{0}` can be omitted and must be of type `string`",
332
332
  'configuration'
333
333
  )));
@@ -335,7 +335,7 @@ function isValidLanguageExtensionPoint(value, collector) {
335
335
  }
336
336
  if (!isUndefinedOrStringArray(value.aliases)) {
337
337
  collector?.error(( localize(
338
- 11653,
338
+ 11671,
339
339
  "property `{0}` can be omitted and must be of type `string[]`",
340
340
  'aliases'
341
341
  )));
@@ -343,7 +343,7 @@ function isValidLanguageExtensionPoint(value, collector) {
343
343
  }
344
344
  if (!isUndefinedOrStringArray(value.mimetypes)) {
345
345
  collector?.error(( localize(
346
- 11654,
346
+ 11672,
347
347
  "property `{0}` can be omitted and must be of type `string[]`",
348
348
  'mimetypes'
349
349
  )));
@@ -352,7 +352,7 @@ function isValidLanguageExtensionPoint(value, collector) {
352
352
  if (typeof value.icon !== 'undefined') {
353
353
  if (typeof value.icon !== 'object' || typeof value.icon.light !== 'string' || typeof value.icon.dark !== 'string') {
354
354
  collector?.error(( localize(
355
- 11655,
355
+ 11673,
356
356
  "property `{0}` can be omitted and must be of type `object` with properties `{1}` and `{2}` of type `string`",
357
357
  'icon',
358
358
  'light',
@@ -1,10 +1,11 @@
1
+ import { IDimension } from "../../../../base/browser/dom.js";
2
+ import { Direction } from "@codingame/monaco-vscode-6980eeab-47bb-5a48-8e15-32caf0785565-common/vscode/vs/base/browser/ui/grid/grid";
3
+ import { IViewSize } from "@codingame/monaco-vscode-6980eeab-47bb-5a48-8e15-32caf0785565-common/vscode/vs/base/browser/ui/grid/gridview";
1
4
  import { Event } from "../../../../base/common/event.js";
5
+ import { IDisposable } from "../../../../base/common/lifecycle.js";
2
6
  import { ILayoutService } from "../../../../platform/layout/browser/layoutService.service.js";
3
7
  import { Part } from "@codingame/monaco-vscode-d8236b3b-b91a-522d-89f4-94d70a546f6a-common/vscode/vs/workbench/browser/part";
4
- import { IDimension } from "../../../../base/browser/dom.js";
5
- import { Direction, IViewSize } from "@codingame/monaco-vscode-6980eeab-47bb-5a48-8e15-32caf0785565-common/vscode/vs/base/browser/ui/grid/grid";
6
- import { IDisposable } from "../../../../base/common/lifecycle.js";
7
- import { PanelAlignment, Parts, SINGLE_WINDOW_PARTS, MULTI_WINDOW_PARTS, Position } from "@codingame/monaco-vscode-e571cbbb-526b-5d8b-92c5-a0437d2dabb3-common/vscode/vs/workbench/services/layout/browser/layoutService";
8
+ import { PanelAlignment, Parts, SINGLE_WINDOW_PARTS, MULTI_WINDOW_PARTS, Position } from "@codingame/monaco-vscode-e7080bda-ce3e-5243-9a35-98cd9634dbda-common/vscode/vs/workbench/services/layout/browser/layoutService";
8
9
  export declare const IWorkbenchLayoutService: import("../../../../platform/instantiation/common/instantiation.js").ServiceIdentifier<IWorkbenchLayoutService>;
9
10
  export interface IWorkbenchLayoutService extends ILayoutService {
10
11
  readonly _serviceBrand: undefined;
@@ -1,6 +1,6 @@
1
1
  import { Event } from "../../../../base/common/event.js";
2
- import { PaneCompositeDescriptor } from "@codingame/monaco-vscode-b8988f79-16c1-5bff-b0e7-699bab3431da-common/vscode/vs/workbench/browser/panecomposite";
3
2
  import { IProgressIndicator } from "../../../../platform/progress/common/progress.js";
3
+ import { PaneCompositeDescriptor } from "@codingame/monaco-vscode-b8988f79-16c1-5bff-b0e7-699bab3431da-common/vscode/vs/workbench/browser/panecomposite";
4
4
  import { IPaneComposite } from "../../../common/panecomposite.js";
5
5
  import { ViewContainerLocation } from "../../../common/views.js";
6
6
  export declare const IPaneCompositePartService: import("../../../../platform/instantiation/common/instantiation.js").ServiceIdentifier<IPaneCompositePartService>;
@@ -3,8 +3,8 @@ import { URI } from "../../../../base/common/uri.js";
3
3
  import { ConfigurationTarget } from "../../../../platform/configuration/common/configuration.js";
4
4
  import { IEditorPane } from "../../../common/editor.js";
5
5
  import { EditorInput } from "../../../common/editor/editorInput.js";
6
- import { Settings2EditorModel } from "@codingame/monaco-vscode-preferences-service-override/vscode/vs/workbench/services/preferences/common/preferencesModels";
7
6
  import { IPreferencesEditorModel, ISetting, IOpenSettingsOptions, IKeybindingsEditorOptions } from "@codingame/monaco-vscode-4a36e358-d94d-55e0-86ee-3bcd543d9d3f-common/vscode/vs/workbench/services/preferences/common/preferences";
7
+ import { Settings2EditorModel } from "@codingame/monaco-vscode-preferences-service-override/vscode/vs/workbench/services/preferences/common/preferencesModels";
8
8
  export declare const IPreferencesService: import("../../../../platform/instantiation/common/instantiation.js").ServiceIdentifier<IPreferencesService>;
9
9
  export interface IPreferencesService {
10
10
  readonly _serviceBrand: undefined;
@@ -1,6 +1,6 @@
1
- import { IRemoteAgentEnvironment } from "../../../../platform/remote/common/remoteAgentEnvironment.js";
2
1
  import { IDiagnosticInfoOptions, IDiagnosticInfo } from "../../../../platform/diagnostics/common/diagnostics.js";
3
- import { ITelemetryData, TelemetryLevel } from "../../../../platform/telemetry/common/telemetry.js";
2
+ import { IRemoteAgentEnvironment } from "../../../../platform/remote/common/remoteAgentEnvironment.js";
3
+ import { TelemetryLevel, ITelemetryData } from "../../../../platform/telemetry/common/telemetry.js";
4
4
  import { IRemoteAgentConnection, IExtensionHostExitInfo } from "@codingame/monaco-vscode-remote-agent-service-override/vscode/vs/workbench/services/remote/common/remoteAgentService";
5
5
  export declare const IRemoteAgentService: import("../../../../platform/instantiation/common/instantiation.js").ServiceIdentifier<IRemoteAgentService>;
6
6
  export interface IRemoteAgentService {
@@ -38,7 +38,7 @@ const getStartedWalkthrough = {
38
38
  required: ['id'],
39
39
  properties: {
40
40
  id: {
41
- description: ( localize(11717, 'The ID of a Get Started walkthrough to open.')),
41
+ description: ( localize(11735, 'The ID of a Get Started walkthrough to open.')),
42
42
  type: 'string'
43
43
  },
44
44
  }
@@ -46,12 +46,12 @@ const getStartedWalkthrough = {
46
46
  const remoteHelpExtPoint = ExtensionsRegistry.registerExtensionPoint({
47
47
  extensionPoint: 'remoteHelp',
48
48
  jsonSchema: {
49
- description: ( localize(11718, 'Contributes help information for Remote')),
49
+ description: ( localize(11736, 'Contributes help information for Remote')),
50
50
  type: 'object',
51
51
  properties: {
52
52
  'getStarted': {
53
53
  description: ( localize(
54
- 11719,
54
+ 11737,
55
55
  "The url, or a command that returns the url, to your project's Getting Started page, or a walkthrough ID contributed by your project's extension"
56
56
  )),
57
57
  oneOf: [
@@ -61,29 +61,29 @@ const remoteHelpExtPoint = ExtensionsRegistry.registerExtensionPoint({
61
61
  },
62
62
  'documentation': {
63
63
  description: ( localize(
64
- 11720,
64
+ 11738,
65
65
  "The url, or a command that returns the url, to your project's documentation page"
66
66
  )),
67
67
  type: 'string'
68
68
  },
69
69
  'feedback': {
70
70
  description: ( localize(
71
- 11721,
71
+ 11739,
72
72
  "The url, or a command that returns the url, to your project's feedback reporter"
73
73
  )),
74
74
  type: 'string',
75
- markdownDeprecationMessage: ( localize(11722, "Use {0} instead", '`reportIssue`'))
75
+ markdownDeprecationMessage: ( localize(11740, "Use {0} instead", '`reportIssue`'))
76
76
  },
77
77
  'reportIssue': {
78
78
  description: ( localize(
79
- 11723,
79
+ 11741,
80
80
  "The url, or a command that returns the url, to your project's issue reporter"
81
81
  )),
82
82
  type: 'string'
83
83
  },
84
84
  'issues': {
85
85
  description: ( localize(
86
- 11724,
86
+ 11742,
87
87
  "The url, or a command that returns the url, to your project's issues list"
88
88
  )),
89
89
  type: 'string'
@@ -1,11 +1,11 @@
1
1
  import { Event } from "../../../../base/common/event.js";
2
- import { RemoteTunnel } from "../../../../platform/tunnel/common/tunnel.js";
3
2
  import { IDisposable } from "../../../../base/common/lifecycle.js";
4
- import { IEditableData } from "../../../common/views.js";
5
3
  import { TunnelInformation } from "../../../../platform/remote/common/remoteAuthorityResolver.js";
6
- import { Attributes, CandidatePort, TunnelCloseReason, TunnelModel, TunnelProperties } from "./tunnelModel.js";
4
+ import { RemoteTunnel } from "../../../../platform/tunnel/common/tunnel.js";
5
+ import { IEditableData } from "../../../common/views.js";
7
6
  import { IExtensionPointUser } from "../../extensions/common/extensionsRegistry.js";
8
7
  import { HelpInformation, ITunnelItem, TunnelEditId, PortsEnablement } from "./remoteExplorerService.js";
8
+ import { TunnelModel, TunnelProperties, Attributes, TunnelCloseReason, CandidatePort } from "./tunnelModel.js";
9
9
  export declare const IRemoteExplorerService: import("../../../../platform/instantiation/common/instantiation.js").ServiceIdentifier<IRemoteExplorerService>;
10
10
  export interface IRemoteExplorerService {
11
11
  readonly _serviceBrand: undefined;
@@ -28,8 +28,8 @@ const TUNNELS_TO_RESTORE = 'remote.tunnels.toRestore';
28
28
  const TUNNELS_TO_RESTORE_EXPIRATION = 'remote.tunnels.toRestoreExpiration';
29
29
  const RESTORE_EXPIRATION_TIME = 1000 * 60 * 60 * 24 * 14;
30
30
  const ACTIVATION_EVENT = 'onTunnel';
31
- const forwardedPortsFeaturesEnabled = ( new RawContextKey('forwardedPortsViewEnabled', false, ( localize(11725, "Whether the Ports view is enabled."))));
32
- const forwardedPortsViewEnabled = ( new RawContextKey('forwardedPortsViewOnlyEnabled', false, ( localize(11725, "Whether the Ports view is enabled."))));
31
+ const forwardedPortsFeaturesEnabled = ( new RawContextKey('forwardedPortsViewEnabled', false, ( localize(11743, "Whether the Ports view is enabled."))));
32
+ const forwardedPortsViewEnabled = ( new RawContextKey('forwardedPortsViewOnlyEnabled', false, ( localize(11743, "Whether the Ports view is enabled."))));
33
33
  function parseAddress(address) {
34
34
  const matches = address.match(/^([a-zA-Z0-9_-]+(?:\.[a-zA-Z0-9_-]+)*:)?([0-9]+)$/);
35
35
  if (!matches) {
@@ -51,11 +51,11 @@ var TunnelSource;
51
51
  })(TunnelSource || (TunnelSource = {}));
52
52
  const UserTunnelSource = {
53
53
  source: TunnelSource.User,
54
- description: ( localize(11726, "User Forwarded"))
54
+ description: ( localize(11744, "User Forwarded"))
55
55
  };
56
56
  const AutoTunnelSource = {
57
57
  source: TunnelSource.Auto,
58
- description: ( localize(11727, "Auto Forwarded"))
58
+ description: ( localize(11745, "Auto Forwarded"))
59
59
  };
60
60
  function mapHasAddress(map, host, port) {
61
61
  const initialAddress = map.get(makeAddress(host, port));
@@ -569,7 +569,7 @@ let TunnelModel = class TunnelModel extends Disposable {
569
569
  }
570
570
  this.mismatchCooldown = newCooldown;
571
571
  const mismatchString = ( localize(
572
- 11728,
572
+ 11746,
573
573
  "Local port {0} could not be used for forwarding to remote port {1}.\n\nThis usually happens when there is already another process using local port {0}.\n\nPort number {2} has been used instead.",
574
574
  expectedLocal,
575
575
  tunnel.tunnelRemotePort,
@@ -736,7 +736,7 @@ let TunnelModel = class TunnelModel extends Disposable {
736
736
  privacy: TunnelPrivacyId.ConstantPrivate,
737
737
  source: {
738
738
  source: TunnelSource.Extension,
739
- description: ( localize(11729, "Statically Forwarded"))
739
+ description: ( localize(11747, "Statically Forwarded"))
740
740
  }
741
741
  });
742
742
  this.tunnelService.setEnvironmentTunnel(tunnel.remoteAddress.host, tunnel.remoteAddress.port, localAddress, TunnelPrivacyId.ConstantPrivate, TunnelProtocol.Http);
@@ -354,7 +354,7 @@ let QueryBuilder = class QueryBuilder {
354
354
  else {
355
355
  const probableWorkspaceFolderNameMatch = searchPath.match(/\.[\/\\](.+)[\/\\]?/);
356
356
  const probableWorkspaceFolderName = probableWorkspaceFolderNameMatch ? probableWorkspaceFolderNameMatch[1] : searchPath;
357
- const searchPathNotFoundError = ( localize(11732, "Workspace folder does not exist: {0}", probableWorkspaceFolderName));
357
+ const searchPathNotFoundError = ( localize(11750, "Workspace folder does not exist: {0}", probableWorkspaceFolderName));
358
358
  throw ( new Error(searchPathNotFoundError));
359
359
  }
360
360
  }
@@ -1,5 +1,5 @@
1
1
  import { DisposableStore } from "../../../../base/common/lifecycle.js";
2
- import { IAuxiliaryStatusbarPart, IStatusbarEntryContainer } from "@codingame/monaco-vscode-view-status-bar-service-override/vscode/vs/workbench/browser/parts/statusbar/statusbarPart";
2
+ import { IStatusbarEntryContainer, IAuxiliaryStatusbarPart } from "@codingame/monaco-vscode-view-status-bar-service-override/vscode/vs/workbench/browser/parts/statusbar/statusbarPart";
3
3
  export declare const IStatusbarService: import("../../../../platform/instantiation/common/instantiation.js").ServiceIdentifier<IStatusbarService>;
4
4
  export interface IStatusbarService extends IStatusbarEntryContainer {
5
5
  readonly _serviceBrand: undefined;
@@ -1,4 +1,4 @@
1
- import type { IGrammar } from "vscode-textmate";
1
+ import { IGrammar } from "vscode-textmate";
2
2
  export declare const ITextMateTokenizationService: import("../../../../platform/instantiation/common/instantiation.js").ServiceIdentifier<ITextMateTokenizationService>;
3
3
  export interface ITextMateTokenizationService {
4
4
  readonly _serviceBrand: undefined;
@@ -1,4 +1,4 @@
1
- import { IFileEditorInput, IUntypedEditorInput, IUntypedFileEditorInput } from "../../../common/editor.js";
1
+ import { IUntypedEditorInput, IUntypedFileEditorInput, IFileEditorInput } from "../../../common/editor.js";
2
2
  import { EditorInput } from "../../../common/editor/editorInput.js";
3
3
  export declare const ITextEditorService: import("../../../../platform/instantiation/common/instantiation.js").ServiceIdentifier<ITextEditorService>;
4
4
  export interface ITextEditorService {
@@ -1,10 +1,10 @@
1
- import { URI } from "../../../../base/common/uri.js";
1
+ import { VSBufferReadable, VSBuffer, VSBufferReadableStream } from "../../../../base/common/buffer.js";
2
2
  import { IDisposable } from "../../../../base/common/lifecycle.js";
3
- import { IRevertOptions } from "../../../common/editor.js";
4
3
  import { ReadableStream } from "../../../../base/common/stream.js";
5
- import { IFileStatWithMetadata } from "../../../../platform/files/common/files.js";
4
+ import { URI } from "../../../../base/common/uri.js";
6
5
  import { ITextSnapshot } from "../../../../editor/common/model.js";
7
- import { VSBuffer, VSBufferReadable, VSBufferReadableStream } from "../../../../base/common/buffer.js";
6
+ import { IFileStatWithMetadata } from "../../../../platform/files/common/files.js";
7
+ import { IRevertOptions } from "../../../common/editor.js";
8
8
  import { IUntitledTextEditorModelManager } from "@codingame/monaco-vscode-view-common-service-override/vscode/vs/workbench/services/untitled/common/untitledTextEditorService";
9
9
  import { IFileOperationUndoRedoInfo } from "@codingame/monaco-vscode-base-service-override/vscode/vs/workbench/services/workingCopy/common/workingCopyFileService";
10
10
  import { ITextFileEditorModelManager, IResourceEncodings, ITextFileSaveOptions, ITextFileSaveAsOptions, IReadTextFileOptions, ITextFileContent, ITextFileStreamContent, IWriteTextFileOptions, IReadTextFileEncodingOptions } from "./textfiles.js";
@@ -28,30 +28,30 @@ const colorIdPattern = '^\\w+[.\\w+]*$';
28
28
  const configurationExtPoint = ExtensionsRegistry.registerExtensionPoint({
29
29
  extensionPoint: 'colors',
30
30
  jsonSchema: {
31
- description: ( localize(11792, 'Contributes extension defined themable colors')),
31
+ description: ( localize(11810, 'Contributes extension defined themable colors')),
32
32
  type: 'array',
33
33
  items: {
34
34
  type: 'object',
35
35
  properties: {
36
36
  id: {
37
37
  type: 'string',
38
- description: ( localize(11793, 'The identifier of the themable color')),
38
+ description: ( localize(11811, 'The identifier of the themable color')),
39
39
  pattern: colorIdPattern,
40
40
  patternErrorMessage: ( localize(
41
- 11794,
41
+ 11812,
42
42
  'Identifiers must only contain letters, digits and dots and can not start with a dot'
43
43
  )),
44
44
  },
45
45
  description: {
46
46
  type: 'string',
47
- description: ( localize(11795, 'The description of the themable color')),
47
+ description: ( localize(11813, 'The description of the themable color')),
48
48
  },
49
49
  defaults: {
50
50
  type: 'object',
51
51
  properties: {
52
52
  light: {
53
53
  description: ( localize(
54
- 11796,
54
+ 11814,
55
55
  'The default color for light themes. Either a color value in hex (#RRGGBB[AA]) or the identifier of a themable color which provides the default.'
56
56
  )),
57
57
  type: 'string',
@@ -62,7 +62,7 @@ const configurationExtPoint = ExtensionsRegistry.registerExtensionPoint({
62
62
  },
63
63
  dark: {
64
64
  description: ( localize(
65
- 11797,
65
+ 11815,
66
66
  'The default color for dark themes. Either a color value in hex (#RRGGBB[AA]) or the identifier of a themable color which provides the default.'
67
67
  )),
68
68
  type: 'string',
@@ -73,7 +73,7 @@ const configurationExtPoint = ExtensionsRegistry.registerExtensionPoint({
73
73
  },
74
74
  highContrast: {
75
75
  description: ( localize(
76
- 11798,
76
+ 11816,
77
77
  'The default color for high contrast dark themes. Either a color value in hex (#RRGGBB[AA]) or the identifier of a themable color which provides the default. If not provided, the `dark` color is used as default for high contrast dark themes.'
78
78
  )),
79
79
  type: 'string',
@@ -84,7 +84,7 @@ const configurationExtPoint = ExtensionsRegistry.registerExtensionPoint({
84
84
  },
85
85
  highContrastLight: {
86
86
  description: ( localize(
87
- 11799,
87
+ 11817,
88
88
  'The default color for high contrast light themes. Either a color value in hex (#RRGGBB[AA]) or the identifier of a themable color which provides the default. If not provided, the `light` color is used as default for high contrast light themes.'
89
89
  )),
90
90
  type: 'string',
@@ -107,7 +107,7 @@ class ColorExtensionPoint {
107
107
  const extensionValue = extension.value;
108
108
  const collector = extension.collector;
109
109
  if (!extensionValue || !Array.isArray(extensionValue)) {
110
- collector.error(( localize(11800, "'configuration.colors' must be a array")));
110
+ collector.error(( localize(11818, "'configuration.colors' must be a array")));
111
111
  return;
112
112
  }
113
113
  const parseColorValue = (s, name) => {
@@ -120,7 +120,7 @@ class ColorExtensionPoint {
120
120
  }
121
121
  }
122
122
  collector.error(( localize(
123
- 11801,
123
+ 11819,
124
124
  "{0} must be either a color value in hex (#RRGGBB[AA] or #RGB[A]) or the identifier of a themable color which provides the default.",
125
125
  name
126
126
  )));
@@ -128,19 +128,19 @@ class ColorExtensionPoint {
128
128
  };
129
129
  for (const colorContribution of extensionValue) {
130
130
  if (typeof colorContribution.id !== 'string' || colorContribution.id.length === 0) {
131
- collector.error(( localize(11802, "'configuration.colors.id' must be defined and can not be empty")));
131
+ collector.error(( localize(11820, "'configuration.colors.id' must be defined and can not be empty")));
132
132
  return;
133
133
  }
134
134
  if (!colorContribution.id.match(colorIdPattern)) {
135
135
  collector.error(( localize(
136
- 11803,
136
+ 11821,
137
137
  "'configuration.colors.id' must only contain letters, digits and dots and can not start with a dot"
138
138
  )));
139
139
  return;
140
140
  }
141
141
  if (typeof colorContribution.description !== 'string' || colorContribution.id.length === 0) {
142
142
  collector.error(( localize(
143
- 11804,
143
+ 11822,
144
144
  "'configuration.colors.description' must be defined and can not be empty"
145
145
  )));
146
146
  return;
@@ -148,21 +148,21 @@ class ColorExtensionPoint {
148
148
  const defaults = colorContribution.defaults;
149
149
  if (!defaults || typeof defaults !== 'object' || typeof defaults.light !== 'string' || typeof defaults.dark !== 'string') {
150
150
  collector.error(( localize(
151
- 11805,
151
+ 11823,
152
152
  "'configuration.colors.defaults' must be defined and must contain 'light' and 'dark'"
153
153
  )));
154
154
  return;
155
155
  }
156
156
  if (defaults.highContrast && typeof defaults.highContrast !== 'string') {
157
157
  collector.error(( localize(
158
- 11806,
158
+ 11824,
159
159
  "If defined, 'configuration.colors.defaults.highContrast' must be a string."
160
160
  )));
161
161
  return;
162
162
  }
163
163
  if (defaults.highContrastLight && typeof defaults.highContrastLight !== 'string') {
164
164
  collector.error(( localize(
165
- 11807,
165
+ 11825,
166
166
  "If defined, 'configuration.colors.defaults.highContrastLight' must be a string."
167
167
  )));
168
168
  return;
@@ -198,11 +198,11 @@ class ColorDataRenderer extends Disposable {
198
198
  return { data: { headers: [], rows: [] }, dispose: () => { } };
199
199
  }
200
200
  const headers = [
201
- ( localize(11808, "ID")),
202
- ( localize(11809, "Description")),
203
- ( localize(11810, "Dark Default")),
204
- ( localize(11811, "Light Default")),
205
- ( localize(11812, "High Contrast Default")),
201
+ ( localize(11826, "ID")),
202
+ ( localize(11827, "Description")),
203
+ ( localize(11828, "Dark Default")),
204
+ ( localize(11829, "Light Default")),
205
+ ( localize(11830, "High Contrast Default")),
206
206
  ];
207
207
  const toColor = (colorReference) => colorReference[0] === '#' ? ( Color.fromHex(colorReference)) : undefined;
208
208
  const rows = ( colors.sort((a, b) => a.id.localeCompare(b.id))
@@ -226,7 +226,7 @@ class ColorDataRenderer extends Disposable {
226
226
  }
227
227
  ( Registry.as(Extensions$1.ExtensionFeaturesRegistry)).registerExtensionFeature({
228
228
  id: 'colors',
229
- label: ( localize(11813, "Colors")),
229
+ label: ( localize(11831, "Colors")),
230
230
  access: {
231
231
  canToggle: false
232
232
  },