File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 } ) ;
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments