@codingame/monaco-vscode-api 23.0.4 → 23.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 (97) hide show
  1. package/package.json +8 -8
  2. package/services.d.ts +1 -1
  3. package/services.js +3 -4
  4. package/vscode/src/vs/base/browser/dom.d.ts +6 -0
  5. package/vscode/src/vs/base/browser/dom.js +12 -3
  6. package/vscode/src/vs/platform/languagePacks/common/languagePacks.service.d.ts +1 -1
  7. package/vscode/src/vs/platform/policy/common/policy.js +27 -4
  8. package/vscode/src/vs/platform/product/common/product.js +1 -1
  9. package/vscode/src/vs/workbench/common/configuration.js +9 -9
  10. package/vscode/src/vs/workbench/common/contextkeys.js +73 -73
  11. package/vscode/src/vs/workbench/common/editor/diffEditorInput.js +1 -1
  12. package/vscode/src/vs/workbench/common/editor/sideBySideEditorInput.js +1 -1
  13. package/vscode/src/vs/workbench/common/editor/textEditorModel.js +1 -1
  14. package/vscode/src/vs/workbench/common/editor.d.ts +1 -1
  15. package/vscode/src/vs/workbench/common/editor.js +4 -4
  16. package/vscode/src/vs/workbench/common/theme.js +160 -160
  17. package/vscode/src/vs/workbench/common/views.js +4 -4
  18. package/vscode/src/vs/workbench/contrib/accessibility/browser/accessibilityConfiguration.js +159 -159
  19. package/vscode/src/vs/workbench/contrib/accessibility/browser/accessibleViewActions.js +12 -12
  20. package/vscode/src/vs/workbench/contrib/chat/browser/chatContextPickService.service.d.ts +1 -1
  21. package/vscode/src/vs/workbench/contrib/chat/browser/chatEditing/chatEditingEditorContextKeys.js +7 -7
  22. package/vscode/src/vs/workbench/contrib/chat/common/chatContextKeys.js +50 -50
  23. package/vscode/src/vs/workbench/contrib/chat/common/chatEditingService.js +2 -2
  24. package/vscode/src/vs/workbench/contrib/chat/common/chatVariableEntries.js +2 -2
  25. package/vscode/src/vs/workbench/contrib/chat/common/languageModelToolsService.js +3 -3
  26. package/vscode/src/vs/workbench/contrib/chat/common/languageModels.js +8 -8
  27. package/vscode/src/vs/workbench/contrib/chat/common/modelPicker/modelPickerWidget.js +1 -1
  28. package/vscode/src/vs/workbench/contrib/chat/common/tools/manageTodoListTool.js +11 -11
  29. package/vscode/src/vs/workbench/contrib/chat/common/tools/runSubagentTool.js +2 -2
  30. package/vscode/src/vs/workbench/contrib/codeActions/browser/codeActionsContribution.js +13 -13
  31. package/vscode/src/vs/workbench/contrib/codeEditor/browser/dictation/editorDictation.js +4 -4
  32. package/vscode/src/vs/workbench/contrib/codeEditor/browser/diffEditorAccessibilityHelp.js +5 -5
  33. package/vscode/src/vs/workbench/contrib/codeEditor/browser/diffEditorHelper.js +3 -3
  34. package/vscode/src/vs/workbench/contrib/codeEditor/browser/largeFileOptimizations.js +3 -3
  35. package/vscode/src/vs/workbench/contrib/codeEditor/browser/saveParticipants.js +4 -4
  36. package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleMinimap.js +2 -2
  37. package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleMultiCursorModifier.js +4 -4
  38. package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleRenderControlCharacter.js +2 -2
  39. package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleRenderWhitespace.js +2 -2
  40. package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleWordWrap.js +5 -5
  41. package/vscode/src/vs/workbench/contrib/comments/browser/commentsAccessibility.js +12 -12
  42. package/vscode/src/vs/workbench/contrib/comments/common/commentContextKeys.js +11 -11
  43. package/vscode/src/vs/workbench/contrib/debug/common/abstractDebugAdapter.js +1 -1
  44. package/vscode/src/vs/workbench/contrib/debug/common/debug.js +65 -65
  45. package/vscode/src/vs/workbench/contrib/dropOrPasteInto/browser/commands.js +2 -2
  46. package/vscode/src/vs/workbench/contrib/dropOrPasteInto/browser/configurationSchema.js +4 -4
  47. package/vscode/src/vs/workbench/contrib/extensions/common/extensions.js +1 -1
  48. package/vscode/src/vs/workbench/contrib/extensions/common/searchExtensionsTool.js +4 -4
  49. package/vscode/src/vs/workbench/contrib/files/browser/fileConstants.js +6 -6
  50. package/vscode/src/vs/workbench/contrib/files/browser/files.service.d.ts +2 -2
  51. package/vscode/src/vs/workbench/contrib/folding/browser/folding.contribution.js +3 -3
  52. package/vscode/src/vs/workbench/contrib/format/browser/formatActionsMultiple.js +20 -20
  53. package/vscode/src/vs/workbench/contrib/format/browser/formatActionsNone.js +4 -4
  54. package/vscode/src/vs/workbench/contrib/format/browser/formatModified.js +1 -1
  55. package/vscode/src/vs/workbench/contrib/inlayHints/browser/inlayHintsAccessibilty.js +4 -4
  56. package/vscode/src/vs/workbench/contrib/list/browser/listResizeColumnAction.js +2 -2
  57. package/vscode/src/vs/workbench/contrib/list/browser/tableColumnResizeQuickPick.js +5 -5
  58. package/vscode/src/vs/workbench/contrib/mcp/common/mcpTypes.js +4 -4
  59. package/vscode/src/vs/workbench/contrib/notebook/common/notebookCommon.d.ts +1 -1
  60. package/vscode/src/vs/workbench/contrib/snippets/browser/snippetCompletionProvider.js +3 -3
  61. package/vscode/src/vs/workbench/contrib/snippets/browser/snippetsFile.js +3 -3
  62. package/vscode/src/vs/workbench/contrib/snippets/browser/snippetsService.js +9 -9
  63. package/vscode/src/vs/workbench/contrib/speech/common/speechService.js +29 -29
  64. package/vscode/src/vs/workbench/contrib/tasks/common/constants.js +1 -1
  65. package/vscode/src/vs/workbench/contrib/tasks/common/taskDefinitionRegistry.js +5 -5
  66. package/vscode/src/vs/workbench/contrib/tasks/common/tasks.js +4 -4
  67. package/vscode/src/vs/workbench/contrib/testing/common/constants.js +11 -11
  68. package/vscode/src/vs/workbench/contrib/testing/common/testTypes.js +3 -3
  69. package/vscode/src/vs/workbench/contrib/webview/browser/webview.service.d.ts +1 -1
  70. package/vscode/src/vs/workbench/contrib/webviewPanel/browser/webviewWorkbenchService.service.d.ts +1 -1
  71. package/vscode/src/vs/workbench/services/accounts/common/defaultAccount.js +1 -1
  72. package/vscode/src/vs/workbench/services/chat/common/chatEntitlementService.js +9 -9
  73. package/vscode/src/vs/workbench/services/configurationResolver/common/variableResolver.js +16 -16
  74. package/vscode/src/vs/workbench/services/editor/common/editorGroupsService.d.ts +1 -1
  75. package/vscode/src/vs/workbench/services/editor/common/editorResolverService.js +1 -1
  76. package/vscode/src/vs/workbench/services/editor/common/editorService.d.ts +1 -1
  77. package/vscode/src/vs/workbench/services/extensions/common/extensionsRegistry.js +87 -87
  78. package/vscode/src/vs/workbench/services/filesConfiguration/common/filesConfigurationService.service.d.ts +1 -1
  79. package/vscode/src/vs/workbench/services/host/browser/host.service.d.ts +1 -1
  80. package/vscode/src/vs/workbench/services/language/common/languageService.js +28 -28
  81. package/vscode/src/vs/workbench/services/localization/common/locale.service.d.ts +1 -1
  82. package/vscode/src/vs/workbench/services/log/common/logConstants.js +1 -1
  83. package/vscode/src/vs/workbench/services/outline/browser/outline.service.d.ts +1 -1
  84. package/vscode/src/vs/workbench/services/remote/common/remoteExplorerService.js +8 -8
  85. package/vscode/src/vs/workbench/services/remote/common/tunnelModel.js +6 -6
  86. package/vscode/src/vs/workbench/services/search/common/queryBuilder.js +1 -1
  87. package/vscode/src/vs/workbench/services/textfile/common/textfiles.d.ts +1 -1
  88. package/vscode/src/vs/workbench/services/themes/common/colorExtensionPoint.js +22 -22
  89. package/vscode/src/vs/workbench/services/themes/common/iconExtensionPoint.js +13 -13
  90. package/vscode/src/vs/workbench/services/userDataSync/common/userDataSync.js +13 -13
  91. package/vscode/src/vs/workbench/services/workingCopy/common/workingCopyBackup.d.ts +1 -1
  92. package/vscode/src/vs/workbench/services/workingCopy/common/workingCopyBackup.service.d.ts +1 -1
  93. package/vscode/src/vs/workbench/services/workingCopy/common/workingCopyEditorService.service.d.ts +1 -1
  94. package/vscode/src/vs/workbench/services/workingCopy/common/workingCopyFileService.service.d.ts +1 -1
  95. package/vscode/src/vs/workbench/services/workingCopy/common/workingCopyService.service.d.ts +1 -1
  96. package/vscode/src/vs/workbench/browser/actions/textInputActions.d.ts +0 -19
  97. package/vscode/src/vs/workbench/browser/actions/textInputActions.js +0 -95
