@codingame/monaco-vscode-extension-gallery-service-override 23.0.2 → 23.0.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-extension-gallery-service-override",
3
- "version": "23.0.2",
3
+ "version": "23.0.4",
4
4
  "private": false,
5
5
  "description": "VSCode public API plugged on the monaco editor - extension-gallery service-override",
6
6
  "keywords": [],
@@ -15,16 +15,16 @@
15
15
  },
16
16
  "type": "module",
17
17
  "dependencies": {
18
- "@codingame/monaco-vscode-23aade48-f094-5c08-9555-97fc9cca96c9-common": "23.0.2",
19
- "@codingame/monaco-vscode-249dc928-1da3-51c1-82d0-45e0ba9d08a1-common": "23.0.2",
20
- "@codingame/monaco-vscode-2673c6e2-17c1-5710-b169-46f3d4a28696-common": "23.0.2",
21
- "@codingame/monaco-vscode-2a04f0cd-b806-5886-909e-418183d32279-common": "23.0.2",
22
- "@codingame/monaco-vscode-571c8352-7953-5038-9f09-e03bb6219a0e-common": "23.0.2",
23
- "@codingame/monaco-vscode-60014c9d-b815-501d-83a9-4b08725c2ec2-common": "23.0.2",
24
- "@codingame/monaco-vscode-7b19b93e-7a49-5c48-81f5-091a64f468d2-common": "23.0.2",
25
- "@codingame/monaco-vscode-8c844347-a703-5de1-9eeb-5e0c7f503a58-common": "23.0.2",
26
- "@codingame/monaco-vscode-9ed6fe06-a052-57c2-a234-5d9b94d2e7e0-common": "23.0.2",
27
- "@codingame/monaco-vscode-api": "23.0.2"
18
+ "@codingame/monaco-vscode-23aade48-f094-5c08-9555-97fc9cca96c9-common": "23.0.4",
19
+ "@codingame/monaco-vscode-249dc928-1da3-51c1-82d0-45e0ba9d08a1-common": "23.0.4",
20
+ "@codingame/monaco-vscode-2673c6e2-17c1-5710-b169-46f3d4a28696-common": "23.0.4",
21
+ "@codingame/monaco-vscode-2a04f0cd-b806-5886-909e-418183d32279-common": "23.0.4",
22
+ "@codingame/monaco-vscode-571c8352-7953-5038-9f09-e03bb6219a0e-common": "23.0.4",
23
+ "@codingame/monaco-vscode-60014c9d-b815-501d-83a9-4b08725c2ec2-common": "23.0.4",
24
+ "@codingame/monaco-vscode-7b19b93e-7a49-5c48-81f5-091a64f468d2-common": "23.0.4",
25
+ "@codingame/monaco-vscode-8c844347-a703-5de1-9eeb-5e0c7f503a58-common": "23.0.4",
26
+ "@codingame/monaco-vscode-9ed6fe06-a052-57c2-a234-5d9b94d2e7e0-common": "23.0.4",
27
+ "@codingame/monaco-vscode-api": "23.0.4"
28
28
  },
29
29
  "main": "index.js",
30
30
  "module": "index.js",
@@ -7,4 +7,4 @@ import { RuntimeExtensionsEditor } from './browserRuntimeExtensionsEditor.js';
7
7
  import { RuntimeExtensionsInput } from '@codingame/monaco-vscode-2673c6e2-17c1-5710-b169-46f3d4a28696-common/vscode/vs/workbench/contrib/extensions/common/runtimeExtensionsInput';
8
8
  import { EditorExtensions } from '@codingame/monaco-vscode-api/vscode/vs/workbench/common/editor';
9
9
 
