mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 11:50:14 +10:00
feat(1.107): update patches and build (#2618)
This commit is contained in:
@@ -35,7 +35,7 @@ index b643e34..2f228ef 100644
|
||||
+}
|
||||
\ No newline at end of file
|
||||
diff --git a/src/main.ts b/src/main.ts
|
||||
index 7b7e1da..f07b015 100644
|
||||
index ec188d0..0160be6 100644
|
||||
--- a/src/main.ts
|
||||
+++ b/src/main.ts
|
||||
@@ -8,2 +8,3 @@ import * as fs from 'original-fs';
|
||||
@@ -67,13 +67,13 @@ index 7b7e1da..f07b015 100644
|
||||
+ resolveUserProduct();
|
||||
|
||||
diff --git a/src/typings/vscode-globals-product.d.ts b/src/typings/vscode-globals-product.d.ts
|
||||
index 2cd632e..dbb25e3 100644
|
||||
index ab169bd..2155f5c 100644
|
||||
--- a/src/typings/vscode-globals-product.d.ts
|
||||
+++ b/src/typings/vscode-globals-product.d.ts
|
||||
@@ -29,2 +29,4 @@ declare global {
|
||||
|
||||
+ var _VSCODE_USER_PRODUCT_JSON: Record<string, any>;
|
||||
@@ -43,2 +43,4 @@ declare global {
|
||||
var _VSCODE_USE_RELATIVE_IMPORTS: boolean | undefined;
|
||||
+
|
||||
+ var _VSCODE_USER_PRODUCT_JSON: Record<string, any>;
|
||||
}
|
||||
diff --git a/src/vs/platform/product/common/product.ts b/src/vs/platform/product/common/product.ts
|
||||
index 6f093e9..b63af55 100644
|
||||
|
||||
Reference in New Issue
Block a user