File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ function hygiene(some, linting = true) {
30
30
const productJson = es . through ( function ( file ) {
31
31
const product = JSON . parse ( file . contents . toString ( 'utf8' ) ) ;
32
32
33
- if ( product . extensionsGallery ) {
34
- console . error ( `product.json: Contains 'extensionsGallery'` ) ;
35
- errorCount ++ ;
36
- }
33
+ // if (product.extensionsGallery) {
34
+ // console.error(`product.json: Contains 'extensionsGallery'`);
35
+ // errorCount++;
36
+ // }
37
37
38
38
this . emit ( 'data' , file ) ;
39
39
} ) ;
Original file line number Diff line number Diff line change 13
13
"serverApplicationName" : " code-server-oss" ,
14
14
"serverDataFolderName" : " .vscode-server-oss" ,
15
15
"tunnelApplicationName" : " code-tunnel-oss" ,
16
- "win32DirName" : " Microsoft Code OSS " ,
17
- "win32NameVersion" : " Microsoft Code OSS " ,
18
- "win32RegValueName" : " CodeOSS " ,
16
+ "win32DirName" : " Gitpod Code" ,
17
+ "win32NameVersion" : " Gitpod Code" ,
18
+ "win32RegValueName" : " GitpodCode " ,
19
19
"win32AppId" : " {{E34003BB-9E10-4501-8C11-BE3FAA83F23F}" ,
20
20
"win32x64AppId" : " {{D77B7E06-80BA-4137-BCF4-654B95CCEBC5}" ,
21
21
"win32arm64AppId" : " {{D1ACE434-89C5-48D1-88D3-E2991DF85475}" ,
630
630
},
631
631
{
632
632
"name" : " ms-vscode.js-debug" ,
633
- "version" : " 1.83.1" ,
633
+ "version" : " 1.84.0" ,
634
+ "sha256" : " a57691eb4440e549edba7472c0313e94f24d46ebe1ede18784b552fc5d11e596" ,
634
635
"repo" : " https://github.com/microsoft/vscode-js-debug" ,
635
636
"metadata" : {
636
637
"id" : " 25629058-ddac-4e17-abba-74678e126c5d" ,
You can’t perform that action at this time.
0 commit comments