10
- ( Registry.as(EditorExtensions.EditorPane)).registerEditorPane(EditorPaneDescriptor.create(RuntimeExtensionsEditor, RuntimeExtensionsEditor.ID, ( localize(7319, "Running Extensions"))), [( new SyncDescriptor(RuntimeExtensionsInput))]);
10
+ ( Registry.as(EditorExtensions.EditorPane)).registerEditorPane(EditorPaneDescriptor.create(RuntimeExtensionsEditor, RuntimeExtensionsEditor.ID, ( localize(7323, "Running Extensions"))), [( new SyncDescriptor(RuntimeExtensionsInput))]);
@@ -8,7 +8,7 @@ var ReportExtensionIssueAction_1;
8
8
  let ReportExtensionIssueAction = class ReportExtensionIssueAction extends Action {
9
9
  static { ReportExtensionIssueAction_1 = this; }
10
10
  static { this._id = 'workbench.extensions.action.reportExtensionIssue'; }
11
- static { this._label = ( localize(7686, "Report Issue")); }
11
+ static { this._label = ( localize(7690, "Report Issue")); }
12
12
  constructor(extension, issueService) {
13
13
  super(ReportExtensionIssueAction_1._id, ReportExtensionIssueAction_1._label, 'extension-action report-issue');
14
14
  this.extension = extension;
@@ -93,8 +93,8 @@ let ExtensionEnablementService = class ExtensionEnablementService extends Dispos
93
93
  }));