@@ -27,19 +27,19 @@ var TestExplorerViewSorting;
27
27
  TestExplorerViewSorting["ByDuration"] = "duration";
28
28
  })(TestExplorerViewSorting || (TestExplorerViewSorting = {}));
29
29
  const testStateNames = {
30
- [TestResultState.Errored]: ( localize(12497, 'Errored')),
31
- [TestResultState.Failed]: ( localize(12498, 'Failed')),
32
- [TestResultState.Passed]: ( localize(12499, 'Passed')),
33
- [TestResultState.Queued]: ( localize(12500, 'Queued')),
34
- [TestResultState.Running]: ( localize(12501, 'Running')),
35
- [TestResultState.Skipped]: ( localize(12502, 'Skipped')),
36
- [TestResultState.Unset]: ( localize(12503, 'Not yet run')),
30
+ [TestResultState.Errored]: ( localize(12516, 'Errored')),
31
+ [TestResultState.Failed]: ( localize(12517, 'Failed')),
32
+ [TestResultState.Passed]: ( localize(12518, 'Passed')),
33
+ [TestResultState.Queued]: ( localize(12519, 'Queued')),
34
+ [TestResultState.Running]: ( localize(12520, 'Running')),
35
+ [TestResultState.Skipped]: ( localize(12521, 'Skipped')),
36
+ [TestResultState.Unset]: ( localize(12522, 'Not yet run')),
37
37
  };
