From dc239b64b3002badccfd56f1fbce03c4af378ee9 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Sat, 20 Nov 2021 21:36:31 -0800 Subject: [PATCH] added vscodium product.json for microsoft store extensions --- product.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 product.json diff --git a/product.json b/product.json new file mode 100644 index 00000000..a3bdf426 --- /dev/null +++ b/product.json @@ -0,0 +1,7 @@ +{ + "extensionsGallery": { + "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery", + "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index", + "itemUrl": "https://marketplace.visualstudio.com/items" + } +}