You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/extension-editing/src/extensionLinter.ts
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,6 @@ const svgsNotValid = l10n.t("SVGs are not a valid image source.");
30
30
constembeddedSvgsNotValid=l10n.t("Embedded SVGs are not a valid image source.");
31
31
constdataUrlsNotValid=l10n.t("Data URLs are not a valid image source.");
32
32
constrelativeUrlRequiresHttpsRepository=l10n.t("Relative image URLs require a repository with HTTPS protocol to be specified in the package.json.");
33
-
constrelativeIconUrlRequiresHttpsRepository=l10n.t("An icon requires a repository with HTTPS protocol to be specified in this package.json.");
34
33
constrelativeBadgeUrlRequiresHttpsRepository=l10n.t("Relative badge URLs require a repository with HTTPS protocol to be specified in this package.json.");
35
34
constapiProposalNotListed=l10n.t("This proposal cannot be used because for this extension the product defines a fixed set of API proposals. You can test your extension but before publishing you MUST reach out to the VS Code team.");
36
35
constimplicitActivationEvent=l10n.t("This activation event cannot be explicitly listed by your extension.");
@@ -458,11 +457,10 @@ export class ExtensionLinter {
0 commit comments