38
- const labelForTestInState = (label, state) => ( localize(12504, '{0} ({1})', stripIcons(label), testStateNames[state]));
38
+ const labelForTestInState = (label, state) => ( localize(12523, '{0} ({1})', stripIcons(label), testStateNames[state]));
39
39
  const testConfigurationGroupNames = {
40
- [TestRunProfileBitset.Debug]: ( localize(12505, 'Debug')),
41
- [TestRunProfileBitset.Run]: ( localize(12506, 'Run')),
42
- [TestRunProfileBitset.Coverage]: ( localize(12507, 'Coverage')),
40
+ [TestRunProfileBitset.Debug]: ( localize(12524, 'Debug')),
41
+ [TestRunProfileBitset.Run]: ( localize(12525, 'Run')),
42
+ [TestRunProfileBitset.Coverage]: ( localize(12526, 'Coverage')),
43
43
  };
44
44
  var TestCommandId;
45
45
  (function (TestCommandId) {
@@ -46,9 +46,9 @@ var TestRunProfileBitset;
46
46
  TestRunProfileBitset[TestRunProfileBitset["SupportsContinuousRun"] = 64] = "SupportsContinuousRun";
47
47
  })(TestRunProfileBitset || (TestRunProfileBitset = {}));
48
48
  const testProfileBitset = {
49
- [TestRunProfileBitset.Run]: ( localize(12512, 'Run')),
50
- [TestRunProfileBitset.Debug]: ( localize(12513, 'Debug')),
51
- [TestRunProfileBitset.Coverage]: ( localize(12514, 'Coverage')),
49
+ [TestRunProfileBitset.Run]: ( localize(12531, 'Run')),
50
+ [TestRunProfileBitset.Debug]: ( localize(12532, 'Debug')),
51
+ [TestRunProfileBitset.Coverage]: ( localize(12533, 'Coverage')),
52
52
  };
