Skip to content

Commit 3049362

Browse files
author
Tajudeen
committed
Restore extensionsGallery and remove hygiene check restriction
1 parent de8c83c commit 3049362

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build/hygiene.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ function hygiene(some, runEslint = true) {
3535
const productJson = es.through(function (file) {
3636
const product = JSON.parse(file.contents.toString('utf8'));
3737

38-
if (product.extensionsGallery) {
39-
console.error(`product.json: Contains 'extensionsGallery'`);
40-
errorCount++;
41-
}
4238

4339
this.emit('data', file);
4440
});

product.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040
"reportIssueUrl": "https://github.com/cortexide/cortexide/issues/new",
4141
"nodejsRepository": "https://nodejs.org",
4242
"urlProtocol": "cortexide",
43+
"extensionsGallery": {
44+
"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
45+
"itemUrl": "https://marketplace.visualstudio.com/items"
46+
},
4347
"builtInExtensions": [],
4448
"linkProtectionTrustedDomains": [
4549
"https://opencortexide.com",

0 commit comments

Comments
 (0)