94
94
  if (this.allUserExtensionsDisabled) {
95
95
  this.lifecycleService.when(LifecyclePhase.Eventually).then(() => {
96
- this.notificationService.prompt(Severity.Info, ( localize(13695, "All installed extensions are temporarily disabled.")), [{
97
- label: ( localize(13696, "Reload and Enable Extensions")),
96
+ this.notificationService.prompt(Severity.Info, ( localize(13698, "All installed extensions are temporarily disabled.")), [{
97
+ label: ( localize(13699, "Reload and Enable Extensions")),
98
98
  run: () => hostService.reload({ disableExtensions: false })
99
99
  }], {
100
100
  sticky: true,
@@ -146,7 +146,7 @@ let ExtensionEnablementService = class ExtensionEnablementService extends Dispos
146
146
  throwErrorIfCannotChangeEnablement(extension, donotCheckDependencies) {
147
147
  if (isLanguagePackExtension(extension.manifest)) {
148
148
  throw ( new Error(( localize(
149
- 13697,
149
+ 13700,
150
150
  "Cannot change enablement of {0} extension because it contributes language packs.",
151
151
  extension.manifest.displayName || extension.identifier.id
152
152
  ))));
@@ -156,14 +156,14 @@ let ExtensionEnablementService = class ExtensionEnablementService extends Dispos
156
156
  a => a.id === this.userDataSyncAccountService.account.authenticationProviderId
157
157
  ))) {
158
158
  throw ( new Error(( localize(
159
- 13698,
159
+ 13701,
160
160
  "Cannot change enablement {0} extension because Settings Sync depends on it.",
161
161
  extension.manifest.displayName || extension.identifier.id
162
162
  ))));
163
163
  }
164
164
  if (this._isEnabledInEnv(extension)) {
165
165
  throw ( new Error(( localize(
166
- 13699,
166
+ 13702,
167
167
  "Cannot change enablement of {0} extension because it is enabled in environment",
168
168
  extension.manifest.displayName || extension.identifier.id
169
169
  ))));
@@ -174,37 +174,37 @@ let ExtensionEnablementService = class ExtensionEnablementService extends Dispos
174
174
  switch (enablementStateOfExtension) {
175
175
  case EnablementState.DisabledByEnvironment:
176
176
  throw ( new Error(( localize(
177
- 13700,
177
+ 13703,
178
178
  "Cannot change enablement of {0} extension because it is disabled in environment",
179
179
  extension.manifest.displayName || extension.identifier.id
180
180
  ))));
181
181
  case EnablementState.DisabledByMalicious:
182
182
  throw ( new Error(( localize(
183
- 13701,
183
+ 13704,
184
184
  "Cannot change enablement of {0} extension because it is malicious",
185
185
  extension.manifest.displayName || extension.identifier.id
186
186
  ))));
187
187
  case EnablementState.DisabledByVirtualWorkspace:
188
188
  throw ( new Error(( localize(
189
- 13702,
189
+ 13705,
190
190
  "Cannot change enablement of {0} extension because it does not support virtual workspaces",
191
191
  extension.manifest.displayName || extension.identifier.id
192
192
  ))));
193
193
  case EnablementState.DisabledByExtensionKind:
194
194
  throw ( new Error(( localize(
195
- 13703,
195
+ 13706,
196
196
  "Cannot change enablement of {0} extension because of its extension kind",
197
197
  extension.manifest.displayName || extension.identifier.id
198
198
  ))));
199
199
  case EnablementState.DisabledByAllowlist:
200
200
  throw ( new Error(( localize(
201
- 13704,
201
+ 13707,
202
202
  "Cannot change enablement of {0} extension because it is disallowed",
203
203
  extension.manifest.displayName || extension.identifier.id
204
204
  ))));
205
205
  case EnablementState.DisabledByInvalidExtension:
206
206
  throw ( new Error(( localize(
207
- 13705,
207
+ 13708,
208
208
  "Cannot change enablement of {0} extension because of it is invalid",
209
209
  extension.manifest.displayName || extension.identifier.id
210
210
  ))));
@@ -217,7 +217,7 @@ let ExtensionEnablementService = class ExtensionEnablementService extends Dispos
217
217
  continue;
218
218
  }
219
219
  throw ( new Error(( localize(
220
- 13706,
220
+ 13709,
221
221
  "Cannot enable '{0}' extension because it depends on '{1}' extension that cannot be enabled",
222
222
  extension.manifest.displayName || extension.identifier.id,
223
223
  dependency.manifest.displayName || dependency.identifier.id
@@ -227,11 +227,11 @@ let ExtensionEnablementService = class ExtensionEnablementService extends Dispos
227
227
  }
228
228
  throwErrorIfCannotChangeWorkspaceEnablement(extension) {
229
229
  if (!this.hasWorkspace) {
230
- throw ( new Error(( localize(13707, "No workspace."))));
230
+ throw ( new Error(( localize(13710, "No workspace."))));
231
231
  }
232
232
  if (isAuthenticationProviderExtension(extension.manifest)) {
233
233
  throw ( new Error(( localize(
234
- 13708,
234
+ 13711,
235
235
  "Cannot change enablement of {0} extension in workspace because it contributes authentication providers",
236
236
  extension.manifest.displayName || extension.identifier.id
237
237
  ))));
@@ -87,17 +87,17 @@ let ExtensionFeaturesManagementService = class ExtensionFeaturesManagementServic
87
87
  if (feature.access.requireUserConsent) {
88
88
  const extensionDescription = this.extensionService.extensions.find(e => ExtensionIdentifier.equals(e.identifier, extension));
89
89
  const confirmationResult = await this.dialogService.confirm({
90
- title: ( localize(13711, "Access '{0}' Feature", feature.label)),
90
+ title: ( localize(13714, "Access '{0}' Feature", feature.label)),
91
91
  message: ( localize(
92
- 13712,
92
+ 13715,
93
93
  "'{0}' extension would like to access the '{1}' feature.",
94
94
  extensionDescription?.displayName ?? extension._lower,
95
95
  feature.label
96
96
  )),
97
97
  detail: justification ?? feature.description,
98
98
  custom: true,
99
- primaryButton: ( localize(13713, "Allow")),
100
- cancelButton: ( localize(13714, "Don't Allow")),
99
+ primaryButton: ( localize(13716, "Allow")),
100
+ cancelButton: ( localize(13717, "Don't Allow")),
101
101
  });
102
102
  enabled = confirmationResult.confirmed;
103
103
  }
@@ -22,7 +22,7 @@ let ExtensionManagementServerService = class ExtensionManagementServerService {
22
22
  this.remoteExtensionManagementServer = {
23
23
  id: 'remote',
24
24
  extensionManagementService,
25
- get label() { return labelService.getHostLabel(Schemas.vscodeRemote, remoteAgentConnection.remoteAuthority) || ( localize(13715, "Remote")); },
25
+ get label() { return labelService.getHostLabel(Schemas.vscodeRemote, remoteAgentConnection.remoteAuthority) || ( localize(13718, "Remote")); },
26
26
  };
27
27
  }
28
28
  if (isWeb) {
@@ -30,7 +30,7 @@ let ExtensionManagementServerService = class ExtensionManagementServerService {
30
30
  this.webExtensionManagementServer = {
31
31
  id: 'web',
32
32
  extensionManagementService,
33
- label: ( localize(13716, "Browser")),
33
+ label: ( localize(13719, "Browser")),
34
34
  };
35
35
  }
36
36
  }
@@ -222,7 +222,7 @@ let ExtensionManagementService = class ExtensionManagementService extends Common
222
222
  getDependentsErrorMessage(extension, dependents) {
223
223
  if (dependents.length === 1) {
224
224
  return localize(
225
- 13717,
225
+ 13720,
226
226
  "Cannot uninstall extension '{0}'. Extension '{1}' depends on this.",
227
227
  extension.manifest.displayName || extension.manifest.name,
228
228
  dependents[0].manifest.displayName || dependents[0].manifest.name
@@ -230,7 +230,7 @@ let ExtensionManagementService = class ExtensionManagementService extends Common
230
230
  }
231
231
  if (dependents.length === 2) {
232
232
  return localize(
233
- 13718,
233
+ 13721,
234
234
  "Cannot uninstall extension '{0}'. Extensions '{1}' and '{2}' depend on this.",
235
235
  extension.manifest.displayName || extension.manifest.name,
236
236
  dependents[0].manifest.displayName || dependents[0].manifest.name,
@@ -238,7 +238,7 @@ let ExtensionManagementService = class ExtensionManagementService extends Common
238
238
  );
239
239
  }
240
240
  return localize(
241
- 13719,
241
+ 13722,
242
242
  "Cannot uninstall extension '{0}'. Extensions '{1}', '{2}' and others depend on this.",
243
243
  extension.manifest.displayName || extension.manifest.name,
244
244
  dependents[0].manifest.displayName || dependents[0].manifest.name,
@@ -348,7 +348,7 @@ let ExtensionManagementService = class ExtensionManagementService extends Common
348
348
  }
349
349
  const manifest = await this.extensionGalleryService.getManifest(gallery, CancellationToken.None);
350
350
  if (!manifest) {
351
- return ( new MarkdownString()).appendText(( localize(13720, "Manifest is not found")));
351
+ return ( new MarkdownString()).appendText(( localize(13723, "Manifest is not found")));
352
352
  }
353
353
  if (this.extensionManagementServerService.remoteExtensionManagementServer
354
354
  && (await this.extensionManagementServerService.remoteExtensionManagementServer.extensionManagementService.canInstall(gallery)) === true
@@ -361,7 +361,7 @@ let ExtensionManagementService = class ExtensionManagementService extends Common
361
361
  return true;
362
362
  }
363
363
  return ( new MarkdownString()).appendText(( localize(
364
- 13721,
364
+ 13724,
365
365
  "Cannot install the '{0}' extension because it is not available in this setup.",
366
366
  gallery.displayName || gallery.name
367
367
  )));
@@ -377,7 +377,7 @@ let ExtensionManagementService = class ExtensionManagementService extends Common
377
377
  return true;
378
378
  }
379
379
  return ( new MarkdownString()).appendText(( localize(
380
- 13721,
380
+ 13724,
381
381
  "Cannot install the '{0}' extension because it is not available in this setup.",
382
382
  extension.manifest.displayName ?? extension.identifier.id
383
383
  )));
@@ -406,7 +406,7 @@ let ExtensionManagementService = class ExtensionManagementService extends Common
406
406
  const manifest = await this.extensionGalleryService.getManifest(extension, CancellationToken.None);
407
407
  if (!manifest) {
408
408
  throw ( new Error(( localize(
409
- 13722,
409
+ 13725,
410
410
  "Installing Extension {0} failed: Manifest is not found.",
411
411
  extension.displayName || extension.name
412
412
  ))));
@@ -425,7 +425,7 @@ let ExtensionManagementService = class ExtensionManagementService extends Common
425
425
  const manifest = await this.extensionGalleryService.getManifest(extension, CancellationToken.None);
426
426
  if (!manifest) {
427
427
  throw ( new Error(( localize(
428
- 13722,
428
+ 13725,
429
429
  "Installing Extension {0} failed: Manifest is not found.",
430
430
  extension.displayName || extension.name
431
431
  ))));
@@ -473,7 +473,7 @@ let ExtensionManagementService = class ExtensionManagementService extends Common
473
473
  const manifest = await this.extensionGalleryService.getManifest(gallery, CancellationToken.None);
474
474
  if (!manifest) {
475
475
  throw ( new Error(( localize(
476
- 13722,
476
+ 13725,
477
477
  "Installing Extension {0} failed: Manifest is not found.",
478
478
  gallery.displayName || gallery.name
479
479
  ))));
@@ -577,7 +577,7 @@ let ExtensionManagementService = class ExtensionManagementService extends Common
577
577
  const manifest = await this.extensionGalleryService.getManifest(gallery, CancellationToken.None);
578
578
  if (!manifest) {
579
579
  return Promise.reject(( localize(
580
- 13722,
580
+ 13725,
581
581
  "Installing Extension {0} failed: Manifest is not found.",
582
582
  gallery.displayName || gallery.name
583
583
  )));
@@ -627,7 +627,7 @@ let ExtensionManagementService = class ExtensionManagementService extends Common
627
627
  for (const server of servers) {
628
628
  if (!installableServers.includes(server)) {
629
629
  const error = ( new Error(( localize(
630
- 13723,
630
+ 13726,
631
631
  "Cannot install the '{0}' extension because it is not available in the '{1}' setup.",
632
632
  gallery.displayName || gallery.name,
633
633
  server.label
@@ -651,7 +651,7 @@ let ExtensionManagementService = class ExtensionManagementService extends Common
651
651
  }
652
652
  if (!servers.length) {
653
653
  const error = ( new Error(( localize(
654
- 13721,
654
+ 13724,
655
655
  "Cannot install the '{0}' extension because it is not available in this setup.",
656
656
  gallery.displayName || gallery.name
657
657
  ))));
@@ -689,24 +689,24 @@ let ExtensionManagementService = class ExtensionManagementService extends Common
689
689
  if (this.isExtensionsSyncEnabled()) {
690
690
  const { result } = await this.dialogService.prompt({
691
691
  type: Severity.Info,
692
- message: extensions.length === 1 ? ( localize(13724, "Install Extension")) : ( localize(13725, "Install Extensions")),
692
+ message: extensions.length === 1 ? ( localize(13727, "Install Extension")) : ( localize(13728, "Install Extensions")),
693
693
  detail: extensions.length === 1
694
694
  ? ( localize(
695
- 13726,
695
+ 13729,
696
696
  "Would you like to install and synchronize '{0}' extension across your devices?",
697
697
  extensions[0].displayName
698
698
  ))
699
699
  : ( localize(
700
- 13727,
700
+ 13730,
701
701
  "Would you like to install and synchronize extensions across your devices?"
702
702
  )),
703
703
  buttons: [
704
704
  {
705
- label: ( localize(13728, "&&Install")),
705
+ label: ( localize(13731, "&&Install")),
706
706
  run: () => false
707
707
  },
708
708
  {
709
- label: ( localize(13729, "Install (Do &&not sync)")),
709
+ label: ( localize(13732, "Install (Do &&not sync)")),
710
710
  run: () => true
711
711
  }
712
712
  ],
@@ -755,7 +755,7 @@ let ExtensionManagementService = class ExtensionManagementService extends Common
755
755
  const manifest = await this.extensionGalleryService.getManifest(extension, CancellationToken.None);
756
756
  if (!manifest) {
757
757
  throw ( new Error(( localize(
758
- 13722,
758
+ 13725,
759
759
  "Installing Extension {0} failed: Manifest is not found.",
760
760
  extension.displayName || extension.name
761
761
  ))));
@@ -787,7 +787,7 @@ let ExtensionManagementService = class ExtensionManagementService extends Common
787
787
  const unverfiiedPublishers = allPublishers.filter(p => !p.publisherDomain?.verified);
788
788
  const verifiedPublishers = allPublishers.filter(p => p.publisherDomain?.verified);
789
789
  const installButton = {
790
- label: allPublishers.length > 1 ? ( localize(13730, "Trust Publishers & &&Install")) : ( localize(13731, "Trust Publisher & &&Install")),
790
+ label: allPublishers.length > 1 ? ( localize(13733, "Trust Publishers & &&Install")) : ( localize(13734, "Trust Publisher & &&Install")),
791
791
  run: () => {
792
792
  this.telemetryService.publicLog2('extensions:trustPublisher', { action: 'trust', extensionId: ( untrustedExtensions.map(e => e.identifier.id)).join(',') });
793
793
  this.trustPublishers(...( allPublishers.map(
@@ -796,7 +796,7 @@ let ExtensionManagementService = class ExtensionManagementService extends Common
796
796
  }
797
797
  };
798
798
  const learnMoreButton = {
799
- label: ( localize(13732, "&&Learn More")),
799
+ label: ( localize(13735, "&&Learn More")),
800
800
  run: () => {
801
801
  this.telemetryService.publicLog2('extensions:trustPublisher', { action: 'learn', extensionId: ( untrustedExtensions.map(e => e.identifier.id)).join(',') });
802
802
  this.instantiationService.invokeFunction(accessor => accessor.get(ICommandService).executeCommand('vscode.open', ( URI.parse('https://aka.ms/vscode-extension-security'))));
@@ -809,19 +809,19 @@ let ExtensionManagementService = class ExtensionManagementService extends Common
809
809
  const unverifiedLink = 'https://aka.ms/vscode-verify-publisher';
810
810
  const title = allPublishers.length === 1
811
811
  ? ( localize(
812
- 13733,
812
+ 13736,
813
813
  "Do you trust the publisher \"{0}\"?",
814
814
  allPublishers[0].publisherDisplayName
815
815
  ))
816
816
  : allPublishers.length === 2
817
817
  ? ( localize(
818
- 13734,
818
+ 13737,
819
819
  "Do you trust publishers \"{0}\" and \"{1}\"?",
820
820
  allPublishers[0].publisherDisplayName,
821
821
  allPublishers[1].publisherDisplayName
822
822
  ))
823
823
  : ( localize(
824
- 13735,
824
+ 13738,
825
825
  "Do you trust the publisher \"{0}\" and {1} others?",
826
826
  allPublishers[0].publisherDisplayName,
827
827
  allPublishers.length - 1
@@ -832,7 +832,7 @@ let ExtensionManagementService = class ExtensionManagementService extends Common
832
832
  const manifest = untrustedExtensionManifests[0];
833
833
  if (otherUntrustedPublishers.length) {
834
834
  customMessage.appendMarkdown(( localize(
835
- 13736,
835
+ 13739,
836
836
  "The extension {0} is published by {1}.",
837
837
  `[${extension.displayName}](${extension.detailsLink})`,
838
838
  getPublisherLink(extension)
@@ -841,7 +841,7 @@ let ExtensionManagementService = class ExtensionManagementService extends Common
841
841
  const commandUri = ( createCommandUri('extension.open', extension.identifier.id, manifest.extensionPack?.length ? 'extensionPack' : 'dependencies').toString());
842
842
  if (otherUntrustedPublishers.length === 1) {
843
843
  customMessage.appendMarkdown(( localize(
844
- 13737,
844
+ 13740,
845
845
  "Installing this extension will also install [extensions]({0}) published by {1}.",
846
846
  commandUri,
847
847
  getPublisherLink(otherUntrustedPublishers[0])
@@ -849,7 +849,7 @@ let ExtensionManagementService = class ExtensionManagementService extends Common
849
849
  }
850
850
  else {
851
851
  customMessage.appendMarkdown(( localize(
852
- 13738,
852
+ 13741,
853
853
  "Installing this extension will also install [extensions]({0}) published by {1} and {2}.",
854
854
  commandUri,
855
855
  ( otherUntrustedPublishers.slice(0, otherUntrustedPublishers.length - 1).map(p => getPublisherLink(p))).join(', '),
@@ -858,13 +858,13 @@ let ExtensionManagementService = class ExtensionManagementService extends Common
858
858
  }
859
859
  customMessage.appendMarkdown(' ');
860
860
  customMessage.appendMarkdown(( localize(
861
- 13739,
861
+ 13742,
862
862
  "This is the first time you're installing extensions from these publishers."
863
863
  )));
864
864
  }
865
865
  else {
866
866
  customMessage.appendMarkdown(( localize(
867
- 13740,
867
+ 13743,
868
868
  "The extension {0} is published by {1}. This is the first extension you're installing from this publisher.",
869
869
  `[${extension.displayName}](${extension.detailsLink})`,
870
870
  getPublisherLink(extension)
@@ -873,7 +873,7 @@ let ExtensionManagementService = class ExtensionManagementService extends Common
873
873
  }
874
874
  else {
875
875
  customMessage.appendMarkdown(( localize(
876
- 13741,
876
+ 13744,
877
877
  "This is the first time you're installing extensions from publishers {0} and {1}.",
878
878
  getPublisherLink(allPublishers[0]),
879
879
  getPublisherLink(allPublishers[allPublishers.length - 1])
@@ -883,7 +883,7 @@ let ExtensionManagementService = class ExtensionManagementService extends Common
883
883
  for (const publisher of verifiedPublishers) {
884
884
  customMessage.appendText('\n');
885
885
  const publisherVerifiedMessage = ( localize(
886
- 13742,
886
+ 13745,
887
887
  "{0} has verified ownership of {1}.",
888
888
  getPublisherLink(publisher),
889
889
  `[$(link-external) ${( URI.parse(publisher.publisherDomain.link)).authority}](${publisher.publisherDomain.link})`
@@ -894,7 +894,7 @@ let ExtensionManagementService = class ExtensionManagementService extends Common
894
894
  customMessage.appendText('\n');
895
895
  if (unverfiiedPublishers.length === 1) {
896
896
  customMessage.appendMarkdown(`$(${Codicon.unverified.id}) ${( localize(
897
- 13743,
897
+ 13746,
898
898
  "{0} is [**not** verified]({1}).",
899
899
  getPublisherLink(unverfiiedPublishers[0]),
900
900
  unverifiedLink
@@ -902,7 +902,7 @@ let ExtensionManagementService = class ExtensionManagementService extends Common
902
902
  }
903
903
  else {
904
904
  customMessage.appendMarkdown(`$(${Codicon.unverified.id}) ${( localize(
905
- 13744,
905
+ 13747,
906
906
  "{0} and {1} are [**not** verified]({2}).",
907
907
  ( unverfiiedPublishers.slice(0, unverfiiedPublishers.length - 1).map(p => getPublisherLink(p))).join(', '),
908
908
  getPublisherLink(unverfiiedPublishers[unverfiiedPublishers.length - 1]),
@@ -913,19 +913,19 @@ let ExtensionManagementService = class ExtensionManagementService extends Common
913
913
  }
914
914
  else {
915
915
  customMessage.appendText('\n');
916
- customMessage.appendMarkdown(`$(${Codicon.unverified.id}) ${( localize(13745, "All publishers are [**not** verified]({0}).", unverifiedLink))}`);
916
+ customMessage.appendMarkdown(`$(${Codicon.unverified.id}) ${( localize(13748, "All publishers are [**not** verified]({0}).", unverifiedLink))}`);
917
917
  }
918
918
  customMessage.appendText('\n');
919
919
  if (allPublishers.length > 1) {
920
920
  customMessage.appendMarkdown(( localize(
921
- 13746,
921
+ 13749,
922
922
  "{0} has no control over the behavior of third-party extensions, including how they manage your personal data. Proceed only if you trust the publishers.",
923
923
  this.productService.nameLong
924
924
  )));
925
925
  }
926
926
  else {
927
927
  customMessage.appendMarkdown(( localize(
928
- 13747,
928
+ 13750,
929
929
  "{0} has no control over the behavior of third-party extensions, including how they manage your personal data. Proceed only if you trust the publisher.",
930
930
  this.productService.nameLong
931
931
  )));
@@ -1004,13 +1004,13 @@ let ExtensionManagementService = class ExtensionManagementService extends Common
1004
1004
  async checkForWorkspaceTrust(manifest, requireTrust) {
1005
1005
  if (requireTrust || this.extensionManifestPropertiesService.getExtensionUntrustedWorkspaceSupportType(manifest) === false) {
1006
1006
  const buttons = [];
1007
- buttons.push({ label: ( localize(13748, "Trust Workspace & Install")), type: 'ContinueWithTrust' });
1007
+ buttons.push({ label: ( localize(13751, "Trust Workspace & Install")), type: 'ContinueWithTrust' });
1008
1008
  if (!requireTrust) {
1009
- buttons.push({ label: ( localize(13749, "Install")), type: 'ContinueWithoutTrust' });
1009
+ buttons.push({ label: ( localize(13752, "Install")), type: 'ContinueWithoutTrust' });
1010
1010
  }
1011
- buttons.push({ label: ( localize(13750, "Learn More")), type: 'Manage' });
1011
+ buttons.push({ label: ( localize(13753, "Learn More")), type: 'Manage' });
1012
1012
  const trustState = await this.workspaceTrustRequestService.requestWorkspaceTrust({
1013
- message: ( localize(13751, "Enabling this extension requires a trusted workspace.")),
1013
+ message: ( localize(13754, "Enabling this extension requires a trusted workspace.")),
1014
1014
  buttons
1015
1015
  });
1016
1016
  if (trustState === undefined) {
@@ -1034,7 +1034,7 @@ let ExtensionManagementService = class ExtensionManagementService extends Common
1034
1034
  throw ( new ExtensionManagementError('Not supported in Web', ExtensionManagementErrorCode.Unsupported));
1035
1035
  }
1036
1036
  }
1037
- const productName = ( localize(13752, "{0} for the Web", this.productService.nameLong));
1037
+ const productName = ( localize(13755, "{0} for the Web", this.productService.nameLong));
1038
1038
  const virtualWorkspaceSupport = this.extensionManifestPropertiesService.getExtensionVirtualWorkspaceSupportType(manifest);
1039
1039
  const virtualWorkspaceSupportReason = getWorkspaceSupportTypeMessage(manifest.capabilities?.virtualWorkspaces);
1040
1040
  const hasLimitedSupport = virtualWorkspaceSupport === 'limited' || !!virtualWorkspaceSupportReason;
@@ -1042,7 +1042,7 @@ let ExtensionManagementService = class ExtensionManagementService extends Common
1042
1042
  return;
1043
1043
  }
1044
1044
  const limitedSupportMessage = ( localize(
1045
- 13753,
1045
+ 13756,
1046
1046
  "'{0}' has limited functionality in {1}.",
1047
1047
  extension.displayName || extension.identifier.id,
1048
1048
  productName
@@ -1051,16 +1051,16 @@ let ExtensionManagementService = class ExtensionManagementService extends Common
1051
1051
  let buttons = [];
1052
1052
  let detail;
1053
1053
  const installAnywayButton = {
1054
- label: ( localize(13754, "&&Install Anyway")),
1054
+ label: ( localize(13757, "&&Install Anyway")),
1055
1055
  run: () => { }
1056
1056
  };
1057
1057
  const showExtensionsButton = {
1058
- label: ( localize(13755, "&&Show Extensions")),
1058
+ label: ( localize(13758, "&&Show Extensions")),
1059
1059
  run: () => this.instantiationService.invokeFunction(accessor => accessor.get(ICommandService).executeCommand('extension.open', extension.identifier.id, 'extensionPack'))
1060
1060
  };
1061
1061
  if (nonWebExtensions.length && hasLimitedSupport) {
1062
1062
  message = limitedSupportMessage;
1063
- detail = `${virtualWorkspaceSupportReason ? `${virtualWorkspaceSupportReason}\n` : ''}${( localize(13756, "Contains extensions which are not supported."))}`;
1063
+ detail = `${virtualWorkspaceSupportReason ? `${virtualWorkspaceSupportReason}\n` : ''}${( localize(13759, "Contains extensions which are not supported."))}`;
1064
1064
  buttons = [
1065
1065
  installAnywayButton,
1066
1066
  showExtensionsButton
@@ -1073,7 +1073,7 @@ let ExtensionManagementService = class ExtensionManagementService extends Common
1073
1073
  }
1074
1074
  else {
1075
1075
  message = ( localize(
1076
- 13757,
1076
+ 13760,
1077
1077
  "'{0}' contains extensions which are not supported in {1}.",
1078
1078
  extension.displayName || extension.identifier.id,
1079
1079
  productName
@@ -1360,7 +1360,7 @@ let WorkspaceExtensionsManagementService = class WorkspaceExtensionsManagementSe
1360
1360
  if (extension.manifest.main) {
1361
1361
  if (!(await this.fileService.exists(this.uriIdentityService.extUri.joinPath(extension.location, extension.manifest.main)))) {
1362
1362
  isValid = false;
1363
- validations.push([Severity.Error, ( localize(13758, "Cannot activate because {0} not found", extension.manifest.main))]);
1363
+ validations.push([Severity.Error, ( localize(13761, "Cannot activate because {0} not found", extension.manifest.main))]);
1364
1364
  }
1365
1365
  }
1366
1366
  return {