Skip to content

Commit 1715818

Browse files
filiptronicekmustard-mh
authored andcommitted
Bump ms-vscode.js-debug and remove unused values
1 parent 5e4fec8 commit 1715818

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

build/hygiene.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ function hygiene(some, linting = true) {
3030
const productJson = es.through(function (file) {
3131
const product = JSON.parse(file.contents.toString('utf8'));
3232

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+
// }
3737

3838
this.emit('data', file);
3939
});

product.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"serverApplicationName": "code-server-oss",
1414
"serverDataFolderName": ".vscode-server-oss",
1515
"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",
1919
"win32AppId": "{{E34003BB-9E10-4501-8C11-BE3FAA83F23F}",
2020
"win32x64AppId": "{{D77B7E06-80BA-4137-BCF4-654B95CCEBC5}",
2121
"win32arm64AppId": "{{D1ACE434-89C5-48D1-88D3-E2991DF85475}",
@@ -630,7 +630,8 @@
630630
},
631631
{
632632
"name": "ms-vscode.js-debug",
633-
"version": "1.83.1",
633+
"version": "1.84.0",
634+
"sha256": "a57691eb4440e549edba7472c0313e94f24d46ebe1ede18784b552fc5d11e596",
634635
"repo": "https://github.com/microsoft/vscode-js-debug",
635636
"metadata": {
636637
"id": "25629058-ddac-4e17-abba-74678e126c5d",

0 commit comments

Comments
 (0)