0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-05-31 12:52:11 +00:00
Files
termux-packages/x11-packages/code-oss/0003-use-open-vsx.org-as-extensions-gallery.patch
2025-05-13 20:08:21 +08:00

29 lines
768 B
Diff

Origin: https://gitlab.com/kalilinux/packages/code-oss/-/raw/kali/master/debian/patches/Use-open-vsx.org-as-extensions-gallery.patch
From: Sophie Brun <sophie@offensive-security.com>
Date: Wed, 31 Mar 2021 09:11:56 +0200
Subject: Use open-vsx.org as extensions gallery
Forwarded: not-needed
---
product.json | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/product.json b/product.json
index 5afa7f0..dde3090 100644
--- a/product.json
+++ b/product.json
@@ -74,5 +74,13 @@
"publisherDisplayName": "Microsoft"
}
}
+ ],
+ "quality": "stable",
+ "extensionsGallery": {
+ "serviceUrl": "https://open-vsx.org/vscode/gallery",
+ "itemUrl": "https://open-vsx.org/vscode/item"
+ },
+ "linkProtectionTrustedDomains": [
+ "https://open-vsx.org"
]
}