53
53
  const testRunProfileBitsetList = [
54
54
  TestRunProfileBitset.Run,
@@ -1,5 +1,5 @@
1
1
  import { Event } from "../../../../base/common/event.js";
2
- import { IWebview, WebviewInitInfo, IWebviewElement, IOverlayWebview } from "@codingame/monaco-vscode-2a04f0cd-b806-5886-909e-418183d32279-common/vscode/vs/workbench/contrib/webview/browser/webview";
2
+ import { IWebview, WebviewInitInfo, IWebviewElement, IOverlayWebview } from "@codingame/monaco-vscode-08fd81c0-7fd8-5f7c-9776-f918dd532714-common/vscode/vs/workbench/contrib/webview/browser/webview";
3
3
  export declare const IWebviewService: import("../../../../platform/instantiation/common/instantiation.js").ServiceIdentifier<IWebviewService>;
4
4
  export interface IWebviewService {
5
5
  readonly _serviceBrand: undefined;
@@ -4,7 +4,7 @@ import { IDisposable } from "../../../../base/common/lifecycle.js";
4
4
  import { GroupIdentifier } from "../../../common/editor.js";
5
5
  import { IEditorGroup } from "../../../services/editor/common/editorGroupsService.js";
6
6
  import { ACTIVE_GROUP_TYPE, SIDE_GROUP_TYPE } from "../../../services/editor/common/editorService.js";
7
- import { WebviewInitInfo } from "@codingame/monaco-vscode-2a04f0cd-b806-5886-909e-418183d32279-common/vscode/vs/workbench/contrib/webview/browser/webview";
7
+ import { WebviewInitInfo } from "@codingame/monaco-vscode-08fd81c0-7fd8-5f7c-9776-f918dd532714-common/vscode/vs/workbench/contrib/webview/browser/webview";
8
8
  import { WebviewInput, WebviewIcons } from "@codingame/monaco-vscode-4db3f2fb-d745-58fe-9e0e-eb67152ab711-common/vscode/vs/workbench/contrib/webviewPanel/browser/webviewEditorInput";
9
9
  import { IWebViewShowOptions, WebviewResolver } from "@codingame/monaco-vscode-7f39b6f1-3542-5430-8760-0f404d7a7cee-common/vscode/vs/workbench/contrib/webviewPanel/browser/webviewWorkbenchService";
10
10
  export declare const IWebviewWorkbenchService: import("../../../../platform/instantiation/common/instantiation.js").ServiceIdentifier<IWebviewWorkbenchService>;
@@ -301,7 +301,7 @@ class NullDefaultAccountService extends Disposable {
301
301
  constructor() {
302
302
  super({
303
303
  id: DEFAULT_ACCOUNT_SIGN_IN_COMMAND,
304
- title: ( localize(13370, "Sign in")),
304
+ title: ( localize(13389, "Sign in")),
305
305
  });
306
306
  }
307
307
  run() {
@@ -633,7 +633,7 @@ let ChatEntitlementRequests = ChatEntitlementRequests_1 = class ChatEntitlementR
633
633
  };
634
634
  const response = await this.request(defaultChat.entitlementSignupLimitedUrl, 'POST', body, sessions, CancellationToken.None);
635
635
  if (!response) {
636
- const retry = await this.onUnknownSignUpError(( localize(13530, "No response received.")), '[chat entitlement] sign-up: no response');
636
+ const retry = await this.onUnknownSignUpError(( localize(13549, "No response received.")), '[chat entitlement] sign-up: no response');
637
637
  return retry ? this.signUpFree(sessions) : { errorCode: 1 };
638
638
  }
639
639
  if (response.res.statusCode && response.res.statusCode !== 200) {
@@ -651,7 +651,7 @@ let ChatEntitlementRequests = ChatEntitlementRequests_1 = class ChatEntitlementR
651
651
  catch (error) {
652
652
  }
653
653
  }
654
- const retry = await this.onUnknownSignUpError(( localize(13531, "Unexpected status code {0}.", response.res.statusCode)), `[chat entitlement] sign-up: unexpected status code ${response.res.statusCode}`);
654
+ const retry = await this.onUnknownSignUpError(( localize(13550, "Unexpected status code {0}.", response.res.statusCode)), `[chat entitlement] sign-up: unexpected status code ${response.res.statusCode}`);
655
655
  return retry ? this.signUpFree(sessions) : { errorCode: response.res.statusCode };
656
656
  }
657
657
  let responseText = null;
@@ -661,7 +661,7 @@ let ChatEntitlementRequests = ChatEntitlementRequests_1 = class ChatEntitlementR
661
661
  catch (error) {
662
662
  }
663
663
  if (!responseText) {
664
- const retry = await this.onUnknownSignUpError(( localize(13532, "Response has no contents.")), '[chat entitlement] sign-up: response has no content');
664
+ const retry = await this.onUnknownSignUpError(( localize(13551, "Response has no contents.")), '[chat entitlement] sign-up: response has no content');
665
665
  return retry ? this.signUpFree(sessions) : { errorCode: 2 };
666
666
  }
667
667
  let parsedResult = undefined;
@@ -670,7 +670,7 @@ let ChatEntitlementRequests = ChatEntitlementRequests_1 = class ChatEntitlementR
670
670
  this.logService.trace(`[chat entitlement] sign-up: response is ${responseText}`);
671
671
  }
672
672
  catch (err) {
673
- const retry = await this.onUnknownSignUpError(( localize(13533, "Invalid response contents.")), `[chat entitlement] sign-up: error parsing response (${err})`);
673
+ const retry = await this.onUnknownSignUpError(( localize(13552, "Invalid response contents.")), `[chat entitlement] sign-up: error parsing response (${err})`);
674
674
  return retry ? this.signUpFree(sessions) : { errorCode: 3 };
675
675
  }
676
676
  this.update({ entitlement: ChatEntitlement.Free });
@@ -682,11 +682,11 @@ let ChatEntitlementRequests = ChatEntitlementRequests_1 = class ChatEntitlementR
682
682
  const { confirmed } = await this.dialogService.confirm({
683
683
  type: Severity$1.Error,
684
684
  message: ( localize(
685
- 13534,
685
+ 13553,
686
686
  "An error occurred while signing up for the GitHub Copilot Free plan. Would you like to try again?"
687
687
  )),
688
688
  detail,
689
- primaryButton: ( localize(13535, "Retry"))
689
+ primaryButton: ( localize(13554, "Retry"))
690
690
  });
691
691
  return confirmed;
692
692
  }
