@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
@@ -135,7 +135,7 @@ class AbstractVariableResolverService {
135
135
  if (filePath) {
136
136
  return normalizeDriveLetter(filePath);
137
137
  }
138
- throw ( new VariableError(variableKind, ( localize(11327, "Variable {0} can not be resolved. Please open an editor.", match))));
138
+ throw ( new VariableError(variableKind, ( localize(11345, "Variable {0} can not be resolved. Please open an editor.", match))));
139
139
  };
140
140
  const getFolderPathForFile = (variableKind) => {
141
141
  const filePath = getFilePath(variableKind);
@@ -146,7 +146,7 @@ class AbstractVariableResolverService {
146
146
  }
147
147
  }
148
148
  throw ( new VariableError(variableKind, ( localize(
149
- 11328,
149
+ 11346,
150
150
  "Variable {0}: can not find workspace folder of '{1}'.",
151
151
  match,
152
152
  basename(filePath)
@@ -159,7 +159,7 @@ class AbstractVariableResolverService {
159
159
  return folder;
160
160
  }
161
161
  throw ( new VariableError(variableKind, ( localize(
162
- 11329,
162
+ 11347,
163
163
  "Variable {0} can not be resolved. No such folder '{1}'.",
164
164
  match,
165
165
  argument
@@ -170,12 +170,12 @@ class AbstractVariableResolverService {
170
170
  }
171
171
  if (this._context.getWorkspaceFolderCount() > 1) {
172
172
  throw ( new VariableError(variableKind, ( localize(
173
- 11330,
173
+ 11348,
174
174
  "Variable {0} can not be resolved in a multi folder workspace. Scope this variable using ':' and a workspace folder name.",
175
175
  match
176
176
  ))));
177
177
  }
178
- throw ( new VariableError(variableKind, ( localize(11331, "Variable {0} can not be resolved. Please open a folder.", match))));
178
+ throw ( new VariableError(variableKind, ( localize(11349, "Variable {0} can not be resolved. Please open a folder.", match))));
179
179
  };
180
180
  switch (variable) {
181
181
  case 'env':
@@ -189,7 +189,7 @@ class AbstractVariableResolverService {
189
189
  return '';
190
190
  }
191
191
  throw ( new VariableError(VariableKind.Env, ( localize(
192
- 11332,
192
+ 11350,
193
193
  "Variable {0} can not be resolved because no environment variable name is given.",
194
194
  match
195
195
  ))));
@@ -198,7 +198,7 @@ class AbstractVariableResolverService {
198
198
  const config = this._context.getConfigurationValue(folderUri, argument);
199
199
  if (isUndefinedOrNull(config)) {
200
200
  throw ( new VariableError(VariableKind.Config, ( localize(
201
- 11333,
201
+ 11351,
202
202
  "Variable {0} can not be resolved because setting '{1}' not found.",
203
203
  match,
204
204
  argument
@@ -206,7 +206,7 @@ class AbstractVariableResolverService {
206
206
  }
207
207
  if (isObject(config)) {
208
208
  throw ( new VariableError(VariableKind.Config, ( localize(
209
- 11334,
209
+ 11352,
210
210
  "Variable {0} can not be resolved because '{1}' is a structured value.",
211
211
  match,
212
212
  argument
@@ -215,7 +215,7 @@ class AbstractVariableResolverService {
215
215
  return config;
216
216
  }
217
217
  throw ( new VariableError(VariableKind.Config, ( localize(
218
- 11335,
218
+ 11353,
219
219
  "Variable {0} can not be resolved because no settings name is given.",
220
220
  match
221
221
  ))));
@@ -228,7 +228,7 @@ class AbstractVariableResolverService {
228
228
  const ext = await this._context.getExtension(argument);
229
229
  if (!ext) {
230
230
  throw ( new VariableError(VariableKind.ExtensionInstallFolder, ( localize(
231
- 11336,
231
+ 11354,
232
232
  "Variable {0} can not be resolved because the extension {1} is not installed.",
233
233
  match,
234
234
  argument
@@ -237,7 +237,7 @@ class AbstractVariableResolverService {
237
237
  return this.fsPath(ext.extensionLocation);
238
238
  }
239
239
  throw ( new VariableError(VariableKind.ExtensionInstallFolder, ( localize(
240
- 11337,
240
+ 11355,
241
241
  "Variable {0} can not be resolved because no extension name is given.",
242
242
  match
243
243
  ))));
@@ -256,7 +256,7 @@ class AbstractVariableResolverService {
256
256
  return environment.userHome;
257
257
  }
258
258
  throw ( new VariableError(VariableKind.UserHome, ( localize(
259
- 11338,
259
+ 11356,
260
260
  "Variable {0} can not be resolved. UserHome path is not defined",
261
261
  match
262
262
  ))));
@@ -267,7 +267,7 @@ class AbstractVariableResolverService {
267
267
  return lineNumber;
268
268
  }
269
269
  throw ( new VariableError(VariableKind.LineNumber, ( localize(
270
- 11339,
270
+ 11357,
271
271
  "Variable {0} can not be resolved. Make sure to have a line selected in the active editor.",
272
272
  match
273
273
  ))));
@@ -278,7 +278,7 @@ class AbstractVariableResolverService {
278
278
  return selectedText;
279
279
  }
280
280
  throw ( new VariableError(VariableKind.SelectedText, ( localize(
281
- 11340,
281
+ 11358,
282
282
  "Variable {0} can not be resolved. Make sure to have some text selected in the active editor.",
283
283
  match
284
284
  ))));
@@ -350,7 +350,7 @@ class AbstractVariableResolverService {
350
350
  return v;
351
351
  }
352
352
  throw ( new VariableError(variableKind, ( localize(
353
- 11341,
353
+ 11359,
354
354
  "Variable {0} can not be resolved because the command has no value.",
355
355
  match
356
356
  ))));
@@ -1,6 +1,6 @@
1
- import { URI } from "../../../../base/common/uri.js";
2
1
  import { Event } from "../../../../base/common/event.js";
3
2
  import { IDisposable } from "../../../../base/common/lifecycle.js";
3
+ import { URI } from "../../../../base/common/uri.js";
4
4
  import { IResourceDecorationChangeEvent, IDecorationsProvider, IDecoration } from "./decorations.js";
5
5
  export declare const IDecorationsService: import("../../../../platform/instantiation/common/instantiation.js").ServiceIdentifier<IDecorationsService>;
6
6
  export interface IDecorationsService {
@@ -1,9 +1,9 @@
1
1
  import { Event } from "../../../../base/common/event.js";
2
- import { IInstantiationService } from "../../../../platform/instantiation/common/instantiation.js";
3
- import { GroupIdentifier, IEditorPartOptions, IEditorPartOptionsChangeEvent } from "../../../common/editor.js";
4
2
  import { IDisposable } from "../../../../base/common/lifecycle.js";
5
3
  import { ContextKeyValue } from "../../../../platform/contextkey/common/contextkey.js";
4
+ import { type IInstantiationService } from "../../../../platform/instantiation/common/instantiation.js";
6
5
  import { IRectangle } from "../../../../platform/window/common/window.js";
6
+ import { GroupIdentifier, IEditorPartOptions, IEditorPartOptionsChangeEvent } from "../../../common/editor.js";
7
7
  import { IEditorGroupsContainer, IAuxiliaryEditorPart, IEditorPart, IEditorGroup, IEditorWorkingSet, IEditorWorkingSetOptions, IEditorGroupContextKeyProvider } from "./editorGroupsService.js";
8
8
  export declare const IEditorGroupsService: import("../../../../platform/instantiation/common/instantiation.js").ServiceIdentifier<IEditorGroupsService>;
9
9
  export interface IEditorGroupsService extends IEditorGroupsContainer {
@@ -1,5 +1,5 @@
1
- import { IWillInstantiateEditorPaneEvent } from "../../../common/editor.js";
2
1
  import { Event } from "../../../../base/common/event.js";
2
+ import { IWillInstantiateEditorPaneEvent } from "../../../common/editor.js";
3
3
  export declare const IEditorPaneService: import("../../../../platform/instantiation/common/instantiation.js").ServiceIdentifier<IEditorPaneService>;
4
4
  export interface IEditorPaneService {
5
5
  readonly _serviceBrand: undefined;
@@ -16,7 +16,7 @@ const editorAssociationsConfigurationNode = {
16
16
  'workbench.editorAssociations': {
17
17
  type: 'object',
18
18
  markdownDescription: ( localize(
19
- 11392,
19
+ 11410,
20
20
  "Configure [glob patterns](https://aka.ms/vscode-glob-patterns) to editors (for example `\"*.hex\": \"hexEditor.hexedit\"`). These have precedence over the default behavior."
21
21
  )),
22
22
  additionalProperties: {
@@ -1,10 +1,10 @@
1
- import * as glob from "../../../../base/common/glob.js";
2
1
  import { Event } from "../../../../base/common/event.js";
2
+ import * as glob from "../../../../base/common/glob.js";
3
3
  import { IDisposable } from "../../../../base/common/lifecycle.js";
4
4
  import { URI } from "../../../../base/common/uri.js";
5
5
  import { IUntypedEditorInput } from "../../../common/editor.js";
6
- import { PreferredGroup } from "./editorService.js";
7
6
  import { EditorAssociations, RegisteredEditorInfo, RegisteredEditorOptions, EditorInputFactoryObject, ResolvedEditor } from "./editorResolverService.js";
7
+ import { PreferredGroup } from "./editorService.js";
8
8
  export declare const IEditorResolverService: import("../../../../platform/instantiation/common/instantiation.js").ServiceIdentifier<IEditorResolverService>;
9
9
  export interface IEditorResolverService {
10
10
  readonly _serviceBrand: undefined;
@@ -1,11 +1,11 @@
1
- import { IResourceEditorInput, IEditorOptions, IResourceEditorInputIdentifier, ITextResourceEditorInput } from "../../../../platform/editor/common/editor.js";
2
- import { IEditorPane, GroupIdentifier, IUntitledTextResourceEditorInput, IResourceDiffEditorInput, ITextDiffEditorPane, IEditorIdentifier, IRevertOptions, EditorsOrder, IVisibleEditorPane, IEditorCloseEvent, IUntypedEditorInput, IFindEditorOptions, IEditorWillOpenEvent } from "../../../common/editor.js";
3
- import { EditorInput } from "../../../common/editor/editorInput.js";
4
1
  import { Event } from "../../../../base/common/event.js";
5
- import { IEditor, IDiffEditor } from "../../../../editor/common/editorCommon.js";
6
- import { ICloseEditorOptions, IEditorGroup, IEditorGroupsContainer } from "./editorGroupsService.js";
7
- import { URI } from "../../../../base/common/uri.js";
8
2
  import { DisposableStore } from "../../../../base/common/lifecycle.js";
3
+ import { URI } from "../../../../base/common/uri.js";
4
+ import { IEditor, IDiffEditor } from "../../../../editor/common/editorCommon.js";
5
+ import { IResourceEditorInput, ITextResourceEditorInput, IEditorOptions, IResourceEditorInputIdentifier } from "../../../../platform/editor/common/editor.js";
6
+ import { IEditorWillOpenEvent, IEditorCloseEvent, IVisibleEditorPane, EditorsOrder, IEditorIdentifier, GroupIdentifier, IEditorPane, IUntitledTextResourceEditorInput, IResourceDiffEditorInput, ITextDiffEditorPane, IUntypedEditorInput, IFindEditorOptions, IRevertOptions } from "../../../common/editor.js";
7
+ import { EditorInput } from "../../../common/editor/editorInput.js";
8
+ import { IEditorGroup, ICloseEditorOptions, IEditorGroupsContainer } from "./editorGroupsService.js";
9
9
  import { IEditorsChangeEvent, SIDE_GROUP_TYPE, ACTIVE_GROUP_TYPE, AUX_WINDOW_GROUP_TYPE, IOpenEditorsOptions, IUntypedEditorReplacement, ISaveEditorsOptions, ISaveEditorsResult, ISaveAllEditorsOptions, IRevertAllEditorsOptions } from "./editorService.js";
10
10
  export declare const IEditorService: import("../../../../platform/instantiation/common/instantiation.js").ServiceIdentifier<IEditorService>;
11
11
  export interface IEditorService {
@@ -1,6 +1,6 @@
1
- import { IPath } from "../../../../platform/window/common/window.js";
2
- import { IEnvironmentService } from "../../../../platform/environment/common/environment.service.js";
3
1
  import { URI } from "../../../../base/common/uri.js";
2
+ import { IEnvironmentService } from "../../../../platform/environment/common/environment.service.js";
3
+ import { IPath } from "../../../../platform/window/common/window.js";
4
4
  export declare const IWorkbenchEnvironmentService: import("../../../../platform/instantiation/common/instantiation.js").ServiceIdentifier<IWorkbenchEnvironmentService>;
5
5
  export interface IWorkbenchEnvironmentService extends IEnvironmentService {
6
6
  readonly logFile: URI;
@@ -1,6 +1,6 @@
1
1
 
2
- import { refineServiceDecorator } from '../../../../platform/instantiation/common/instantiation.js';
3
2
  import { IEnvironmentService } from '../../../../platform/environment/common/environment.service.js';
3
+ import { refineServiceDecorator } from '../../../../platform/instantiation/common/instantiation.js';
4
4
 
5
5
  const IWorkbenchEnvironmentService = refineServiceDecorator(IEnvironmentService);
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { Event } from "../../../../base/common/event.js";
2
- import { ExtensionIdentifier } from "../../../../platform/extensions/common/extensions.js";
3
2
  import Severity from "../../../../base/common/severity.js";
3
+ import { ExtensionIdentifier } from "../../../../platform/extensions/common/extensions.js";
4
4
  import { IExtensionFeatureAccessData } from "./extensionFeatures.js";
5
5
  export declare const IExtensionFeaturesManagementService: import("../../../../platform/instantiation/common/instantiation.js").ServiceIdentifier<IExtensionFeaturesManagementService>;
6
6
  export interface IExtensionFeaturesManagementService {
@@ -1,14 +1,10 @@
1
1
  import { Event } from "../../../../base/common/event.js";
2
- import { DidUninstallExtensionEvent, InstallExtensionResult, DidUpdateExtensionMetadata, type IGalleryExtension, type ILocalExtension, type InstallOptions, type Metadata } from "../../../../platform/extensionManagement/common/extensionManagement.js";
2
+ import { InstallExtensionResult, DidUninstallExtensionEvent, DidUpdateExtensionMetadata, type IGalleryExtension, type ILocalExtension, type InstallOptions, type Metadata } from "../../../../platform/extensionManagement/common/extensionManagement.js";
3
3
  import { IExtensionManagementService } from "../../../../platform/extensionManagement/common/extensionManagement.service.js";
4
- import { DidChangeProfileEvent } from "./extensionManagement.js";
5
- import { IExtensionManagementServer, ExtensionInstallLocation } from "./extensionManagement.js";
6
- import type { ExtensionType, IExtension, IExtensionManifest } from "../../../../platform/extensions/common/extensions.js";
7
- import { InstallExtensionOnServerEvent, UninstallExtensionOnServerEvent, DidUninstallExtensionOnServerEvent, DidChangeProfileForServerEvent, IResourceExtension, IWorkbenchInstallOptions } from "./extensionManagement.js";
8
- import type { IMarkdownString } from "../../../../base/common/htmlContent.js";
9
- import type { URI } from "../../../../base/common/uri.js";
10
- import { EnablementState } from "./extensionManagement.js";
11
- import { ScanOptions, IScannedExtension } from "./extensionManagement.js";
4
+ import { DidChangeProfileEvent, type DidChangeProfileForServerEvent, type DidUninstallExtensionOnServerEvent, type EnablementState, type ExtensionInstallLocation, type IExtensionManagementServer, type InstallExtensionOnServerEvent, type IResourceExtension, type IScannedExtension, type IWorkbenchInstallOptions, type ScanOptions, type UninstallExtensionOnServerEvent } from "./extensionManagement.js";
5
+ import { IExtension, type ExtensionType, type IExtensionManifest } from "../../../../platform/extensions/common/extensions.js";
6
+ import { IMarkdownString } from "../../../../base/common/htmlContent.js";
7
+ import { URI } from "../../../../base/common/uri.js";
12
8
  export declare const IProfileAwareExtensionManagementService: import("../../../../platform/instantiation/common/instantiation.js").ServiceIdentifier<IProfileAwareExtensionManagementService>;
13
9
  export interface IProfileAwareExtensionManagementService extends IExtensionManagementService {
14
10
  readonly onProfileAwareDidInstallExtensions: Event<readonly InstallExtensionResult[]>;
@@ -1,6 +1,6 @@
1
1
 
2
- import { refineServiceDecorator, createDecorator } from '../../../../platform/instantiation/common/instantiation.js';
3
2
  import { IExtensionManagementService } from '../../../../platform/extensionManagement/common/extensionManagement.service.js';
3
+ import { refineServiceDecorator, createDecorator } from '../../../../platform/instantiation/common/instantiation.js';
4
4
 
5
5
  const IProfileAwareExtensionManagementService = refineServiceDecorator(IExtensionManagementService);
6
6
  const IExtensionManagementServerService = ( createDecorator('extensionManagementServerService'));
@@ -1,8 +1,7 @@
1
1
  import { IStringDictionary } from "../../../../base/common/collections.js";
2
2
  import { Event } from "../../../../base/common/event.js";
3
3
  import { URI } from "../../../../base/common/uri.js";
4
- import { IExtensionRecommendationReason } from "@codingame/monaco-vscode-47923ab1-c4c8-58b5-89ac-fa1b998eb5dd-common/vscode/vs/workbench/services/extensionRecommendations/common/extensionRecommendations";
5
- import { IgnoredRecommendationChangeNotification } from "@codingame/monaco-vscode-47923ab1-c4c8-58b5-89ac-fa1b998eb5dd-common/vscode/vs/workbench/services/extensionRecommendations/common/extensionRecommendations";
4
+ import { IExtensionRecommendationReason, type IgnoredRecommendationChangeNotification } from "@codingame/monaco-vscode-47923ab1-c4c8-58b5-89ac-fa1b998eb5dd-common/vscode/vs/workbench/services/extensionRecommendations/common/extensionRecommendations";
6
5
  export declare const IExtensionRecommendationsService: import("../../../../platform/instantiation/common/instantiation.js").ServiceIdentifier<IExtensionRecommendationsService>;
7
6
  export interface IExtensionRecommendationsService {
8
7
  readonly _serviceBrand: undefined;
@@ -1,5 +1,5 @@
1
- import { IExtensionManifest, ExtensionUntrustedWorkspaceSupportType, ExtensionVirtualWorkspaceSupportType, IExtensionIdentifier } from "../../../../platform/extensions/common/extensions.js";
2
1
  import { ExtensionKind } from "../../../../platform/environment/common/environment.js";
2
+ import { IExtensionManifest, IExtensionIdentifier, ExtensionUntrustedWorkspaceSupportType, ExtensionVirtualWorkspaceSupportType } from "../../../../platform/extensions/common/extensions.js";
3
3
  export declare const IExtensionManifestPropertiesService: import("../../../../platform/instantiation/common/instantiation.js").ServiceIdentifier<IExtensionManifestPropertiesService>;
4
4
  export interface IExtensionManifestPropertiesService {
5
5
  readonly _serviceBrand: undefined;
@@ -1,4 +1,5 @@
1
1
  /// <reference path="./vscode-dts/vscode.proposed.d.ts" />
2
+ /// <reference path="./vscode-dts/vscode.d.ts" />
2
3
  import { Event } from "../../../../base/common/event.js";
3
4
  import Severity from "../../../../base/common/severity.js";
4
5
  import { IMessagePassingProtocol } from "@codingame/monaco-vscode-bd6ad8b7-9db3-51a8-9895-0046508c029d-common/vscode/vs/base/parts/ipc/common/ipc";
@@ -1,8 +1,8 @@
1
1
  import { Event } from "../../../../base/common/event.js";
2
- import { ExtensionIdentifier, IExtension, IExtensionContributions, IExtensionDescription } from "../../../../platform/extensions/common/extensions.js";
2
+ import { ExtensionIdentifier, IExtensionDescription, IExtensionContributions, IExtension } from "../../../../platform/extensions/common/extensions.js";
3
3
  import { ExtensionHostKind } from "./extensionHostKind.js";
4
- import { IExtensionPoint } from "./extensionsRegistry.js";
5
4
  import { IWillActivateEvent, IResponsiveStateChangeEvent, WillStopExtensionHostsEvent, ActivationKind, ExtensionActivationReason, ExtensionPointContribution, IExtensionsStatus } from "./extensions.js";
5
+ import { IExtensionPoint } from "./extensionsRegistry.js";
6
6
  export declare const IExtensionService: import("../../../../platform/instantiation/common/instantiation.js").ServiceIdentifier<IExtensionService>;
7
7
  export interface IExtensionService {
8
8
  readonly _serviceBrand: undefined;