@@ -698,17 +698,17 @@ let ChatEntitlementRequests = ChatEntitlementRequests_1 = class ChatEntitlementR
698
698
  this.dialogService.prompt({
699
699
  type: Severity$1.Error,
700
700
  message: ( localize(
701
- 13536,
701
+ 13555,
702
702
  "An error occurred while signing up for the GitHub Copilot Free plan."
703
703
  )),
704
704
  detail: logDetails,
705
705
  buttons: [
706
706
  {
707
- label: ( localize(13537, "OK")),
707
+ label: ( localize(13556, "OK")),
708
708
  run: () => { }
709
709
  },
710
710
  {
711
- label: ( localize(13538, "Learn More")),
711
+ label: ( localize(13557, "Learn More")),
712
712
  run: () => this.openerService.open(( URI.parse(defaultChat.upgradePlanUrl)))
713
713
  }
714
714
  ]
@@ -81,7 +81,7 @@ class AbstractVariableResolverService {
81
81
  return normalizeDriveLetter(filePath);
82
82
  }
83
83
  throw ( new VariableError(variableKind, ( localize(
84
- 13606,
84
+ 13625,
85
85
  "Variable {0} can not be resolved. Please open an editor.",
86
86
  replacement.id
87
87
  ))));
@@ -95,7 +95,7 @@ class AbstractVariableResolverService {
95
95
  }
96
96
  }
97
97
  throw ( new VariableError(variableKind, ( localize(
98
- 13607,
98
+ 13626,
99
99
  "Variable {0}: can not find workspace folder of '{1}'.",
100
100
  replacement.id,
101
101
  basename(filePath)
@@ -108,7 +108,7 @@ class AbstractVariableResolverService {
108
108
  return folder;
109
109
  }
110
110
  throw ( new VariableError(variableKind, ( localize(
111
- 13608,
111
+ 13627,
112
112
  "Variable {0} can not be resolved. No such folder '{1}'.",
113
113
  variableKind,
114
114
  argument
@@ -119,13 +119,13 @@ class AbstractVariableResolverService {
119
119
  }
120
120
  if (this._context.getWorkspaceFolderCount() > 1) {
121
121
  throw ( new VariableError(variableKind, ( localize(
122
- 13609,
122
+ 13628,
123
123
  "Variable {0} can not be resolved in a multi folder workspace. Scope this variable using ':' and a workspace folder name.",
124
124
  variableKind
125
125
  ))));
126
126
  }
127
127
  throw ( new VariableError(variableKind, ( localize(
128
- 13610,
128
+ 13629,
129
129
  "Variable {0} can not be resolved. Please open a folder.",
130
130
  variableKind
131
131
  ))));
@@ -142,7 +142,7 @@ class AbstractVariableResolverService {
142
142
  return '';
143
143
  }
144
144
  throw ( new VariableError(VariableKind.Env, ( localize(
145
- 13611,
145
+ 13630,
146
146
  "Variable {0} can not be resolved because no environment variable name is given.",
147
147
  replacement.id
148
148
  ))));
@@ -151,7 +151,7 @@ class AbstractVariableResolverService {
151
151
  const config = this._context.getConfigurationValue(folderUri, argument);
152
152
  if (isUndefinedOrNull(config)) {
153
153
  throw ( new VariableError(VariableKind.Config, ( localize(
154
- 13612,
154
+ 13631,
155
155
  "Variable {0} can not be resolved because setting '{1}' not found.",
156
156
  replacement.id,
157
157
  argument
@@ -159,7 +159,7 @@ class AbstractVariableResolverService {
159
159
  }
160
160
  if (isObject(config)) {
161
161
  throw ( new VariableError(VariableKind.Config, ( localize(
162
- 13613,
162
+ 13632,
163
163
  "Variable {0} can not be resolved because '{1}' is a structured value.",
164
164
  replacement.id,
165
165
  argument
@@ -168,7 +168,7 @@ class AbstractVariableResolverService {
168
168
  return config;
169
169
  }
170
170
  throw ( new VariableError(VariableKind.Config, ( localize(
171
- 13614,
171
+ 13633,
172
172
  "Variable {0} can not be resolved because no settings name is given.",
173
173
  replacement.id
174
174
  ))));
@@ -181,7 +181,7 @@ class AbstractVariableResolverService {
181
181
  const ext = await this._context.getExtension(argument);
182
182
  if (!ext) {
183
183
  throw ( new VariableError(VariableKind.ExtensionInstallFolder, ( localize(
184
- 13615,
184
+ 13634,
185
185
  "Variable {0} can not be resolved because the extension {1} is not installed.",
186
186
  replacement.id,
187
187
  argument
@@ -190,7 +190,7 @@ class AbstractVariableResolverService {
190
190
  return this.fsPath(ext.extensionLocation);
191
191
  }
192
192
  throw ( new VariableError(VariableKind.ExtensionInstallFolder, ( localize(
193
- 13616,
193
+ 13635,
194
194
  "Variable {0} can not be resolved because no extension name is given.",
195
195
  replacement.id
196
196
  ))));
@@ -218,7 +218,7 @@ class AbstractVariableResolverService {
218
218
  return environment.userHome;
219
219
  }
220
220
  throw ( new VariableError(VariableKind.UserHome, ( localize(
221
- 13617,
221
+ 13636,
222
222
  "Variable {0} can not be resolved. UserHome path is not defined",
223
223
  replacement.id
224
224
  ))));
@@ -228,7 +228,7 @@ class AbstractVariableResolverService {
228
228
  return lineNumber;
229
229
  }
230
230
  throw ( new VariableError(VariableKind.LineNumber, ( localize(
231
- 13618,
231
+ 13637,
232
232
  "Variable {0} can not be resolved. Make sure to have a line selected in the active editor.",
233
233
  replacement.id
234
234
  ))));
@@ -239,7 +239,7 @@ class AbstractVariableResolverService {
239
239
  return columnNumber;
240
240
  }
241
241
  throw ( new Error(( localize(
242
- 13619,
242
+ 13638,
243
243
  "Variable {0} can not be resolved. Make sure to have a column selected in the active editor.",
244
244
  replacement.id
245
245
  ))));
@@ -250,7 +250,7 @@ class AbstractVariableResolverService {
250
250
  return selectedText;
251
251
  }
252
252
  throw ( new VariableError(VariableKind.SelectedText, ( localize(
253
- 13620,
253
+ 13639,
254
254
  "Variable {0} can not be resolved. Make sure to have some text selected in the active editor.",
255
255
  replacement.id
256
256
  ))));
@@ -322,7 +322,7 @@ class AbstractVariableResolverService {
322
322
  return v;
323
323
  }
324
324
  throw ( new VariableError(variableKind, ( localize(
325
- 13621,
325
+ 13640,
326
326
  "Variable {0} can not be resolved because the command has no value.",
327
327
  match
328
328
  ))));
@@ -8,7 +8,7 @@ import { DisposableStore, IDisposable } from "../../../../base/common/lifecycle.
8
8
  import { ContextKeyValue, RawContextKey } from "../../../../platform/contextkey/common/contextkey.js";
9
9
  import { IContextKeyService } from "../../../../platform/contextkey/common/contextkey.service.js";
10
10
  import { URI } from "../../../../base/common/uri.js";
11
- import { IGroupModelChangeEvent } from "@codingame/monaco-vscode-d392702e-4ad7-5904-a915-f6063284cf14-common/vscode/vs/workbench/common/editor/editorGroupModel";
11
+ import { IGroupModelChangeEvent } from "@codingame/monaco-vscode-1f37b5fb-f500-54d2-b98a-d12d100cafca-common/vscode/vs/workbench/common/editor/editorGroupModel";
12
12
  import { IMenuChangeEvent, MenuId } from "../../../../platform/actions/common/actions.js";
13
13
  import { DeepPartial } from "../../../../base/common/types.js";
14
14
  export declare enum GroupDirection {
@@ -16,7 +16,7 @@ const editorAssociationsConfigurationNode = {
16
16
  'workbench.editorAssociations': {
17
17
  type: 'object',
18
18
  markdownDescription: ( localize(
19
- 13675,
19
+ 13694,
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,7 +1,7 @@
1
1
  import { GroupIdentifier, ISaveOptions, IRevertOptions, IUntypedEditorInput } from "../../../common/editor.js";
2
2
  import { EditorInput } from "../../../common/editor/editorInput.js";
3
3
  import { IEditorGroup } from "./editorGroupsService.js";
4
- import { IGroupModelChangeEvent } from "@codingame/monaco-vscode-d392702e-4ad7-5904-a915-f6063284cf14-common/vscode/vs/workbench/common/editor/editorGroupModel";
4
+ import { IGroupModelChangeEvent } from "@codingame/monaco-vscode-1f37b5fb-f500-54d2-b98a-d12d100cafca-common/vscode/vs/workbench/common/editor/editorGroupModel";
5
5
  /**
6
6
  * Open an editor in the currently active group.
7
7
  */